Okay
  Public Ticket #904621
Customize Recent Project Heading
Closed

Comments

  •  2
    Dusan Harminc started the conversation

    Thanks for the great theme! A couple quick questions about the Recent Projects Heading Format (Full Width where the home, headinng text and next/ previous arrows appear):

    - Is it possible to remove the Home (four square) button but keep the next/ previous  arrows?

    - Is it possible to customize the next/ previous arrow images (upload pngs for next/ previous)

    - Is it possible/ where to customize the background color of the recent projects heading?

    - Is it possible to use a jpg/ png as the heading background? 

    Thanks in advance.

  •  8,399
    Tahir replied

    Hey Dusan,

    Please provide the page url so that i can write up the custom css for whats possible.

    Thanks


    ThemeNectar Support Team 

  •   Dusan Harminc replied privately
  •  2
    Dusan Harminc replied

    As a follow up- Is it possible to have the recent project thumbnails display the vimeo video when clicked as a lightbox- without opening the porfolio page- just overlay the vimeo player. I tried enabling the lightbox only option but get an error: Image cannot be loaded. Make sure the path is correct and image exist.

  •  8,399
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

    /*hides the 4 square icon*/
    .carousel-wrap[data-full-width="true"] .carousel-heading a.portfolio-page-link {
        display: none !important;
    }

    As for adjusing the Colors you will have to edit them for each individual portfolio in  "Project Configuration" Metabox . 

    Moreover if you want ligbox video you will have to choose a different Project Style :


    Adding images would require custom css and would distort on Retina Screens so its not recommended. 

    Thanks 


    ThemeNectar Support Team 

  •   Dusan Harminc replied privately
  •  8,399
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

    .carousel-wrap[data-full-width="true"] .carousel-heading {
        background-color: #000 !important;
    }

    Also for the Vimeo videos to work you need to add the Embed code in each Project Video Settings Metabox.

    Thanks



    ThemeNectar Support Team 

  •   Dusan Harminc replied privately
  •  8,399
    Tahir replied

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

    p.currentTextHolder {
        display: none !important;
    }


    Also have a look at this article : Make Nectar Slider Button open lightbox link or video .


    Thanks


    ThemeNectar Support Team 

  •  2
    Dusan Harminc replied

    Is there any way to left justify the Recent projects heading text (Instead of center)- the one in the same box as the left right arrows? 

    Which css class controls the font and size of the recent projects heading/ title text?

    In the photo gallery section, I have some landscape photos and some square ones. How do I stop the square ones from being cropped on the top and bottom?

    Is there any way to display the full blog post text using the recent posts element in the visual composer (I would like the text to not get cut off after the first sentence)

    Is there a way to remove the categories and "post by" links in the posts and in the recent posts element ( I would like to remove the "daveski I uncategorized I 0 comments" line ) ?

    What css controls the font size of the title of the recent posts element?

  •  8,399
    Tahir replied

    Hey Again,

    This should help write up Custom CSS: https://support.woothemes.com/hc/en-us/articles/203105957-Customizing-your-theme-with-Firebug .

    Let me know if you still need help.

    Thanks


    ThemeNectar Support Team 

  •   Dusan Harminc replied privately
  •  8,399
    Tahir replied

    Hey Again

    If you dont want the Images to be cropped you will have to use the Image Gallery VC Element with the Basic Slider Style Selected . 

    Please create a New Private Ticket Titled Custom Work and we will Sort it out for you :) 

    Thanks


    ThemeNectar Support Team 

  •  1
    Zij replied

    Tahir ,

    Thank you for all of this . Can you let me know how can i control the previous Project text .. I need to change it to Previous only

    it is not in the header it is on the bottom .


    Cheers


  •  8,399


    ThemeNectar Support Team 

  •  1
    Zij replied

    Thank you Tahir,

    This is useful plug for me indeed.

    But i want to change the tag itself and i can not find it 

    :  should be next only


    cheers

  •  8,399
    Tahir replied

    @Dafna,

    You have likely not configured the plugin correctly. Please create a new Ticket with your wp-admin login details and ill adjust it for you . 

    Thanks


    ThemeNectar Support Team 

  •  1
    Zij replied

    their ,

    Just let me know where is the div  next project please

    I can not find it in the style and not in the js


    cheers

  •  8,399
    Tahir replied

    Add this code in Salient Theme Options Panel -> Google Analytics Section :

    <script type='text/javascript'>
    jQuery( document ).ready(function() {
       jQuery('#portfolio-nav #prev-link a span').text('prev text');
        jQuery('#portfolio-nav #next-link a span').text('next text');
    });
    </script>
    

    Thanks 


    ThemeNectar Support Team