Forum Replies Created

Viewing 30 posts - 3,451 through 3,480 (of 14,834 total)
  • Author
    Posts
  • in reply to: Social Icons In Header – Right justify #520252

    Hi!

    Add this to your custom CSS.

    nav.main_menu { width: 100% !important; }
    .social_bookmarks { position: absolute !important; top: 0px; right: 0px; }
    

    Regards,
    Elliott

    in reply to: Make blog posts summary display as single item on mobile #520249

    Hi!

    Your probably have a typo in your custom CSS then. Paste all of it here.

    Cheers!
    Elliott

    in reply to: SEO Yoast Unable to see Avia Layout Builder body content. #520248

    Hi!

    No, not currently. Please read the previous posts in this topic.

    Best regards,
    Elliott

    in reply to: Contact Form does not work #520243

    Hi!

    Navigate to Dashboard > Appearance > Editor and you can find the template files of the theme there. Click on the functions.php link to open up the functions.php template and edit it.

    Cheers!
    Elliott

    in reply to: Changue tabs color #520241

    Hey!

    You see the “av_section_2” in the CSS code?

    #av_section_2 .pricing-table li.avia-pricing-row, 
    #av_section_2 .pricing-table li.avia-heading-row, 
    #av_section_2 .pricing-table li.avia-pricing-row .pricing-extra {
        background: orange;
        border-color: orange !important;
    }

    You need to copy that section and change the number to target each section like so.

    #av_section_4 .pricing-table li.avia-pricing-row, 
    #av_section_4 .pricing-table li.avia-heading-row, 
    #av_section_4 .pricing-table li.avia-pricing-row .pricing-extra {
        background: orange !important;
        border-color: orange !important;
    }

    I changed it to 4 so it will now target the fourth color section in the page. Or you can edit each color section and give it a custom ID and use that instead.

    #customID .pricing-table li.avia-pricing-row, 
    #customID .pricing-table li.avia-heading-row, 
    #customID .pricing-table li.avia-pricing-row .pricing-extra {
        background: orange;
        border-color: orange !important;
    }

    Cheers!
    Elliott

    in reply to: Blogg poster customisation #520235

    Hey!

    Drag a codeblock element to that page and add this inside.

    <style type = "text/css">
    .slide-entry a {
        pointer-events: none !important;
    }
    .slide-entry > a {
        display: none !important;
    }
    </style>

    Cheers!
    Elliott

    in reply to: Problems with the debug-mode and copy-paste #520233

    Hey!

    Ahh I see, my resolution is bigger so it was displaying correctly on my screen. Your footer container is outside of the main container which means you probably have a tag your not closing properly in your page content. So it’s only happening on that page then. What happens when you delete / recreate the page?

    Also, it looks like your using Enfold 3.2. Go ahead and update to the latest version, 3.2.2.

    Regards,
    Elliott

    in reply to: Image not selected #520229

    Hey!

    Hmm, I don’t see that image anywhere else on the page. Your sure you did not set it as a different size / variation? Send us a WordPress login and we’ll take a closer look.

    Regards,
    Elliott

    in reply to: Contact Form does not work #520228

    Hey!

    Your not getting any javascript errors. Problems with emails not arriving are usually caused by the server. Please read each step in the link I provided carefully and let us know the results.

    Best regards,
    Elliott

    in reply to: Widget enfold Latest News – size titles and icons Posts #520227

    Hi blendof!

    Go ahead and send us a link to your page and take a screenshot highlighting the changes your wanting to do so we can get a better idea. You can set your reply as private if you wish.

    Best regards,
    Elliott

    Hi hindutimes!

    If your using a caching plugin then be sure to clear it’s cache. Otherwise send us a WordPress login and we’ll take a closer look.

    Regards,
    Elliott

    in reply to: How to I create a 'slide' like on the 'not found page'? #520218

    Hi Family2Be!

    Not sure I understand. Are you trying to change the contents of the combo widget with the 3 tabs? Go ahead and take a screenshot and highlight your intentions so we can get a better idea.

    Regards,
    Elliott

    in reply to: Contact Form does not work #520216

    Hi andydiprose!

    I sent you a test email. Try this out, http://kriesi.at/documentation/enfold/my-contact-form-is-not-sending-emails/, and let us know of the results.

    Regards,
    Elliott

    in reply to: An annoying line in my blog articles #520215

    Hi vollstark!

    Can you send us a link to the exact post? I tried looking through the posts on your blog but do not see the post with the issue.

    Best regards,
    Elliott

    in reply to: icon boxes alignment problem #520214

    Hi Acuadra_P!

    What you’ll need to do here is create the four columns and add your text inside and then add a whitespace / separator element beneath them and then add four more columns with the buttons inside them. This will ensure they are all aligned horizontally on all screen sizes.

    Best regards,
    Elliott

    in reply to: HELP / need fullscreen slider image size advice #520212

    Hi Munford!

    It sounds like your wanting to use the fullwidth easy slider instead of the fullscreen slider. With the boxed layout your using the fullwidth easy slider will make more sense and the images will not be zoomed in / stretched to fit the fullscreen as with the fullscreen slider.

    Cheers!
    Elliott

    Hey André!

    Try adding a <!--more--> tag in your editor. If your using the layout builder then you will need to write a custom excerpt. If you do not see the custom excerpt field then click on “Screen Options” in the top right hand corner of your screen and check it to display.

    Cheers!
    Elliott

    • This reply was modified 9 years, 9 months ago by Elliott.
    in reply to: Homepage not resetting #520203

    Hi elliotstiller!

    Your talking about Dashboard > Settings > Reading? If so then remove those and set them to latest posts. You can set the homepage in Dashboard > Enfold > Theme Options.

    Cheers!
    Elliott

    in reply to: Masonry Gallery and JPG compression ? #520200

    Hi AlainTernet!

    If your using a small number of columns (2 – 3) then make sure the images your uploading have a decent size (1000 x 600) or something similar. If the images are smaller then you can increase the number of columns so they do not get “upscaled” and display blurry.

    Also try setting the gallery size setting to “Flexible masonry”.

    Cheers!
    Elliott

    in reply to: Add 'blog articles' to 'Icon Box' #520199

    Hi Roy!

    I’m not sure I understand. Take a screenshot and highlight what your trying to do so we can get a better idea.

    Cheers!
    Elliott

    in reply to: Cart summary #520198

    Hi richardelectrix!

    1. How do we add a product? I’ve been looking through your products and do not see any add to cart buttons.

    2. It’s most likely from all of the custom CSS your adding. You will need to hire a freelancer to help you out or contact Woocommerce support.

    Regards,
    Elliott

    in reply to: Blogg poster customisation #520195

    Hi musklick!

    Your link is to youtube so I’m not sure I understand. Perhaps you mixed the links up.

    Cheers!
    Elliott

    • This reply was modified 9 years, 9 months ago by Elliott.
    in reply to: Increase number of showed columns in Masonry Gallery #520192

    Hey Devo!

    I’m not sure if it will work or not but you can try adding extra columns around line 75 in the /enfold/config-template-builder/avia-shortcodes/masonry_gallery.php file.

    						__('Automatic, based on screen width',  'avia_framework' ) =>'flexible',
    						__('2 Columns',  'avia_framework' ) =>'2',
    						__('3 Columns',  'avia_framework' ) =>'3',
    						__('4 Columns',  'avia_framework' ) =>'4',
    						__('5 Columns',  'avia_framework' ) =>'5',
    						__('6 Columns',  'avia_framework' ) =>'6',
    

    Cheers!
    Elliott

    in reply to: Change Nav Bar to floating style #520190

    Hi janicenisha!

    It looks like you would need to add a color section or fullwidth easy slider to your page and then set the header to transparent in the page layout settings so it displays on top of it. Then you would need to add some custom CSS to give it a white background.

    Not sure what you mean by the button in your screenshot. If your talking about the white border button style in your header menu then you can set that style in Dashboard > Appearance > Menu as you edit each link. Click on the dropdown arrow of each link and there will be an option for changing it’s style.

    Regards,
    Elliott

    in reply to: Problems with the debug-mode and copy-paste #520189

    Hey p_niedrich!

    It looks fine to me. Can you take a screenshot and highlight what your wanting the socket to look like?

    Regards,
    Elliott

    in reply to: Archive #520187

    Hi fundance!

    Your using Enfold 2.9.2. Go ahead and update to the latest version, 3.3.2, and deactivate all plugins while testing.

    Cheers!
    Elliott

    in reply to: Changue tabs color #520185

    Hi Tokyo!

    Add this to your custom CSS.

    #av_section_2 .pricing-table li.avia-pricing-row, 
    #av_section_2 .pricing-table li.avia-heading-row, 
    #av_section_2 .pricing-table li.avia-pricing-row .pricing-extra {
        background: orange;
        border-color: orange !important;
    }
    #av_section_3 .pricing-table li.avia-pricing-row, 
    #av_section_3 .pricing-table li.avia-heading-row, 
    #av_section_3 .pricing-table li.avia-pricing-row .pricing-extra {
        background: green;
        border-color: green !important;
    }

    Best regards,
    Elliott

    Hey Roeland!

    Please try this out, http://kriesi.at/documentation/enfold/enable-cors/.

    Regards,
    Elliott

    Hey LorbeerDesign!

    I don’t think that would make any difference. Firefox and Chrome use different rendering engines so there are very slight differences between them. It’s usually not noticeable.

    Best regards,
    Elliott

    in reply to: Title BLog Layout #520180

    Hi tescioneangelo!

    No, not currently. What you can do is use the default editor and right click the page > view source and copy the post meta information markup and then paste that inside a codeblock element in the layout builder.

    Other than that you will need to use the default editor if you want the post to display like a regular blog post and not a page.

    Cheers!
    Elliott

Viewing 30 posts - 3,451 through 3,480 (of 14,834 total)