Forum Replies Created

Viewing 15 posts - 3,901 through 3,915 (of 8,657 total)
  • Author
    Posts
  • in reply to: Adding a Video Slider #73831
    wensolutions
    Keymaster

    Hello @mcmolter,

    First of all thank you very much for using the Education hub pro theme.

    Now to display the slider from the hero slider plugin you have to activate the child theme.

    To create the child theme you can follow below given links:

    http://wptravel.io/how-to-create-a-child-theme/

    After activating the child theme, in your child theme functions.php file add below given code.

    function education_hub_pro_child_display_slider(){
    
    	echo do_shortcode('YOUR SHORTCODE');
    }
    add_action('education_hub_action_before_content','education_hub_pro_child_display_slider',5);

    Here replace the text “YOUR SHORTCODE” with your shortcode.

    PS: Also, we would like to inform you that since we have not tested the theme with the plugin you have mentioned so we are quite sure whether it displays the slider with the proper layout or not.

    Hope this helps.

    Best Regards!!

    in reply to: Latest News & Current Events Sections? #73830
    wensolutions
    Keymaster

    Hello @tfmecia,

    First of all thank you very much for the appreciations.

    The “News and Event” section is specially designed for the homepage and cannot be displayed on other pages.

    But if you wish to display the section in other pages as well then you can always consider hiring the professional developer.

    To hire a developer please refer to below given link:

    http://themepalace.com/hire-a-customizer

    Hope this helps.

    Best Regards!!

    in reply to: No bar with page title #73829
    wensolutions
    Keymaster

    Hello @esthervoorpubliek-nl,

    Glad to help you.

    Let us know if you have any confusion further.

    Thank you.

    in reply to: No bar with page title #73803
    wensolutions
    Keymaster

    Hello @esthervoorpubliek-nl,

    Actually, it is not the issue and this is how the page lands upon scrolling up the page as you can in the demo of the theme.

    Link:

    http://demo.wenthemes.com/onefold-pro/contact-us/

    Thank you.

    If you have any issues further then please let us know.

    Best Regards!!

    in reply to: Title and caption overlap #73802
    wensolutions
    Keymaster

    Hello @esthervoorpubliek-nl,

    Glad we could help you.

    If you have any issues further then please do not forget post.

    Also, we would really appreciate if you could help us by rating our theme by following the link given below:

    https://wordpress.org/support/theme/onefold/reviews/

    Thank you.

    in reply to: Title and caption overlap #73795
    wensolutions
    Keymaster

    Hello @esthervoorpubliek-nl,

    The menu has overlapped because of your image height which is small.

    However, we will provide the quick fix. For this go to Admin Panel > Appearance > Customize > Additional CSS and paste below given CSS.

    @media only screen and (max-width: 1300px){
    	#main-slider .cycle-caption {
    		left: 45px;
    		max-width: 100%;
    	}
    	#main-slider .cycle-caption{
    		bottom:3%;
    	}
    }

    You can even place the image with bigger height as well.

    Hope this helps.

    Best Regards!!

    in reply to: No bar with page title #73791
    wensolutions
    Keymaster

    Hello @esthervoorpubliek-nl,

    To remove the custom header in the pages use below given CSS.

    For this go to Admin Panel > Appearance > Customize > Additional CSS and paste below given CSS.

    .page #custom-header {
        display: none;
    }

    Hope this helps.

    Best Regards!!

    in reply to: Font size and color #73763
    wensolutions
    Keymaster

    Hello @dualdings,

    First of all our sincere apology for the delay in replying to you.

    The theme itself does not have the option to change the color of the link but we will provide the custom CSS using which you can change the color of the link.

    a {
        color: #2291b1;
    }

    This will change the color of the link for the entire site.

    You can also change the color code as per your requirement.

    Hope this helps.

    Thank you.

    Regards!!

    in reply to: How can I put this in french ? #73613
    wensolutions
    Keymaster

    Hello @com4digital,

    All the strings in the theme are already made translation ready so you can change those string in your desired language.

    To translate the string in your desired language you can use the plugin like loco translate.

    Plugin link:

    https://wordpress.org/plugins/loco-translate/

    After translating all the stings make sure to set the site language in your desired language by going to Admin Panel > Settings > General > Site Language.

    http://prntscr.com/juax6b

    Hope this helps.

    If you have any queries further then please let us know.

    Thank you.

    Best Regards!!

    in reply to: I can't save changes that I made on the slider, why ? #73609
    wensolutions
    Keymaster

    Hello @com4digital,

    When we tested the theme locally, the slider is working absolutely fine.

    Also, the slider can be set using pages, post, and category so we are not quite sure from where the first screenshot that you post comes from.

    So to make the slider work you need to enable it first by going to Admin Panel > Appearance > Customize > Homepage Section > Slider Section and enable the slider.

    Screenshot:

    http://prntscr.com/juaukf

    Since you can set the slider using Post, page, category, make sure you have uploaded the image in featured image section od individual post, page.

    Screenshot:

    http://prntscr.com/juav2j

    Hope this helps.

    Best Regards!!

    in reply to: Site title and logo size #73513
    wensolutions
    Keymaster

    Hello @gurjeets,

    To control the size of the site logo, Please try using the following custom CSS in your Admin Dashboard > Appearance > Customize > Additional CSS :

    .site-logo-link > img, .custom-logo-link img {
        max-height: 140px;
    }

    You can alter the max-height value in the CSS code as per your requirements.

    Hope this Helps,

    Best Regards !!

    in reply to: Site title and logo size #73510
    wensolutions
    Keymaster

    Hello @gurjeets,

    To get the site title in between the search form and the Logo, Please try using the following custom CSS in your Admin Dashboard > Appearance > Customize > Additional CSS :

    @media (min-width:768px){
    .site-branding {
        width: 77%;
        float: left;
    }
    }

    Hope this Helps,

    Best Regards !!

    in reply to: Lightbox gallery no longer working #73509
    wensolutions
    Keymaster

    Hello @rich_miller86,

    While we have checked the gallery image lightbox with the latest version of Photo Perfect theme, the inbuilt Gallery Lightbox is working correctly on our side.

    Also, while inspecting your website URL, the custom lightbox seems to have been used for the popup currently.

    Please make sure to have set the “Link to” attribute to the “Media File” while creating new galleries on your website and check to see if the lightbox is working.

    If you have any issues further, please feel free to write back to us.

    Best Regards !!

    in reply to: Home Page slider duration #73508
    wensolutions
    Keymaster

    Hello @sgtool,

    is the reported issues in the code regarding the functions.php file OR with the Additional CSS that we had provided?

    If the issues are in the child theme’s functions.php file, please provide us the Whole Code that you have inserted in the functions.php file of your child theme so that we can inspect the code and debug the issue further.

    Best Regards !!

    in reply to: Menu (Hamburger) Not working in Mobile #73507
    wensolutions
    Keymaster

    Hello @jrodriguez88,

    Glad to know your issues have been resolved.

    If you have any issues/queries further, please feel free to write back to us.

    Best Regards !!

Viewing 15 posts - 3,901 through 3,915 (of 8,657 total)