Forum Replies Created
-
AuthorPosts
-
Mahesh
Participant@pw-06418: Glad to know you’ve figured out the problem yourself. Thank you for your appreciation. Have a nice day!
Regards,
MaheshMahesh
Participant@carol-anne: First you’ll need to create a child theme. You can find more details on creating child theme HERE. Then in your child theme’s functions.php add the code in the following link:
http://bit.ly/2aEX7AG
Then go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:#social_icons_menu { float: right; margin-top: 6px; } #header-right-social-icons.widget_fullframe_social_icons { display: none; } #fixed-header { position: static; } .site { padding-top: 0; }Note:
1. Please make use Check to disable Header Toggle option is Checked in Dashboard=> Appearance=> Customize=> Theme Options=> Fixed Header Top Options
2. This will remove fixed header feature of the menu.Hope this helps. Let me know if any problem.
Regards,
MaheshMahesh
Participant@bigoslesli:
Hi Leslie,Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:
h1, h2, h3, h4, h5, h6 { clear: none; }Regards,
MaheshMahesh
Participant@pw-06418: Just checked your site, you are using Slick Nav plugin for the menu and a black Menu is displaying at the top which is working fine on both mobile and desktops. And there is no search bar displaying as it is seen in the image above.
Regards,
MaheshMahesh
Participant@carol-anne: This requires some customization. if you are familiar with coding, then I can help you with. If not, I recommend you to hire a customizer for this purpose.
Let me know further.Regards,
MaheshMahesh
Participant@martijn: For that, add the following CSS:
.main-navigation .current_page_item > a, .main-navigation .current-menu-item > a, .main-navigation .current_page_ancestor > a { color: #ff0000; }Hope this helps.
Note: Please change the color as desired.Regards,
MaheshMahesh
Participant@accucomm:
Hi Orlando,Glad to know that you’ve found what was causing the issue. Sometime the plugin do create problem. Have a nice day.
Regards,
MaheshMahesh
Participant@rolandallen: Thank you for your appreciation. Have a nice day!
Regards,
MaheshMahesh
Participant@accucomm: Have you tried it with default WordPress themes. If not please try it and check if it works with it or not.
Regards,
MaheshMahesh
Participant@moskito7:
Hi Guillaume,There is an in-built option for this in the theme. Go to Dashboard=> Appearance=> Customize=> Reset All settings and check on Check to reset all settings to default and click Save & Publish. Then all your settings will be gone as new theme is installed.
Regards,
MaheshMahesh
Participant@petermilliken:
Hi Peter,Sorry, there has been a small bug in the theme due to which the Promotion Headline Title color issue has arose. This has be fixed now in the new version which will be released soon. Thank you for your patience.
For quick fix, you can use Custom CSS to change the color. Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:#promotion-message h2 { color: #ff0000; }Regards,
MaheshMahesh
Participant@skstewart: Go to Dashboard=> Apperance=> Customize=> Theme Optoins=> Custom CSS box and add the following CSS:
#main { width: 920px; } .sidebar-primary { width: 240px; } @media screen and (max-width: 1280px) { #main { width: 820px; } } @media screen and (max-width: 1152px) { #main { width: 810px; } .sidebar-primary { width: 200px; } } @media screen and (max-width: 1100px) { #main { width: 750px; } } @media screen and (max-width: 767px) { #main { width: 100%; } .sidebar-primary { width: 100%; } }Regards,
MaheshMahesh
Participant@davidmcarthur:
Hi David,The issue is because of a small typo. It should be esc_url() not esc_ulr(). The issue will be fixed in our next update, which be released soon. For quick fix, you can do it by yourself. Edit ecommerce-pro/inc/featured-content.php line 558 and replace esc_ulr with esc_url. That will fix the issue.
Thank you for helping us find out the issue.Regards,
MaheshMahesh
Participant@ukufner: Oh, I thought the menu in your website. Have you tried deactivating the plugins? And did deactivating the plugins fix the issue? Let me know further.
Regards,
MaheshMahesh
Participant@skstewart: Please post in your site URL so that I can help you further.
Regards,
MaheshMahesh
Participant@rolandallen: Sorry, my mistake, the code should be as follows:
<h1 class="entry-title">' . get_the_title() . '</h1>
Let me know if any problem.Regards,
Mahesh -
AuthorPosts
