Forum Replies Created
-
AuthorPosts
-
Hey!
Please edit the code Ismael posted and add media queries as following
@media only screen and (min-width: 990px) { div#main { padding-bottom: 200px; }}Regards,
Yigit-
This reply was modified 10 years, 9 months ago by
Yigit.
July 21, 2014 at 6:14 pm in reply to: Parallax and audio files not working correctly i think… #293949Hey fgrippe!
Please try deactivating all active plugins and check if that helps. Can you also post the link to your website please?
Regards,
YigitHey Igor!
1- Please go to Appearance > Menus and make sure that you checked “Enfold Main Menu” under menu settings
2- Please add following code to Functions.php file in Appearance > Editorfunction add_custom_script(){ ?> <script> PASTE YOUR CODE HERE </script> <?php } add_action('wp_footer', 'add_custom_script');Regards,
YigitHi Kaira!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#top .avia-logo-element-container .slide-image { background: transparent; }Regards,
YigitHi!
On chrome icons show up fine on my end – http://i.imgur.com/R0Ve4Cq.png
For Firefox, please refer to fix suggested under “Fonts not loading in Firefox or IE9” here – http://www.fontsquirrel.com/blog/2010/11/troubleshooting-font-face-problemsCheers!
YigitHi!
Please add following code to Quick CSS as well
.menu-text { z-index: 999; }Best regards,
YigitHi!
You are welcome, glad we could help! :) Let us know if you have any other questions or issues
Best regards,
YigitHi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.menu-text { position: relative; top: -30px; height: 30px; }Best regards,
YigitHey!
Please add following code to Quick CSS
#top .fullsize .template-blog .post .entry-content-wrapper, #top .fullsize .template-blog .post-title { text-align: left; } #top .fullsize .template-blog .post .entry-content-wrapper { width: 100%; } #top .fullsize .template-blog .post .entry-content-wrapper > *, #top .fullsize .template-blog .post-title { max-width: 100%; }Cheers!
YigitJuly 21, 2014 at 3:37 pm in reply to: Mega Menu – three columns then another beneath that spans the width of all three #293885Hey!
This is how it looks on my local installation – http://i.imgur.com/sbPZnkn.png You would like to have same, is that correct?
If so, can you choose to “start a new row” on 4th sub-menu item and then let us know so we can check how it looks?Regards,
YigitHey kimogroup!
Please see – http://kriesi.at/documentation/enfold/updating-your-theme-files/
Cheers!
YigitHi satucker!
Can you post a link to your page where we can see how it should look?
Cheers!
YigitHi dentaparks!
Please see – http://kriesi.at/documentation/enfold/using-a-child-theme/
Please move modified files to your child theme. When there are new updates, you should only update parent themeRegards,
YigitHi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
.html_header_top.html_header_sticky #main { padding-top: 140px; }Best regards,
YigitJuly 21, 2014 at 2:48 pm in reply to: Revolution Slider creating 500 error message on Network Solutions #293866Hey!
Glad you figured it out! Let us know if you have any other questions or issues
Regards,
YigitHey skauper!
Please use this plugin to translate the string from WordPress backend – https://wordpress.org/plugins/codestyling-localization/
Please rescan theme files of your language then edit to change the stringBest regards,
YigitHi justinwheelon!
Please see Ismael’s post here – https://kriesi.at/support/topic/where-to-host-a-site-for-fast-loading-speeds/#post-287795
Regards,
YigitHey!
Have you tried deactivating both plugins? If you did and it did not help, please post a temporary admin login here privately so we can look into it :)
Best regards,
YigitHey goossep!
Make sure that English UK is selected in language switcher and then go to Enfold theme options > General Styling > Quick CSS and add your custom CSS code
Regards,
YigitHi comecdev!
Please try deactivating all active plugins and check if that helps
Best regards,
YigitHi!
Currently your logo is 7x6px. Can you firstly upload a bigger one? It is not visible on my end
Cheers!
YigitJuly 21, 2014 at 1:59 pm in reply to: Logo in mobile (responsive) view stretched and menu on top of it #293839Hey!
Do you have a mobile device with retina display? Just to check, can you try uploading this logo – http://i.imgur.com/6GJNpVi.png
Regards,
YigitJuly 21, 2014 at 1:52 pm in reply to: CSS: possible gap between header (logo area) menu content? #293838Hey!
Please add following code to Quick CSS instead
div#header_main_alternate { border-top: 20px solid #f7f7f7; }Cheers!
YigitJuly 21, 2014 at 1:44 pm in reply to: Woocommerce filters still not working on iphone/ipad after update #293836Hey Jenn!
Please try adding following code to Functions.php file in Appearance > Editor
function add_custom_dropdown(){ ?> <script> jQuery(window).load(function(){ if (jQuery(window).width() <= 990){ jQuery(".sort-param-count").click(function() { jQuery(".sort-param-count ul").toggle(); }); jQuery(".sort-param-order").click(function() { jQuery(".sort-param-order ul").toggle(); }); } }); </script> <?php } add_action('wp_footer', 'add_custom_dropdown');Cheers!
Yigit -
This reply was modified 10 years, 9 months ago by
-
AuthorPosts
