Forum Replies Created

Viewing 30 posts - 30,691 through 30,720 (of 34,863 total)
  • Author
    Posts
  • Hi,
    Please see screenshot in Private Content area, you will see that the classes: “.flex_cell.avia-builder-el-7” make up the whole column, while “.flex_cell_inner .avia-builder-el-8 ” make the area you would like red.
    So for example:

    .flex_cell_inner .avia-builder-el-8 {background-color: red !important;}

    Best regards,
    Mike

    in reply to: Styling Full Width Sub Menu Element #889726

    Hi,
    Did this help, shall we close this then?

    Best regards,
    Mike

    in reply to: Google Webmasters – Search Appearance – HENTRY errors #889725

    Hey niallbyrne,
    Perhaps this will help: https://kriesi.at/support/topic/masonry-gallery-hentry/#post-678564

    Best regards,
    Mike

    in reply to: footer #889724

    Hi,
    For the social icons to be a uniform color, Circle same color and icon each in white, Try this code in the General Styling > Quick CSS field:

    #top #wrap_all .social_bookmarks_linkedin a,#top #wrap_all .social_bookmarks_xing a,#top #wrap_all .social_bookmarks_gplus a {
        color: #fff!important; 
        background-color: #46d4fe!important; 
    }

    Best regards,
    Mike

    in reply to: How to add custom CSS classes to different categories? #889722

    Hi,
    The code didn’t work for me ether, but I will ask Ismael to take a look.

    Best regards,
    Mike

    in reply to: hr with icon #889713

    Hi,
    Try this code in the General Styling > Quick CSS field:

    .hr-custom.hr-icon-yes .hr-inner {
        margin-left: 0px!important; 
        margin-right: 0px!important; 
        width: 50% !important; 
    }

    please see screenshot in Private Content area

    Best regards,
    Mike

    in reply to: Product variation drop down on shop page #889712

    Hey blezard,
    Perhaps this will help: How to choose a Variable from Shop page without going into Product page

    Best regards,
    Mike

    Hey bkatzdesign,
    I couldn’t find the issue, I tried to activate the Avia Layout Builder Debug to test the page on a clean install, but your functions.php wouldn’t save. You could enable the debug mode via ftp, then we could rule out plugins & scripts. You could also copy the page and try to make a new test blog page with the debug code to see if that works. I see you said you made a change with Yoast with this happened, have you thought about using revisions to try to go back before the change?

    Best regards,
    Mike

    in reply to: edit english language pack #889704

    Hi,
    Try this code in the General Styling > Quick CSS field:

    #element_avia_8_1 label,#element_avia_8_1 label abbr {color:#fff !important; }

    Best regards,
    Mike

    in reply to: margins #889703

    Hi,
    To make your template adhere to Enfolds rules/settings, you will need to ensure you are using the same IDs and classes. To do so you can use one of the Enfold templates as a guide. Or you can control the margin of your template with your own css, both would be fine.

    Best regards,
    Mike

    in reply to: Background Color in info box not shown correctly #889700

    Hi,
    Please check your background color, it seems to be #ec740560
    this is not a valid hex color for Edge or IE11. Please use rgba colors.
    Chrome converts your color to: rgba(236, 116, 5, 0.376) so please use this instead.

    Best regards,
    Mike

    in reply to: How to add custom CSS classes to different categories? #889687

    Hey paperdog2,
    Unfortunately, it would require quite some time and customization of the theme to achieve this, so I am sorry to tell you that this is not covered by our support. However, if it’s really important for you to get this done, you can always hire a freelancer to do the job for you :)

    Best regards,
    Mike

    in reply to: Demo import didn't work #889652

    Hi,
    You are getting a 500 (Internal Server Error) on wp-admin/admin-ajax.php
    I suggest looking at your server logs to see what the possible cause could be.

    Best regards,
    Mike

    in reply to: Image wirh link jumps onmouseover #889648

    Hey Jimmy-K,
    Try this code in the General Styling > Quick CSS field:

    .avia-builder-el-2 .av_textblock_section .avia_textblock a {
        display: inline-block!important;
    }

    Best regards,
    Mike

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Tabs in Tab Section Not Switching #889638

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Letter spacing Special Headings in Avia Layout Biuilder? #889636

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Onepage Navigation #889634

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: hoizontal gallery end – start #889626

    Hey Karin_Tara,
    Sorry, that feature is not available yet Please feel free to request – or vote if already requested – such feature on Enfold feature request form.

    Best regards,
    Mike

    in reply to: Popup appears behind header & footer #889618

    Hi,
    Try this code in the General Styling > Quick CSS field:

    .page-id-646 #header {z-index: 0 !important; }
    .page-id-646 .mm-wrap {z-index: 1000 !important; }

    Best regards,
    Mike

    in reply to: Updates destroy web design #889609

    Hi,
    I enabled the Avia Layout Builder Debug and copied your page to a clean install, which then worked correctly. Please see screenshot in Private Content area.
    Which leds me to believe your are experiencing a plugin conflict, Try disabling your plugins. If that resolves the issue, reactivate each one individually until you find the cause. Also try clearing any cache plugin and your browser cache after disabling your plugins.

    Best regards,
    Mike

    in reply to: Can't change parent page #889594

    Hi,
    Glad to hear, we will close this now. Thank you for using Enfold, and Merry Christmas.

    Best regards,
    Mike

    in reply to: Video and enfold #889591

    Hey minogig,
    I created a draft page “video test” with a video in it, which seems to be working. Please change the video to the one you are having issues with so we can see the issue.

    Best regards,
    Mike

    in reply to: Add Custom font in theme file #889583

    Hey danielromanin,
    To add a custom font to the layout builder please see this post: Installing own font

    Best regards,
    Mike

    in reply to: Enable Video Controls Pause/Play w/background video #889580

    Hi,
    Please include the url to the page in question so we can take a closer look.

    Best regards,
    Mike

    in reply to: default P tag text size #889577

    Hey mjadvnt,
    Yes this is sound, but you may need to add !important; to force it, should it not apply.

    p {
    font-size: 1.3em!important; 
    }

    Another approach would be to go to Enfold Theme Options > Advanced Styling > and Select the p element to customize, yet you would need to choose a px value, instead of em

    Best regards,
    Mike

    in reply to: Socket/Copyright Line #889574

    Hey timkeeley,
    1. Add the below code to Enfold > General Styling > Quick CSS

    .push-right{
    position:absolute;
    right:20px;
    top:50%;
    transform:translateY(-50%);
    }
    @media only screen and (max-width:767px) {
    .push-right{
    position:relative;
    right:auto;
    transform:none;
    }}

    2. Add the below html in Enfold > Footer > Copyrights

    <div class="push-right"> Text you like on the right side </div>

    Best regards,
    Mike

    in reply to: How to insert JSON-LD code in of website #889570

    Hi,
    Thanks for the link, from what I read:

    It is generally safe to insert JSON-LD code within the of your website, as such this is what we recommend. JSON-LD can also be inserted in the of a website, or anywhere else for that matter.

    with this in mind, to place the code in the head, try inserting in: Enfold Theme Options > Google Services > Google Analytics Tracking Code text box. This box can be used for any code to be placed in the head.
    If you want to place the code just before the closing body tag, then edit footer.php and look at the bottom, html can be used at that point of the file. We recommend creating a copy of the footer.php in your child theme with your changes so it will be preserved though theme updates.

    Best regards,
    Mike

    in reply to: Side Menu – Changing Logo Size and submenu settings #889553

    Hi,
    To change the line height of the items under “Startseite” Try this code in the General Styling > Quick CSS field:

    
    span.avia-menu-text {line-height: 30px!important; }

    Best regards,
    Mike

    in reply to: Mobile Layout Is Not Great #889550

    Hi,
    post_591 is not a valid entry, from what I can see you have no posts on your site only pages.
    Please include a link to the page you wanted to use. Also I don’t see a custom functions plugin, do you still have it installed?

    Best regards,
    Mike

Viewing 30 posts - 30,691 through 30,720 (of 34,863 total)