Forum Replies Created

Viewing 30 posts - 10,741 through 10,770 (of 14,834 total)
  • Author
    Posts
  • Hey!

    Hmm, how did you do that? It looks like you combined the CF7 markup with our form markup. Because you added all of the IDs and classes together I am guessing it’s our contact form javascript which is interfering now. You can find it on lines 2695 – 2875 in /enfold/js/shortcodes.js.

    Perhaps if you delete all of that it may start working again but I do not know. It would be best to contact CF7 support about this.

    Regards,
    Elliott

    in reply to: Add Advanced Layout Slider to all Blog Posts #388582

    Hey!

    Your misunderstanding, that option is for displaying posts inside the LayerSlider. I think what your trying to do is display the LayerSlider at the top of each of your blog posts correct?

    This is kind of difficult and bordering on custom work. It was not meant to be used on posts but I suppose you could try using the do_shortcode in the single.php template though.

    In the single.php file on line 24 you should see this.

    <div class='container_wrap container_wrap_first main_color <?php avia_layout_class( 'main' ); ?>'>
    

    You could try adding this above it.

    <?php echo do_shortcode("[av_layerslider id='3']"); ?>
    

    But it’s probably going to have layout issues.

    Regards,
    Elliott

    • This reply was modified 10 years, 11 months ago by Elliott.
    in reply to: change title and caption of featured image in a post #388580

    Hey!

    It’s probably some customization you have done in the child theme then. Are you overriding the /includes/loop-index.php template? That is where the code is to display the caption on line 78.

    //preview image description
    $desc = get_post( get_post_thumbnail_id() ) -> post_excerpt;
    $featured_img_desc = ( $desc != null ) ? $desc : the_title_attribute( 'echo=0' );
    

    Cheers!
    Elliott

    in reply to: Responsive issues #388578

    Hi!

    Try deactivating all plugins and completely deleting Enfold from your WordPress theme directory before downloading + uploading a fresh copy from themeforest.

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

    Best regards,
    Elliott

    in reply to: Text in color section #388575

    Hey!

    I think what your wanting to do is add this to your custom CSS.

    div#apresslider60px { height: auto !important; }
    

    Or this.

    div#apresslider60px { display: none !important; }
    

    If none of those are correct then take a screenshot and highlight what your trying to do so we can get a better idea.

    Cheers!
    Elliott

    in reply to: Menu can be swiped in from right on mobile #388568

    Hi!

    Yes I think it was an unintended effect in one of the later Enfold versions, 3.0.6+. You can try the CSS I posted in the link that 2funky provided while our devs look into it.

    #wrap_all { position: relative !important; }
    

    Sorry for the inconvenience.

    Best regards,
    Elliott

    • This reply was modified 10 years, 11 months ago by Elliott.
    in reply to: AddThis not appearing #388567

    Hey!

    I see where it’s being added.

    <div data-url="http://www.cloudcoachinginternational.com/customer-success-7-steps-to-drive-great-interactions/" data-title="Customer Success: 7 Steps to Drive Great Interactions" class="at-above-post-homepage addthis-toolbox at-wordpress-hide"></div>
    

    But there is nothing inside it. Can you send us a link to the plugin?

    Cheers!
    Elliott

    in reply to: Drucken klappt nicht richtig #388561

    Hey!

    If you’d like then you can delete all of the contents of the /enfold/css/print.css file and then add this inside.

    .toggle_wrap { display: block !important; position: relative !important; left: 0px !important; visibility: visible !important; }
    

    That will make it so the accordions display when printing but all of the other print style CSS is removed. Or add this in Dashboard > Enfold > General Styling > Quick CSS if you want to keep the print.css file from loading.

    @media print {
    .toggle_wrap { display: block !important; position: relative !important; left: 0px !important; visibility: visible !important; }
    }

    Cheers!
    Elliott

    in reply to: Issue wpml and Enfold 3.0.8 #388550

    Hey paperaino!

    So you created a french translation of one of your pages and published it but it’s not displaying correctly?

    Can you send us a WordPress login and let us know if we can deactivate all plugins while testing?

    Cheers!
    Elliott

    in reply to: Mobile menu error – menu is not hidden #388530

    Hey!

    I’m seeing it on my end but only when I swipe to the right. Is that how it works for everyone else?

    Does it do the same when you add this to your custom CSS?

    #wrap_all { position: relative !important; }
    

    Regards,
    Elliott

    • This reply was modified 10 years, 11 months ago by Elliott.

    Hey!

    Your using the Masonry element correct? Are you sure you have the Masonry size set to “Perfect Manual Masonry”? When you use that setting it will pick up the landscape and portrait tags assigned to the posts.

    Regards,
    Elliott

    in reply to: Default Sidebar for Category or User #388517

    Hey!

    It seems to be working fine. I added a meta widget to only the Vern widget area and it’s only displaying in your Vern category archives.

    Regards,
    Elliott

    in reply to: 3 or more buttons possible in full width easy slider? #388513

    Hi!

    Change it to this instead.

    .avia-caption-content > p:last-child {
      display: none !important;
    }

    Best regards,
    Elliott

    in reply to: Facebook Open Graph Not Working Correctly #388510

    Hey!

    Well your title and description are being set correctly. For some reason though Google is not seeing your description. Try using the Google webmaster tools and fetch your website by URL to see how Google views your site.

    Best regards,
    Elliott

    in reply to: The pictures in my slider don't behave responsive #388478

    Hi!

    Alrighty, go ahead and open up a new topic for your blog page problem so we can keep the issues separate. I’ll wait for cdubose574 to reply.

    Feel free to reply again when your ready to tackle the slider problem.

    Regards,
    Elliott

    in reply to: Latest update has broken several pages on my site #388470

    Hey!

    Yes it looks like everything is fine now except for your gallery page. Not really sure what is going on with that. Have you done customizations?

    Let’s try the following.

    1. Deactivate all plugins.

    2. Completely delete the gallery page and then recreate it.

    3. Completely delete Enfold from your WordPress theme directory before downloading + uploading a fresh copy from themeforest.

    Best regards,
    Elliott

    in reply to: Adjustments on mobile Screens #388466

    Hi!

    Your CSS is moving the social bookmarks up on top of the phone number and login link.

    .responsive.html_header_top #header_main .social_bookmarks {
    top: -35%; }
    #header_main { z-index: 10; }}
    

    I’m not really sure what your trying to do there. Can you take a screenshot and highlight your intentions?

    Best regards,
    Elliott

    in reply to: LayerSlider Problem #388458

    Hi!

    Did they say what the problem was? A server setting or something similar?

    If you have any other questions then let us know.

    Best regards,
    Elliott

    • This reply was modified 10 years, 11 months ago by Elliott.
    in reply to: Problem with Theme Install #388456

    Hi!

    I’m still getting the 530 user cannot login error.

    I think completely deleting the theme and then downloading + uploading a fresh copy from themeforest should fix the problem. What happens when you comment out line 70 in /enfold/config-layerslider/LayerSlider/layerslider.php?

    //include LS_ROOT_PATH.'/wp/notices.php';
    

    Are you on a Windows or Linux server? I noticed the slashes in the path of your warning are the wrong direction so perhaps that has something to do with it.

    Best regards,
    Elliott

    in reply to: homepage layout #388436

    Hi piemoo!

    1. Add this to your custom CSS.

    #after_layer_slider_1 .template-page { padding-top: 10px !important; padding-bottom: 10px !important; }
    

    2. How are you trying to align them? Can you take a screenshot and highlight what your trying to do?

    3. Add this to your custom CSS.

    .inner_product_header h3 {
      width: 70% !important;
    }

    Cheers!
    Elliott

    in reply to: Layerslider not working with child theme #388411

    Hey vailjazz!

    Try deactivating all plugins and then send us a WordPress login and we’ll take a look.

    Regards,
    Elliott

    in reply to: Adding captions underneath featured images on posts #388409

    Hi dcashion!

    Open up /enfold/includes/loop-index.php and around line 93 you should see this.

    if($slider) echo '<div class="big-preview '.$blog_style.'">'.$slider.'</div>';
    

    Add this beneath it.

    echo '<p>'.$featured_img_desc.'</p>';
    

    Cheers!
    Elliott

    in reply to: Wp-admin went blank #388403

    Hey staciejensen!

    If your not using the latest version of Enfold, 3.0.8, then be sure to update and then deactivate all plugins.

    If doing the above two steps does not fix it then send us a WordPress login and we’ll take a look.

    Best regards,
    Elliott

    in reply to: Can't Enable Social Icons in Header and Footer #388401

    Hey eqira!

    Go ahead and update Enfold to the latest version, 3.0.8, and then deactivate all plugins.

    If you navigate to Dashboard > Enfold > Header > Extra Elements you will see the option “Header Social Icons” which you can use the dropdown to set them to your header menu.

    Your saying this dropdown is not displaying? Go ahead and send us a WordPress login and we’ll take a look.

    Cheers!
    Elliott

    in reply to: Stop white fading on gallery photos #388396

    Hey Dominique!

    Add this to your custom CSS.

    .avia-gallery-thumb a:hover { opacity: 1 !important; }
    

    If that’s not working then send us a link to your page and we’ll take a look.

    Best regards,
    Elliott

    in reply to: Full width text block? #388394

    Hey compasslocal!

    Try using a grid row element and then add a codeblock element to the grid row and then add your code to the codeblock element. If that is not working then send us a link to your page and paste the code your using here and we’ll take a look.

    Cheers!
    Elliott

    in reply to: Main Menu Styling #388380

    Hey Paul!

    You can do this in Dashboard > Enfold > Advanced Styling. To change the background of the sub menu containers then just set a background to the sub level menu links.

    Best regards,
    Elliott

    in reply to: Centered top menu – adding a text block next to logo #388378

    Hi Edna!

    Add this to your custom CSS.

    .logo, .logo a { overflow: visible !important; transform: translate(-100%, 0px) !important; }
    .logo:after { content: "Insert your text here"; color: white !important; position: absolute; top: -20px; left: 100px; width: 200px; }
    

    Regards,
    Elliott

    in reply to: Top Bar content alignment #388374

    Hey Paul!

    Try this out instead.

    #header_meta .container * {
    float: none !important;
    width: auto !important;
    }
    #header_meta .container {
    text-align: center !important;
    }

    If that’s not working then send us a link to your page and we’ll take a look.

    Best regards,
    Elliott

    in reply to: Add Media button & problems updating the theme #388371

    Hi testerman7!

    It would be impossible for us to know. You would need to contact whoever edited the theme before.

    It’s always best to do customizations in a child theme, http://kriesi.at/documentation/enfold/downloads/, so they will be saved between updates.

    If it was me I would just upload a fresh copy of the latest version of Enfold and redo the customizations in a child theme.

    Regards,
    Elliott

Viewing 30 posts - 10,741 through 10,770 (of 14,834 total)