Forum Replies Created
-
AuthorPosts
-
wensolutionsKeymaster
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!!
wensolutionsKeymasterHello @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!!
wensolutionsKeymasterHello @esthervoorpubliek-nl,
Glad to help you.
Let us know if you have any confusion further.
Thank you.
wensolutionsKeymasterHello @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!!
wensolutionsKeymasterHello @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.
wensolutionsKeymasterHello @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!!
wensolutionsKeymasterHello @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!!
wensolutionsKeymasterHello @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!!
wensolutionsKeymasterHello @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.
Hope this helps.
If you have any queries further then please let us know.
Thank you.
Best Regards!!
wensolutionsKeymasterHello @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:
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:
Hope this helps.
Best Regards!!
wensolutionsKeymasterHello @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 !!
wensolutionsKeymasterHello @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 !!
wensolutionsKeymasterHello @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 !!
wensolutionsKeymasterHello @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 !!
wensolutionsKeymasterHello @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 !!
-
AuthorPosts