Forum Replies Created

Viewing 30 posts - 4,441 through 4,470 (of 14,834 total)
  • Author
    Posts
  • in reply to: Remove codeblock from editor #504828

    Hey Alexandre!

    Try this out.

    add_action( 'admin_print_styles', 'enfold_customization_admin', 10 );
    function enfold_customization_admin() {
    	echo '<style type = "text/css">';
    	echo 'a[href="#avia_sc_codeblock"] { display: none; }';
    	echo '</style>';	
    }

    You can echo out some CSS to hide it for anyone besides admin.

    Regards,
    Elliott

    in reply to: Insert Image Home Small slider #504824

    Hey mistral2!

    Send us a link to your page and let us know the exact element your using and we’ll take a look.

    You can find the image thumbnail sizes used around line 120 in the /enfold/functions.php file.

    Best regards,
    Elliott

    in reply to: Enfold Woocommerce images not showing #504822

    Hi Matt!

    If your using the layout builder for the product then that is the expected behaviour. You’ll need to add your images manually with our image or gallery elements. Or switch back to the default editor.

    Regards,
    Elliott

    in reply to: Older versions #504816

    Hey m4ndi!

    I do not think any of us has a copy of it but I’ll flag the rest of our team to be sure. If it’s a child theme then I would just look at it’s functions.php file and compare it to the latest version of Enfolds functions to see if you need to change anything.

    Cheers!
    Elliott

    • This reply was modified 10 years, 4 months ago by Elliott.
    in reply to: Icons / Social Icons Missing on Second Domain #504814

    Hi Arthith!

    Try removing that from your .htaccess file and just add this to see what happens.

    Header set Access-Control-Allow-Origin "*"
    

    Cheers!
    Elliott

    in reply to: Mailchimp error #504812

    Hi vemaybayanz!

    Send us a link to the exact page where your using it so we can take a look. The one in your footer does not seem like it’s from mailchimp.

    Best regards,
    Elliott

    in reply to: Error Message with files upload #504810
    in reply to: Enable Advanced Avia Layout Builder #504299

    Hi!

    Yes, you still need to upload a fresh functions.php file to get rid of the error.

    Regards,
    Elliott

    in reply to: How to resize Slideshow Image Size #504298

    Hi!

    It looks a lot better now. Clear your browser cache.

    Also, you can use a 3/5 column if you only want to display one easy slider there. Just drag it to your color section and then drag the easy slider into it and you’ll see it will look a lot better.

    Regards,
    Elliott

    in reply to: Enable Advanced Avia Layout Builder #504289

    Hey!

    It’s because you forgot to remove the old code at the bottom of the functions.php file so there are two functions with the same name causing the error.

    Upload a fresh copy of the functions.php file and try it again or just make it easy and download the child theme, http://kriesi.at/documentation/enfold/downloads/.

    Cheers!
    Elliott

    • This reply was modified 10 years, 4 months ago by Elliott.
    in reply to: TEXT ALIGNMENT #504288

    Hi wiwaldi79!

    Your moving it up too far so it’s displaying beneath the header. Are you trying to have it display on top of the header? Take a screenshot and highlight what your trying to do.

    Best regards,
    Elliott

    in reply to: Fullwidth Easy Slider not showing #504287

    Hi!

    I deleted it and created a new one and it’s displaying fine. Must have been some weird characters you were adding to the caption or button (the > character). I saved it as a template named “test”. You can reload the template to try and figure out where the problem was but I would just start editing the new one (keep saving and view the frontend) to try and pinpoint where the problem was.

    Cheers!
    Elliott

    in reply to: Sidebar: How to change font size and color #504283

    Hi!

    Perhaps this would work.

    aside li a { color: red !important; font-size: 14px !important; }
    aside li li a { color: red !important; font-size: 13px !important; }
    

    Send us a link to your page and we’ll take a look.

    Best regards,
    Elliott

    • This reply was modified 10 years, 4 months ago by Elliott.
    in reply to: Enfold Facebook Widget – Sidebar Dimensions #504281

    Hi!

    When you grab the code from here, https://developers.facebook.com/docs/plugins/page-plugin, set the width to 180 before you click the “get the code” button.

    Cheers!
    Elliott

    in reply to: How to resize Slideshow Image Size #504279

    Hi!

    Are you sure? I checked your page again but I do not see the 1/2 + 1/2 column elements.

    The reason they are so big is because the images you are using are small (450 x 300) and they are being upscaled to fit the color section container. I know it sounds ironic but if you upload some bigger images to use then they will display how your wanting. Or if you use the image element instead of the easy slider then you’ll see they display fine.

    Regards,
    Elliott

    in reply to: Stretched Layout on most pages, Boxed on a few #504275

    Hey!

    You can target pages with their class ID on the body element but in this case we are changing the html tag so we have to use the codeblock. Also your adding it to a couple of different pages so this saves time (you don’t have to hunt for page IDs).

    Delete the codeblock element and add it to your page content again. Just copy / paste the CSS in my previous post and save. If it’s still displaying weird then send us a WordPress login.

    Also, it looks like you need to update Enfold.

    Regards,
    Elliott

    • This reply was modified 10 years, 4 months ago by Elliott.
    in reply to: Blog Posts / Standard & Advanced Layouts #504270

    Hi!

    No, it would need to be added in manually. You can right click and view your page source (while using the default editor) and copy the post meta information and paste that inside a codeblock element.

    For the featured image and title you can use the regular image element and special heading element. There is also a comments element you can use for comments. For the related posts you can use the “Blog Posts” element, it will have the same styling.

    Best regards,
    Elliott

    in reply to: Enfold Facebook Widget – Sidebar Dimensions #504266

    Hi!

    You can add all of that to the text widget.

    Regards,
    Elliott

    in reply to: recv failure in wordpress dashboard #504263

    Hey!

    Yes please.

    Best regards,
    Elliott

    in reply to: Grid row Order on mobile #504257

    Hey!

    Send us a link to your page and we’ll take a look.

    Cheers!
    Elliott

    in reply to: Blog Post – want to left align, only centers #504256

    Hi MoxieDM!

    It’s because you have the page set to display full width no sidebar. Go ahead and set it to display a sidebar and then drag a codeblock element to your page and add this inside.

    <style type = "text/css">
    aside { display: none !important; }
    .template-page { width: 100% !important; border-right: 0px !important; }
    </style>
    

    Best regards,
    Elliott

    in reply to: Fullwidth Easy Slider not showing #504253

    Hi!

    We did not get it. Just type something out in the reply and then add your login information to the private content.

    Be sure to deactivate all plugins while testing.

    Cheers!
    Elliott

    • This reply was modified 10 years, 4 months ago by Elliott.
    in reply to: Change Font of Blog Posts #504250

    Hey!

    Try adding the code inside a codeblock element in each page where you want to use it and remove the page ID like so.

    <style type = "text/css">
    .av_one_fourth .entry-content p {
    font-family: arial !important;
    color: red !important;
    }
    </style>

    Best regards,
    Elliott

    in reply to: Blog Posts / Standard & Advanced Layouts #504248

    Hey mariocirillo!

    The layout builder is for users who need complete control over how the post displays which is why that information is hidden. You can add it back in manually or use the default editor to get it to display.

    Cheers!
    Elliott

    in reply to: How to resize Slideshow Image Size #504246

    Hi!

    Ok I think I see now. The images your using are 450 x 300 correct? The easy slider is going to take up the full width of it’s container so if you use it in a color section the images will then be upscaled so their width fits the container and their height will be automatic so they display very big. It would be best to upload some larger images to use or if you want to continue using those small images then consider adding two 1/2 + 1/2 columns to the color section and add an easy slider inside each.

    Cheers!
    Elliott

    in reply to: Customize Sub-Menu #504231

    Hey!

    Add this.

    .sub-menu a {
      padding: 2px 15px !important;
    }

    Increase the 2px to make them bigger.

    Best regards,
    Elliott

    in reply to: Testimonial Video Size #504229

    Hi!

    For the actual video try this.

    .avia-testimonial-content .avia-iframe-wrap {
      max-width: 50%;
      margin: 0px auto;
      padding-bottom: 280px !important;
    }

    You’ll need to play around with the width and bottom padding settings.

    Regards,
    Elliott

    in reply to: move text area up #504226

    Hi!

    Same thing just by using “right”.

    .info_beta { position: relative !important; top: -25px !important; right: 30px; }
    

    Regards,
    Elliott

    in reply to: CSS Header colors links Issue #504224

    Hi!

    Perhaps a caching issue. Let us know if you have any other questions.

    Best regards,
    Elliott

    in reply to: Linking to pdf files from an image #504218

    Hey Fionadee!

    If you need the text, image, and button like that then you will probably need to do it manually like how your currently doing. You could use the tabs or toggles to make it look more compact.

    Cheers!
    Elliott

Viewing 30 posts - 4,441 through 4,470 (of 14,834 total)