Forum Replies Created
-
AuthorPosts
-
wensolutionsKeymaster
Hello @frozen,
Thanks for posting the question in the forum. In Bizlight-pro theme you can set a default layout for all pages and then also set a sidebar layout for the selected pages going to the blog page(or any other pages).You can check the slider behaviour and other cool features of the theme on your machines/devices. Below is the link to demosite of the Bizlight Pro theme.
http://demo.evisionthemes.com/bizlight-pro/Let us know if you have any further queries.
Best Regards
wensolutionsKeymasterHello @KD,
Thanks for you site URL.
To fix this issue in landscape mode in iPad you need to add custom CSS.
For this you need to go to Admin Panel / Appearance / Customize / Theme Options / Advanced Options.
In this section you will see a box to write Custom CSS. In this box copy and paste below CSS.@media only screen and (max-device-width : 1024px) { .post-content { background-color: #1f1f29; padding: 15px; position: inherit; top: inherit; visibility: visible; margin-top: 2px; margin-bottom: 5px; } }
Hope this will help to resolve you issue.
Let me know how it goes.Regards!!!
wensolutionsKeymasterHello @KD,
If possible, please share us your site URL so that we could first look into your browser source to diagnose the issue.
Best Regards!!!
wensolutionsKeymasterThank you @regbert for the appreciation of the theme. Glad to help you anytime. Feel free to post in your any queries in our support forum.
Have a nice day !!
wensolutionsKeymasterColor rendering behavior varies according to the different browsers and it is a browser property.
wensolutionsKeymasterHi, try uploading an image of 1360 x 560 px size in respect to height. Currently slider viewport has been guided by an image height.
New version is going to be released within a month.
Thank you for your patience in advance!
wensolutionsKeymasterI guess you are talking about the section just below the slider. If so, you should have the featured image assigned to the posts that will appear as a thumbnail.
Choice for this section is controlled from Customizer -> Featured Content section.
Hope this helps !
wensolutionsKeymasterGraphics used in the demo site are used from free image source. You can find the image source links from readme.txt file inside your theme folder.
April 1, 2016 at 11:17 pm in reply to: Having some trouble with the Theme License link under Appearance. no link #4605wensolutionsKeymasterHello @wdrumund.
License upload input field can be found in Appearance -> Theme License section in your admin dashboard.
Make sure you have latest version installed.
If still problem exists, kindly report your problem by filling up this specific form.
http://themepalace.com/update-key-support/
Thanks.
wensolutionsKeymasterIt seems that the logo color and the background color are conflicting one-another.
Go to Customize-> Theme Options-> Custom CSS and paste the following code:body:not(.home) .site-header.evision-nav-right, .site-header.evision-nav-right{ background-color: #000080 !important; }
Note: You can replace the color above by any suitable hex color code.
Hope this helps resolve your issue.Regards.
wensolutionsKeymaster@ruurik,
We tried to replicate your issue on our machines, but the logo is appearing fine for us. You can see the image of your site below:
http://prntscr.com/amq51g
Can you send us the screenshot of the site’s logo on your machine so that we could have a look at it and suggest you?Regards,
wensolutionsKeymasterHello @minxhoals,
You can use a WordPress function which translates texts (https://codex.wordpress.org/Plugin_API/Filter_Reference/gettext). For example:
Inorder to change Quick Links to About Us, add the below codes in ‘functions.php’ of child theme.add_filter( 'gettext', 'theme_change_field_names', 20, 3 ); function theme_change_field_names( $translated_text, $text, $domain ) { if ( is_page() ) { switch ( $translated_text ) { case 'Quick Links' : $translated_text = __( 'About Us', 'education-hub' ); break; } } return $translated_text; }
Next, in child theme, to have the Notice URL open in a new page/tab Go to inc > hook > custom.php line 55 and and replace the following code
<a href="<?php echo esc_url( education_hub_get_option
by
<a target="_blank" href="<?php echo esc_url( education_hub_get_option
Note: If you haven’t created child theme before here’s a guide:
https://codex.wordpress.org/Child_Themes#How_to_Create_a_Child_ThemeRegards,
wensolutionsKeymasterHello @9toy,
I recommend asking your question at https://wordpress.org/support/plugin/wp-client-logo-carousel so the plugin’s developers and support community can help you with this.
Let us know if you have any queries.Regards,
wensolutionsKeymasterHello @ruurik,
It looks like there is an issue with the control arrows adjustment with the custom CSS. You might have to remove the custom code you have used. We’ll fix this issue in the next theme update.Regards,
wensolutionsKeymasterHello @regbert,
It looks like there’s already a woocommerce folder in your plugins folder, probably from an earlier failed attempt. You need to delete that folder. Use a FTP client software like Filezilla to access the server directories. Navigate to wp-content/plugins and delete the woocommerce folder. Afterwards you should be able to install the plugin without any problem.
If the above troubleshooting method don’t solve your issue, post the error message you’re getting with screenshot here.
Regards. -
AuthorPosts