Forum Replies Created

Viewing 30 posts - 781 through 810 (of 2,122 total)
  • Author
    Posts
  • in reply to: Change font size in Easy Slider #651941

    Hey vossenm,

    Thanks for getting in touch with us!

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    h2.avia-caption-title {
        font-size: 20px;
    }
    

    Best regards,
    Jordan

    in reply to: Place Special Heading text at bottom of Color Section #651939

    Hi Doug,

    The text should appear now. Please look on your site and see if it is to your liking. You can simply go to the code and adjust the value for the “bottom” attribute.

    Let me know if you need further assistance.

    Best regards,
    Jordan

    in reply to: link hover color not changing #651924

    Hi,

    Glad to hear that it worked! Feel free to reach out to us again with any other issues you may experience.

    Best regards,
    Jordan

    in reply to: tema Enfold duvidas #651922

    De nada Debora!
    Jordan

    in reply to: Full screen Google Map embed code using custom map? #651919

    Hey Starkos,

    Thanks for getting in touch with us!

    In the embed code they provided change the value for the width to “100%” and adjust the height to the value you want as well. Then please add this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .page-id-580 .container {
        margin: 0px;
        padding: 0px;
        max-width: 100%;
    }
    

    Best regards,
    Jordan

    in reply to: mailchimp form button color #651907

    Hi,

    There is a small error in your CSS code without the hover effect. You placed a ‘:’ after the word button, please correct the first half of the code to the following:

    #mc_embed_signup input.button {
        color: #ffffff;
        background: #2e8986;
    }

    Best regards,
    Jordan

    in reply to: Change block quote colour (+sidebar) #651903

    Hi,

    Could you please also provide login details to your site, so that we can have a closer look at the issue with the Quick CSS. You can place the information in the Private Content section of your reply.

    Best regards,
    Jordan

    in reply to: where to paste this code? #651901

    Hi,

    Try adding the script in the file footer.php just before the line </body> and see if it works.

    Simply add code in private data.

    Best regards,
    Jordan

    in reply to: Blog page questions #651897

    Hey navindesigns,

    Thanks for getting in touch with us!

    1. Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    nav.widget.widget_nav_menu.widget_nav_hide_child {
        display: none;
    }
    

    2. Which page do you have set as the blog page in the Enfold theme options?

    Best regards,
    Jordan

    Hey Tomzilla,

    Please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    Login credentials include:

    • The URL to the login screen.
    • A valid username (with full administration capabilities).
    • As well as a password for that username.
    • permission to deactivate plugins if necessary.

    Also tell us which pages you want to override the right sidebar on.

    Best regards,
    Jordan

    in reply to: How can I put a border on an image in text box #651893

    Hi,

    Glad to hear that worked!

    Best regards,
    Jordan

    in reply to: link hover color not changing #651678

    Hey limyj0923,

    Thanks for getting in touch with us!

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .main_color a strong:hover {
        color: red !important;
    }
    

    Best regards,
    Jordan

    in reply to: IMPORT DEMO #651127

    Hey mylittleconcierge,

    Defining a higher memory limit in wordpress and if possible increasing the memory on the hosting server should resolve this issue.

    To increase the wordpress memory limit please access wp-config.php file and add the below line

    define('WP_MEMORY_LIMIT', '256M');
    

    For a detailed explaination please check this link http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP
    Or you can contact your service provider and they can do it for you.

    Alternatively demo data can be imported using XML file from Admin > Tools > Import > WordPress
    Make sure to check the option “Download and import file attachments” while importing.

    Please note this will not import the theme settings you may need to set them up and upload if any images are missing from backend once the XML file is imported.

    Default demo
    Business Flat
    App Showcase
    Church Demo
    Construction Demo
    Cunsulting Demo
    Gym Demo

    Best regards,
    Jordan

    Hey Daan,

    Thanks for getting in touch with us!

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .home #advanced_menu_toggle {
        top: 35px;
    }
    

    Best regards,
    Jordan

    in reply to: Colored Outline for Icon Box #651115

    Hi,

    Try the following:

    .iconbox_top:hover .iconbox_content {
        background-color: #ff6000 !important;
    }
    
    .iconbox_top:hover .iconbox_content_title {
        color: #fff !important;
    }

    Best regards,
    Jordan

    in reply to: Two color Logo area – menu below #651102

    Hey ACGijsbers,

    Would you mind providing a precise link to your site, showing the elements in question? We need to be able to inspect them in order to help :)

    Also you can add a widget to the header following the instructions in this post – http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/

    Best regards,
    Jordan

    in reply to: Adding a widget area to the header #651099

    Hey Lyse,

    Thanks for getting in touch with us!

    Would you mind providing a precise link to your site, showing the elements in question? We need to be able to inspect them in order to help :)

    Best regards,
    Jordan

    in reply to: Blog posts element not showing content #651096

    Hey gigiprod,

    Thanks for getting in touch with us!

    Do you mean that you wish to show a preview of the post content before the Read More link? You need to type the content in the Excerpt field below the SEO information when editing the post (see my screenshot for an example). Also I have left it on the page so you can have a look.

    Let me know if you need further assistance.

    Best regards,
    Jordan

    in reply to: tema Enfold duvidas #651092

    Bom dia,

    Você deseja remover os comentários e datas, certo? Além disso, você quer mudar a cor de LEIA MAIS.

    Por favor tente adicionar este código para a secção de CSS em Enfold -> Geral Styling :

    .avia-content-slider .slide-meta {
        display: none;
    }
    
    a.more-link {
        color: #B7AB0C;
    }

    Editar a cor do amarelo você quer.

    Jordan

    in reply to: Colorize one menu item #650265

    Hi,

    Thanks for getting back to me!

    Try the following CSS:

    .html_header_sidebar #top #header #menu-item-333:hover {
        opacity: 1;
    }
    
    #top #wrap_all .header_color .av-menu-button-colored > a .avia-menu-text:hover {
        background-color: #f00000;
        border-color: #f00000;
    }

    Best regards,
    Jordan

    in reply to: Wrong date appears in php date shortcode in header #650261

    Hi,

    Thanks for getting back to me!

    I made the correct change to the code for you. Here is what it looks like now:

    add_action( 'ava_inside_main_menu', 'enfold_customization_add_date' );
    function enfold_customization_add_date() {
    echo '<span class = "header_date">'.date_i18n ('F j, Y').'</span>';
    }

    That still displays the date in words rather than numbers and it is the current date.

    Let me know if you need further assistance.

    Best regards,
    Jordan

    in reply to: Colorize one menu item #650257

    Hey Anna Christina,

    Thanks for getting in touch with us!

    What exactly do you mean by colorize? How are you looking to change the menu item ‘WAS’? Please let us know and we can assist you better with CSS. Posting us a screenshot/mockup of what you would like to achieve would be helpful. You can upload the screenshot to imgur.com or dropbox and share the link here :)

    Best regards,
    Jordan

    in reply to: Background image display issues on PC #650253

    Hey mmheather,

    Thanks for getting in touch with us!

    The best option would be to upload larger images to fit all resolution screen sizes. The best image size would be 1440 x 900 and should scale to fit all screens nicely. Currently one of your images has a resolution of 1280 x 430 and so on a screen wider than 1280px, the image will not stretch pass that size.

    Let me know if you need further assistance.

    Best regards,
    Jordan

    in reply to: Change post title color on one masonry display #650249

    Hey wacky32,

    Thanks for getting in touch with us!

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .page-id-18 .av-masonry-entry .av-masonry-entry-title {
        color: #000000 !important;
    }
    

    Best regards,
    Jordan

    in reply to: got an easy one – #650247

    Hey cherylrae7,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .main_color strong {
        color: #000000 !important;
    }
    

    Best regards,
    Jordan

    Hey paepke19,

    Thanks for getting in touch with us!

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .avia-menu-fx {
        display: none;
    }
    

    Best regards,
    Jordan

    in reply to: Menu not working when out of the main landing page #650242

    Hey AC19,

    Thanks for getting in touch with us!

    For the menu items try adding the full URL instead of just #something. Add for example http://yourwebsite.com/#something.

    Try that and let me know if it sorts out the issue.

    Best regards,
    Jordan

    in reply to: Can't change background color #650239

    Hi,

    Glad to hear it’s all sorted! Feel free to reach out to us again on the forum if there is anything else you need.

    Best regards,
    Jordan

    in reply to: How to remove menu in socket? #650234

    Hey Anna Christina,

    Please go to Appearance -> Widgets and edit the Footer widget areas to remove the menu.

    Let me know if you need further assistance.

    Best regards,
    Jordan

    in reply to: Section "Interesting Links" in Footer: How to use #650230

    Hey Jörg,

    Thanks for getting in touch with us!

    Please go to Appearance -> Widgets in your WordPress dashboard and then edit the Footer Socket widget areas. There you will see the different widgets you can edit.

    Best regards,
    Jordan

Viewing 30 posts - 781 through 810 (of 2,122 total)