Forum Replies Created

Viewing 30 posts - 1,711 through 1,740 (of 1,778 total)
  • Author
    Posts
  • in reply to: Enfold makes a lot of pictures when I upload one #781270

    Hey Mike,

    Thank you for using our theme. Enfold creates different sizes for different places in the website, such as when the picture is the featured image, for when it is in a masonry grid, when it’s needs to be a square, etc.

    To stop Enfold from creating these different sizes, please comment out one line in enfold/functions.php. Replace:

    avia_backend_add_thumbnail_size($avia_config);
    

    with

    //avia_backend_add_thumbnail_size($avia_config);
    

    If you want to generate the thumbnails, undo the code modification and regenerate the thumbnails with this plugin: https://wordpress.org/plugins/regenerate-thumbnails/

    I hope that helps!

    Sarah

    in reply to: better CAPTCHA #781261

    Hey Milan,

    You can use this Google Captcha plugin: https://wordpress.org/plugins/google-captcha/
    or other plugins you might prefer.

    There was also a discussion related to this in this previous thread. You might find something helpful there as well.

    I hope that helps. Thank you for using Enfold!Sarah

    Hi!

    You can edit loop-index.php, find these lines:

    
    echo "<span class='post-meta-infos'>";
    
    echo "<time class='date-container minor-meta updated' >".get_the_time(get_option('date_format'))."</time>";
    echo "<span class='text-sep text-sep-date'>/</span>";
    
    
    
        if ( get_comments_number() != "0" || comments_open() ){
    
        echo "<span class='comment-container minor-meta'>";
        comments_popup_link(  "0 ".__('Comments','avia_framework'),
                              "1 ".__('Comment' ,'avia_framework'),
                              "% ".__('Comments','avia_framework'),'comments-link',
                              "".__('Comments Disabled','avia_framework'));
        echo "</span>";
        echo "<span class='text-sep text-sep-comment'>/</span>";
        }
    
    
        if(!empty($cats))
        {
            echo '<span class="blog-categories minor-meta">'.__('in','avia_framework')." ";
            echo $cats;
            echo '</span><span class="text-sep text-sep-cat">/</span>';
        }
    
    
        echo '<span class="blog-author minor-meta">'.__('by','avia_framework')." ";
        echo '<span class="entry-author-link" >';
        echo '<span class="vcard author"><span class="fn">';
        the_author_posts_link();
        echo '</span></span>';
        echo '</span>';
        echo '</span>';
    echo '</span>';
    

    Please comment them out by placing a /* before and a */ after that whole block of text . You may also remove it from the file if you prefer.

    I hope that helps!

    Best regards,
    Sarah

    in reply to: Avia Layout Builder doesn't load #781198

    Hey Jette,

    Are you able to access your Plugins? Have you tried disabling them and seeing if one of them is causing this?

    If that doesn’t work, may we also have a temporary login into your Dashboard so we can take a closer look?

    Best regards,
    Sarah

    in reply to: responsiveness: how to edit mobile view #781130

    Hi Aline,

    I’ll add to Victoria’s code.

    @media screen and (max-width: 450px) {
    	.custom-logo-wrap {
    		width: 100px;
    		top: 10px;
    	}
    	.custom-logo-wrap span {
    		display: none;
        }
    }
    

    I left 10px on top of the logo to still give it a bit of space. Is that all right? You can adjust the value, if you’d like.

    The second part of the code hides the caption under the logo. But, if you would like to specify a font size for mobile for that caption instead of hiding it, we can do that, too.

    I hope that helps!

    Sarah

    in reply to: Trying to Mimic a Page – Need Help #781123

    Hey D1992_WP,

    When inserting a picture in your blog post, WordPress allows you to change its alignment to the left, center, right, or none. From your description, you need to set it to Left Align. To do this, please fine “Attachment Display Settings” near the “Insert into Post” button when inserting your picture, and set Alignment to “Left”. If the picture is already in your post, that’s okay! Just click on it, and then click on the Align Left icon that will appear as an option. WordPress has a step by step tutorial on this here:  https://en.support.wordpress.com/images/image-alignment/

    Is this the solution you’re looking for?

    Best regards,
    Sarah

    in reply to: Color section & Background Image on mobile #781114

    Hi Ilvy,

    If it’s all right, can you check what your htaccess file says, and share it with us in private content?

    It might be possible that this extra layer of security was done by your server. Can you check with them, please?
    Best regards,
    Sarah

    in reply to: Unanswered Thread #781107

    Hey Martin,

    Sorry about that! I’ve reopened the thread for you.

    Best regards,
    Sarah

    in reply to: Accordion header colour #781096

    Hey Chris,

    How would you like the colors to be?

    Can you try the solutions presented in this thread? Their concern seems similar to yours. https://kriesi.at/support/topic/accordion-toggle-colors/

    If you need further help, may we have a link to the page in question so we can take a closer look?

    Best regards,
    Sarah

    in reply to: How to: no comments possible on the blog posts #780942

    Wonderful! Do let us know here in the forums when you need additional help.

    Thank you for using Enfold.

    Cheers!
    Sarah

    in reply to: How to: no comments possible on the blog posts #780681

    Hey Leonsz,

    Yes, you can disable commenting from your blog.

    Please go to Settings > Discussion. Under “Default article settings”, please uncheck “Allow people to post comments on new articles”. This affects all your future blog posts.

    To disable commenting for blog posts you published in the past, you’ll need to change the settings for each post, or for multiple posts at the same time. You can check this article that has step by step instructions with screenshots. https://www.simplethemes.com/tutorials/help/disable-comments-in-wordpress

    I hope that helps!

    Best regards,
    Sarah

    in reply to: Alignment Issues on Checkout Page and My Account Page #780677

    Hi marqattack,

    Thanks for elaborating, and giving us login details.

    Sorry, but from what I can see, your Login and Register columns on your My Account Page are aligned, and the address fields aren’t on the bottom right. Were you able to figure these issues out? If not, can you give us a screenshot of what you can see?

    Thank you.

    Sarah

    Hi,

    We’re glad you got this sorted out, and thank you for sharing the solution! Do let us know here in the forums if you need help with anything else.

    Cheers!
    Sarah

    Hey Leonsz,

    Could you please post a link to the page in question so that we can take a closer look?

    Best regards,
    Sarah

    in reply to: Can't change sub-menu colours #780572

    Hi Snerp,

    Can you try this code instead?

    .sub-menu a .avia-menu-text {
     color:red !important;
    }
    

    You can also set the hover color, if you prefer. You can do it with something like this:

    .sub-menu a:hover .avia-menu-text {
     color:yellow !important;
    }

    Just change the colors. You can also set a background-color. 

    I hope that helps!

    Sarah

    in reply to: Change the distance between icon and text #780545

    Hi,

    We’re happy you were able to solve this! Is there anything else we can help you with?
    Cheers!
    Sarah

    in reply to: Decrease margin between posts news #780441

    Hey Designweb,

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

    .avia-builder-el-26 .av_one_third {
     margin-left: 3%;
     width: 30.333333333333332%;
    }

    You can edit the values as you see fit, just experiment with combinations that won’t break the layout. The default set values are margin-left:6%; and width: 29.333333333333332%;<br><br>I hope that helps!

    Sarah

    in reply to: Change the distance between icon and text #780425

    Hey mexi33330,

    Can you give us a link to the page in question so we can take a closer look?

    Best regards,
    Sarah

    in reply to: Alignment Issues on Checkout Page and My Account Page #780417

    Hey marqattack,

    Can we possibly have a temporary account so we can take a closer look into this issue?

    Best regards,
    Sarah

    in reply to: Link colors (Enfold 2017 Demo as Template) #780404

    Hey TOM,

    It would really be helpful if we can get a link to your page. If it’s really impossible, then perhaps a screenshot might help.

    To set the hover/change color for custom colors in certain areas, you can add code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file. If, for example, you’ve set the class black-background for your areas with a dark or black background, you can use something like this:

    .black-background a {#white; }
    .black-background a:hover {text-decoration:underline; color: yellow;}

    and then you can edit the color as you see fit.

    Speaking of color options, you can check this article for tips: https://www.viget.com/articles/color-contrast. The article also mentions good tools you can use. You can also try this Stack Exchange thread: https://graphicdesign.stackexchange.com/questions/20258/colors-to-use-with-black-background

    I hope that helps! Let me know if you need anything else.

    Best regards,
    Sarah

    Hey Dave,

    To change the position, you can add something like this code to Quick CSS under Enfold–>General Styling:

    #scroll-top-link {right:125px; }

    Its default position is right:50px. You can adjust the value to what works for you.

    If you need further help, can you give us a link to the site in question so we can take a closer look?

    I hope that helps!
    Sarah

    in reply to: How to order gallery? #780386

    Hi Metin,

    Yes, you can do that. under the settings of your masonry gallery, you can modify the Order By setting. You can order by Date, Title, Author, Name (Post Slug), Last Modified, Comment Count, Page Order (which can be set under Page Attributes), or even Random.

    I hope that helps!

    Sarah

    in reply to: change font color – no effect #779966

    That’s great! We’re glad you figured it out. Do let us know here in the forums if you need help with anything else.

    Cheers!
    Sarah

    in reply to: change font color – no effect #779949

    Hey dondela,

    That’s strange. Can we possibly get temporary access into your dashboard so we can take a closer look?
    Best regards,
    Sarah

    in reply to: Hide specific categories from meta #779939

    Hi Gianluca,
    We’re glad the code worked for you! Please let us know here in the forums if you need help with anything else.

    Cheers,
    Sarah

    in reply to: Masonry Archive Page #779749

    Great! Let us know here in the forums if you need help with anything else.

    Best regards,
    Sarah

    in reply to: Add Breadcrumbs + Back Button To Single Blog Posts #777792

    Great! Do let us know here in the forums if you need help with anything else.

    Cheers!

    Sarah

    in reply to: Add font weights to google fonts #777761

    Hi,

    Can you try this code instead:

    #top #header .av-main-nav > li > a { font-weight:100 !important;}

    You may also try the solution in this thread: New custom font. The fourth post discusses font weights.

    Best regards,
    Sarah

    in reply to: How to hide date on masonry grid #777758

    Hi,

    Yes! You may use the Blog Posts element to do this for specific blog posts.

    To do this for all blog posts, you may also go to Enfold theme options > Blog Layout > Related Entries and make sure that you have one of the “Show…” options.

    I hope that helps!

    Sarah

    in reply to: Add Breadcrumbs + Back Button To Single Blog Posts #777753

    Hey Felix,

    To make sure that breadcrumbs are displayed, please go to Enfold > Header > Header Title and Breadcrumbs. Please check that it is set to “Display Title and Breadcrumbs” or “Display only Breadcrumbs”, depending on which you prefer.

    If you need more help, please let us know, and also post a link to the site in question so that we can take a closer look.

    Cheers!
    Sarah

Viewing 30 posts - 1,711 through 1,740 (of 1,778 total)