Forum Replies Created

Viewing 30 posts - 1,531 through 1,560 (of 14,834 total)
  • Author
    Posts
  • in reply to: Grid Row tool causing probplems on Cell Phones #554192

    Hi kandolina!

    We would need to take a look. Can you send us a link to the page? You can set your reply as private if you wish.

    Cheers!
    Elliott

    in reply to: Mark active header on sub-pages #554191

    Hi dohodoho!

    If “Documentation” is an actual page then it should be highlighted automatically when any of the child pages are being viewed. I’m guessing your making custom links?

    Best regards,
    Elliott

    in reply to: Layerslider not responsive #554186

    Hey!

    No, that is fine. Let us know if you have any other questions.

    Best regards,
    Elliott

    in reply to: Form input text box way too big #554184

    Hey Gavin!

    Send us a link to your page where your displaying the forms and we’ll take a look.

    Cheers!
    Elliott

    Hey Julie!

    Add this to your custom CSS.

    @media screen and (max-width: 767px) {
    .avia-testimonial-meta { margin: 0px !important; }
    }

    Cheers!
    Elliott

    in reply to: blog doesn't show excerpt #554182

    Hi peiiep!

    It looks like your using the layout builder for those posts. In this case you will need to set a custom excerpt for each post. When editing each post click on “Screen Options” in the top right hand corner of your screen and check the excerpt field to display and you can then write out your excerpt in this field.

    Cheers!
    Elliott

    in reply to: Post images #554181

    Hey CharlesDeGaulle1!

    Did you use the advanced layout editor for that post? If so then you’ll need to add the image in manually. The featured image does not get displayed automatically like in the default editor.

    Cheers!
    Elliott

    in reply to: Animation layout in sequence #554179

    Hey Vinicius!

    That would take a lot of time and code to implement so it would have to be considered custom work. It would be best to hire a freelancer to help you out with this customization.

    Best regards,
    Elliott

    in reply to: Color Secction background images not displaying #554176

    Hey jgoosman!

    It’s for the first color section in the page content correct? I see it fine on my end. Are you using a caching plugin? If so then be sure to clear it’s cache and also try viewing in a different browser as well.

    If that’s not it then send us a WordPress login and we’ll take a closer look.

    Regards,
    Elliott

    • This reply was modified 9 years, 4 months ago by Elliott.
    in reply to: Show Post update time and author #554172

    Hey JacobSalomonsen!

    Drag a codeblock element to your page content and add this inside.

    <span class="post-meta-infos"><time class="date-container minor-meta updated" itemprop="datePublished" datetime="2014-04-28T19:39:19+00:00">April 28, 2014</time><span class="text-sep text-sep-date">/</span><span class="comment-container minor-meta"><a href="http://kriesi.at/themes/enfold/2014/04/28/new-electric-cars-are-getting-really-fast/#respond" class="comments-link">0 Comments</a></span><span class="text-sep text-sep-comment">/</span><span class="blog-categories minor-meta">in <a href="http://kriesi.at/themes/enfold/category/science/" rel="tag">Science</a> </span><span class="text-sep text-sep-cat">/</span><span class="blog-author minor-meta">by <span class="entry-author-link" itemprop="name"><span class="vcard author"><span class="fn"><a href="http://kriesi.at/themes/enfold/author/kriesi/" title="Posts by Kriesi" rel="author">Kriesi</a></span></span></span></span></span>
    

    And replace the information with your own.

    Regards,
    Elliott

    in reply to: Color section / how to reduce the section custom height? #554163

    Hey!

    It looks fine on my end so I’m not sure I understand. Take a screenshot and highlight what your seeing so we can get a better idea.

    Cheers!
    Elliott

    in reply to: Single Masonry Item #554162

    Hi!

    Well for that you would need to use CSS. It’s the Masonry element correct? Send us a link to your page where your using that and we’ll see if we can give you some CSS to use.

    Cheers!
    Elliott

    in reply to: Different footer / header color per page #554156

    Hey!

    You can use this.

    .page-id-11 .title_container, .page-id-11 #footer {
        background: green !important;
    }

    And switch “11” with the ID of the page you want to target.

    Or add a codeblock element to your page content and add this inside.

    <style type = "text/css">
    .title_container, #footer {
        background: green !important;
    }
    </style>

    If you don’t want to mess with IDs.

    Cheers!
    Elliott

    in reply to: How to make images link to popup boxes of text #554154

    Hi!

    Kind of like the magnific popup script we use? You can see it in action by clicking on the images on this demo page, http://kriesi.at/themes/enfold/shortcodes/masonry-gallery/.

    Is that what your referring to?

    Best regards,
    Elliott

    in reply to: Want to add trip advisor and Yelp on my social profiles #554152

    Hey!

    Download our child theme, http://kriesi.at/documentation/enfold/downloads/, and install it.

    Next navigate to Dashboard > Appearance > Editor and edit the child theme functions.php file and paste that code in there and replace the “icon_name” with whatever identifier you want to use for your new icon.

    And make sure to watch the video (click on the link within the link I provided) on how to download new icons from the fontello website and upload the files into the Enfold dashboard.

    Regards,
    Elliott

    in reply to: A question of Video #554150

    Hi!

    Yep, just paste it the “URL TO YOUR VIDEO” area.

    Cheers!
    Elliott

    in reply to: Color Section Color Overlay opacity gradient #554149

    Hi dunawaychris!

    Yes, the color sections have an overlay option where you can upload a custom image to use. Send us a link to your page after your done setting it and we’ll see if we can give you some CSS to have it stretch the whole area.

    Regards,
    Elliott

    in reply to: Help with scrolling #554144

    Hey!

    Try opening up /enfold/js/avia.js and find line 268 which should look like this.

    offset: (parseInt($('.html_header_sticky #main').data('scroll-offset'), 10)) + ($(".html_header_sticky #header_main_alternate").outerHeight()) + ($(".html_header_sticky.html_header_unstick_top_disabled #header_meta").outerHeight()) + 1 + parseInt($('html').css('margin-top'),10),
    

    Try changing it to this.

    offset: (parseInt($('.html_header_sticky #main').data('scroll-offset'), 10)) + ($(".html_header_sticky #header_main_alternate").outerHeight()) + ($(".html_header_sticky.html_header_unstick_top_disabled #header_meta").outerHeight()) + 1 + parseInt($('html').css('margin-top'),10) - 100,
    

    Cheers!
    Elliott

    in reply to: search icon #554142

    Hey!

    Looks fine on my end. Take a screenshot and highlight what your seeing.

    Cheers!
    Elliott

    in reply to: Enfold Theme Update – Blog Pagination #554141

    Hi youkendooit!

    It will be fixed in the next update, yes. Should be here very soon.

    Regards,
    Elliott

    in reply to: Pagination problem #554140

    Hi amepro!

    Sorry for the trouble. It’s an issue in WordPress 4.4 with Enfold. We should have an update released here soon that fixes it.

    Best regards,
    Elliott

    in reply to: when does Enfold load template-builder.php #554138

    Hey shintrue!

    If you use the layout builder then it should be using the template-builder.php template and not the single.php template.

    If you want to use the single.php template then just use the default editor when writing your post.

    Regards,
    Elliott

    in reply to: Footer Widget Alignment #554137

    Hi rlogan2334!

    When I view your site it looks like the first part of your screenshot so I’ll assume you got it sorted already.

    Best regards,
    Elliott

    in reply to: Messed up the posts #554136

    Hi Fieldtripper!

    You have tried completely deleting Enfold from your WordPress theme directory before downloading + uploading a fresh copy from themeforest? Also try activating just Enfold instead of your child theme as well.

    Regards,
    Elliott

    in reply to: Mobile Website funny logo / menu #554134

    Hi Transformers Universe!

    I’m not sure I understand. Can you take a screenshot and highlight the changes your trying to do?

    Cheers!
    Elliott

    in reply to: WooCommerce Sidebar on Product page #554133

    Hi endoradigital!

    When you edit your product post switch to the advanced layout editor and you can build whatever type of layout you need here. In the layout builder switch to the “Plugin Additions” tab and you can find elements for displaying the product info and add to cart button, etc.

    Cheers!
    Elliott

    in reply to: Apply a custom ID Attribute to the section #554132

    Hey stevenleith!

    Send us a link to the page and we’ll give you some CSS to use.

    Best regards,
    Elliott

    Hi classywebsites!

    It’s an issue with WordPress 4.4 and Enfold. We should have an update fixing the issue released here soon.

    Cheers!
    Elliott

    in reply to: Custom Menu Widget – Clickable Area #554129

    Hey ewingmh!

    Add this to your custom CSS.

    #top .sidebar_left .widget_nav_menu ul ul li:before {
        width: 10px !important;
    }

    Regards,
    Elliott

    in reply to: background question #554126

    Hi!

    They appear to be a part of the image themselves.

    Open the images up in an image editing program and crop the black part out.

    Regards,
    Elliott

Viewing 30 posts - 1,531 through 1,560 (of 14,834 total)