Forum Replies Created
-
AuthorPosts
-
Hey Jenniex!
1- Please go to Appearance > Menus and create a new menu and check “Enfold main menu” under Menu Settings
2- Go to Appearance > Widgets and place needed widgets into footer widget areas. If you would like to keep them empty, please place empty text widget.Best regards,
YigitHi rynleigh!
I just checked your website on my iphone and i cannot see any issues except for your iframe on the homepage. Please add following code to Quick CSS in Enfold theme options under General Styling tab to fix mobile menu issue
#wrap_all { position: relative !important; }Cheers!
YigitHi bethiebfit!
Please try using this plugin – https://wordpress.org/plugins/stop-spammer-registrations-plugin/
Regards,
YigitHi tania_tf!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#top .scroll-down-link:before { content: 'Next'; font-size: 18px; }If that does not help, please post a screenshot and show the changes you would like to make so we can make sure to understand you clearly. You can upload your screenshots on imgur.com or Dropbox public folder and post the links here
Regards,
YigitHey!
Can you please try de-activating all active plugins and check if that helps?
Best regards,
YigitHey rpl_admin!
Please add following code to Quick CSS
#socket { background-color: #666666!important; } .single-product-main-image { width: 20%; }You can adjust the size of the product image by increasing/decreasing width value. Then please go to Enfold theme options > General Layout > Dimensions and change the width of the size as needed
Best regards,
YigitHi!
Can you please change the code to following one
function add_custom_megamenu(){ ?> <script> jQuery(window).load(function(){ if (jQuery(window).width() <= 990){ jQuery("#header").click(function(){ jQuery(".avia_mega_div").toggle(); }); } }); </script> <?php } add_action('wp_footer', 'add_custom_megamenu');Best regards,
YigitHi!
Please add following code to Functions.php file in Appearance > Editor
function add_bootstrap_css() { wp_enqueue_style( 'bootstrap', 'http://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css' ); } add_action( 'wp_enqueue_scripts', 'add_bootstrap_css' );Regards,
YigitHey horsevet!
Changes are done. Please review your website. For future reference, here is the code i applied
function after_head_image_func(){ echo "<div class='custom_content'><a href='http://www.mpequine.com/' target='_blank'><img src='http://www.askahorsevet.com/wp-content/uploads/2015/01/MPE_EqunieServ_Logo_WEB1-e1422543246758.png' /></a></div>"; } add_action('ava_after_main_menu', 'after_head_image_func');Regards,
YigitHey!
I created a private page called “test page”, please review it and change it as needed.
Regards,
YigitHi!
Can you please upload your logo in 1210x110px?
P.S.: Self posting pushes your query to the end of the queue which goes from the oldest to the newest posts, hence late reply. We are sorry nevertheless :)Best regards,
YigitHey!
You are welcome, we are always happy to help :)
You could have used Style.css file of your child theme. Please ignore if you would like to use custom.css file to add your custom codes only.
Let us know if you have any other questions or issues :)Cheers!
YigitHey cisqo!
Please see – http://codex.wordpress.org/Function_Reference/wp_enqueue_script
You should refer to example hook. If you could please elaborate, we may help you better :)Cheers!
YigitHi ryanmortier!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#wrap_all { position: relative !important; }Cheers!
YigitHi!
You can use (Email address hidden if logged out) but please post login credentials here privately so any available moderator can look into it.
Cheers!
YigitHi coreyblaser!
Please add following code to Quick CSS
@media only screen and (max-width: 990px) and (min-width: 769px) { .shiftnav-wrap { padding-top: 0!important; }}Best regards,
YigitHey jmramos!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 989px) { .html_mobile_menu_tablet .main_menu, .html_mobile_menu_tablet #header_main_alternate { display: block; }}Cheers!
YigitFebruary 10, 2015 at 6:21 pm in reply to: How to make telephone and social media icons larger in top right corner? #393844Hey!
You are welcome :) we will keep the thread open for the OP. If you have any other questions or issues, please feel free to start a new thread
Best regards,
YigitFebruary 10, 2015 at 6:18 pm in reply to: Any way to make a background color for a fractional layout element? #393840Hey Scott!
Please disable CSS minifying feature, flush cache and then check your blog post once again. Code is currently not being applied.
Best regards,
YigitFebruary 10, 2015 at 6:12 pm in reply to: Hi, I have updated enfold 2.4.5 to 3.0.8 in WordPress 4.1 #393833Hi themeforestkop!
Please try re-updating the theme via FTP and make sure to overwrite all files – http://kriesi.at/documentation/enfold/updating-your-theme-files/ and de-activate all active plugins.
If that does not help, please create a temporary admin login and post it here privately.Cheers!
YigitFebruary 10, 2015 at 6:04 pm in reply to: Any way to make a background color for a fractional layout element? #393826Hi charger70!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
.home .avia-builder-el-9 { background-color: #e2e2e2; padding: 10px; border-radius: 5px; }Cheers!
YigitFebruary 10, 2015 at 6:02 pm in reply to: How to make telephone and social media icons larger in top right corner? #393824Hey kirschi!
Please try using this plugin – https://wordpress.org/plugins/hide-youtube-related-videos/
Regards,
YigitHi crewneck!
Please add following code to Quick CSS and adjust as needed
.avia-menu-fx { width: 80%; }Regards,
Yigit -
AuthorPosts
