Forum Replies Created
-
AuthorPosts
-
Hello!
Please add the sidebar on the Blog page, we need to inspect it. I can’t reproduce the same issue on my end. Have you tried deactivating all your plugins? Maybe a plugin is inserting a div on the template.
Regards,
IsmaelSeptember 26, 2013 at 5:41 am in reply to: !URGENT! # in-page links on main menu not working #166426Hey!
Did you check if they are unique? Maybe you’re using a selector name twice.
Regards,
IsmaelHey zerozendesign!
1.) You can add this on your custom.css or Quick CSS to define the active menu color:
#top .header_color .current-menu-item a { color: red !important; }
2.) What is the code you added to adjust the header height?
Cheers!
IsmaelSeptember 26, 2013 at 5:34 am in reply to: Menu Color Changes and Dashes on right side of left sidebar nav #166423Hey!
Unfortunately, you can’t modify or add css for grand grand child pages because WP doesn’t give them unique selectors.
Best regards,
IsmaelHey!
You will not lose your configurations and content when you update the theme. Just follow the instructions on how to override the theme files via FTP. You should create a backup of the files you modified like custom.css etc. A lot of Enfold users are using the SEO Yeost plugin without problem or issues.
Regards,
IsmaelHi jmaguirrei!
Please add this on your custom.css or Quick CSS:
.responsive .home { overflow-x: hidden; overflow-y: hidden; }
Cheers!
IsmaelHi!
You can adjust the position of the language selector using this:
#lang_sel_list { position: relative; left: 40%; top: 60px; }
Best regards,
IsmaelHi!
I visited your site and I don’t see the shuffling issue. I think Dude’s code fixed it. What browser are you using when you test the site?
Best regards,
IsmaelHi mmi!
A lot of Enfold users are using Yeost. Can you give us a link to your website? Do you have the latest version of Enfold, which is 2.2?
Regards,
IsmaelHi!
You decrease the h3 size a little for mobile view. It will give some space for the button. :)
@media only screen and (max-width: 767px) { h3 { font-size: 18px; } }
Best regards,
IsmaelHey kooop!
Looks like a lot of GoDaddy users is experiencing the issue. Is GoDaddy your host?
Visited the link and I can see that you managed to add content and create pages.
Please do the following steps:
1. Close browser and delete all cookies/cache.
2. Open the FTP client and log into your website’s root folder.
3. Download “.htaccess” file.
4. Delete the .htaccess file from your webroot folder then press the reload button on FTP client to make sure the .htaccess is gone.
5. Open your website and refresh the page few more times. Try to log in.
6. Put the SAME .htaccess file back to your site’s root folder.Wait few seconds and refresh FTP to make sure the file is there and it has at least -rw—-r– permissions.
7. Open your website,refresh the page, try to log in.You SHOULD be able to log in with the SAME .htaccess file that was causing the problem earlier.Regards,
Ismael-
This reply was modified 11 years, 9 months ago by
Ismael.
Hi web4smallbusiness!
You can add this on your custom.css or Quick CSS:
body .column-top-margin { margin-top: 20px; } .avia-slideshow { position: relative; margin: 20px 0; }
Regards,
IsmaelHi headbentdesign!
You can find the file on js > mediaelement > skin-1 > mediaelementplayer.css. You can remove the code and leave it blank but the theme’s native audio player will break. What is the conflict? Is it a styling issue?
Regards,
IsmaelHi dmiklus!
Can you post the youtube link code here? Add rel=”noLightbox” on the anchor tag to avoid opening the link as lightbox.
<a rel="noLightbox" href="YOUTUBE LINK HERE">YOUTUBE LINK</a>
Cheers!
IsmaelHey!
Go to Enfold > Header > Header Type. Select the headers with social icons.
Cheers!
IsmaelHey!
What you’re asking is a bit complicated and I doubt if this can be done via CSS. Please hire someone to modify the overlay effect.
Best regards,
IsmaelSeptember 26, 2013 at 4:24 am in reply to: Error message in child theme:parent theme is required in the child theme. #166390Hey kriru!
Did you place the main theme files on wp-content/themes folder?
You should have this code for the following files:
1.) styles.css
/* Theme Name: Enfold Child Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold WordPress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then. Version: 1.0 Author: Kriesi Author URI: http://kriesi.at Template: enfold */ /*Add your own styles here:*/
2.) functions.php
<?php /* * Add your own functions here. You can also copy some of the theme functions into this file. * WordPress will use those functions instead of the original functions then. */
3.) A screenshot.
Best regards,
IsmaelSeptember 26, 2013 at 4:18 am in reply to: ALTER "MAIN COLOR" in the case of the MEMBERSHIP PAGE #166385Hey voicepro!
1.) You can use this to alter the price table header background color:
.main_color .pricing-table li.avia-heading-row, .main_color .pricing-table li.avia-heading-row .pricing-extra { background-color: red; color: #ffffff; border-color: #ffff26; } .main_color .pricing-table li.avia-pricing-row, .main_color .pricing-table li.avia-heading-row, .main_color .pricing-table li.avia-pricing-row .pricing-extra { background-color: red; color: #ffffff; border-color: #ffff26; }
2.) Change the color of the promobox text using this:
.avia-promocontent p { color: blue; }
Regards,
IsmaelHello!
You can add the following on the Quick CSS or custom.css:
1.) Header
.header_color .header_bg { background: red; color: white; }
2.) Main Content
.main_color { background: gray; }
3.) Alternate
.alternate_color { background: blue; }
Best regards,
IsmaelHello wvanderzee!
Add this on your child theme’s function.php:
function avia_login_stylesheet() { ?> <?php $urlcss = get_stylesheet_directory_uri(); ?> <link rel="stylesheet" id="avia_wp_admin_css" href="<?php echo $urlcss.'/style.css'; ?>" type="text/css" media="all" /> <?php } add_action( 'login_enqueue_scripts', 'avia_login_stylesheet' );
Cheers!
IsmaelSeptember 26, 2013 at 2:58 am in reply to: !URGENT! # in-page links on main menu not working #166367Hello!
You can add a unique selector for each Avia Elements. Edit functions.php, find this code:
if(isset($avia_config['use_child_theme_functions_only'])) return;
Below, add this code:
add_theme_support('avia_template_builder_custom_css');
Add the Horizontal Rule element then scroll below. Add a unique css selector on “Custom Css Class” field. You can then use the selector to target the Horizontal Rule after every page sections that you want to scroll to.
Cheers!
IsmaelHey!
Please add this on your custom.css or Quick CSS:
.logo img { width: auto !important; }
Best regards,
IsmaelHey Jentech!
It should show automatically. You can use this plugin to modify page titles: http://wordpress.org/plugins/wordpress-seo/
Regards,
IsmaelHello serverlift!
Are you sure you’re editing the correct page? Can you please switch it back? Let me check the “blog post on after the other” issue.
Regards,
IsmaelHello Dmichel!
I can’t reproduce the issue on my end. Maybe a slow internet connection?
Cheers!
IsmaelSeptember 26, 2013 at 2:34 am in reply to: Logo disappears with v2.2 when "Slideout Menu" and a certain header type is used #166353Hey!
Please add this on your custom.css or Quick CSS:
.logo img { width: auto !important; }
Best regards,
IsmaelSeptember 26, 2013 at 2:32 am in reply to: WooCommerce Description Tab CSS Issue (Even on Demo) #166350Hi Reidable!
You can add this on your custom.css or Quick CSS:
#top div div.product .woocommerce-tabs ul.tabs li a { min-width: 100px; }
Cheers!
Ismael -
This reply was modified 11 years, 9 months ago by
-
AuthorPosts