Forum Replies Created

Viewing 30 posts - 57,391 through 57,420 (of 67,197 total)
  • Author
    Posts
  • in reply to: Getting Multi Columns using Contact Form 7 #286490

    Hey P. Bert!

    Thank you for using the theme.

    Can you explain the issue further? A link to the page and screenshot of what you’re trying to do will help.

    
    <div class="flex_column av_one_half first">
    <p>Your Message 1</p>
        [textarea your-message-1]
    </div>
    
    <div class="flex_column av_one_half"> 
    <p>Your Message 2</p>
    [textarea your-message-2]  
    </div>
    

    Regards,
    Ismael

    in reply to: Facebook icon in widget area? #286489

    Hi!

    If you don’t want to recreate it on a post or page using the shortcode wand. Please switch your advance layout builder to debug mode. Edit function.php, find this code:

    if(isset($avia_config['use_child_theme_functions_only'])) return;
    

    Below, add this code:

    //set builder mode to debug
    add_action('avia_builder_mode', "builder_set_debug");
    function builder_set_debug()
    {
    return "debug";
    }

    You will be able to see the actual shortcode below the builder.

    Regards,
    Ismael

    in reply to: Responsive Issues on Mobile #286487

    Hi!

    Thank you for the update.

    The text on the layer slider are showing up fine on mobile view. They are small but they’re there. You can hide them on mobile device. Edit the layers then go to Attributes panel. Add a custom classes, “hide-on-mobile” for example. Add this on Quick CSS or custom.css:

    @media only screen and (max-width: 767px) {
    .hide-on-mobile {
    display: none !important;
    }
    }

    Cheers!
    Ismael

    in reply to: Big issue bug updating changes not take effect #286485

    Hi!

    We’ll keep the thread open. I hope it fix the issues. Please let us know.

    Best regards,
    Ismael

    in reply to: Something is breaking the layout of two pages. #286484

    Hi!

    The page http://www.breastcenterofacadiana.com/test does not exist. We haven’t tested it yet. Please create it again duplicating the content of the page with footer issue. Please don’t add the extra div.

    Best regards,
    Ismael

    in reply to: Facebook icon in widget area? #286483

    Hey robertwood04!

    Thank you for using the theme.

    Just copy the shortcode then go to Appearance > Widgets. Place the shortcode on a Text widget.

    Regards,
    Ismael

    in reply to: Responsive Menu #286480

    Hi TheBiZWeavers!

    Thank you for visiting the support forum!

    I’m sorry but the website is not using the Enfold theme. Please check.

    Best regards,
    Ismael

    in reply to: Disable theme bundled version of layerslider #286478

    Hey!


    @melonmelon
    : Thank you for the explanation. Yes, that’s correct.


    @revion
    : Please use a child theme in order to preserve the modifications on future updates. Refer to this link for more info: http://kriesi.at/documentation/enfold/using-a-child-theme/

    Regards,
    Ismael

    in reply to: Blog Posts Not Linking after Publishing #286476

    Hey Jason!

    Thank you for using the theme.

    How do you schedule a blog post? Is this from a plugin feature? If so, regretfully, we won’t be able to provide support for third party plugins as stated on our support policy. You may need to direct the question on the plugin author. Please post the website url here.

    Best regards,
    Ismael

    in reply to: top navigation language selector #286475

    Hey!

    Thank you for the update.

    You need to create the menu first on Appearance > Menus panel then set it as Enfold Secondary Menu. After that, go to the WPML panel. Look for the “Display the language switcher in the WP Menu” option. Select the secondary menu on the list.

    Best regards,
    Ismael

    in reply to: Portfolio hover effects on single pictures #286468

    Hey mikel!

    Thank you so much for using the theme!

    Please edit the image elements then apply an Image Link to them. The hover effect will be automatically added on images enclosed with a link tag.

    Best regards,
    Ismael

    in reply to: What are preview images? #286461

    Hey!

    Thank you for the update.

    You can add this on Quick CSS or custom.css if you want to remove the menu on the header:

    .avia-menu ul li.menu-item {
    display: none;
    }
    
    #top #menu-item-search {
    display: block;
    }

    Regarding the masonry element, yes, you need to add featured images in order to show images on the masonry overview page. No, it can’t pick up the the images that you added on the editor. If you want it to work that way, please hire a freelance developer. Please visit Envato Studio or Werkpress for further customization. You can also vote or post the feature on our Feature Requests page.

    Cheers!
    Ismael

    in reply to: Adding Background color and need to find on style.css #286458

    Hi!

    Thank you for using the theme!

    You can change the styling of the site on Enfold > Genera Styling panel. Look for the Body Background color. In case you have any questions, please take some time to review all of the resources in the Theme Documentation as a lot of basic stuff like theme installation, css snippets etc are already available in there with better explanation and awesomeness. Watch some of our Video Tutorials to learn more about the different aspect of the theme. You can also search the forums for queries that has been answered before that might be related to your problem.

    If you find that you still have questions after taking the time on our documentations, don’t hesitate to let us know and we will be happy to assist you. If you have any requests or you feel like giving us a warm hug? You can definitely post it on our Feature Requests page. :)

    Cheers!
    Ismael

    in reply to: Responsive Layout Problems #286457

    Hey!

    Thank you for using the theme.

    The theme is set to static layout. If you want to make it responsive, go to Enfold > Theme Options > Responsive Layout active? settings. Enable the responsive layout. Regarding the table, please set the Table Purpose to tabular data and the Responsive Styling to scrollable.

    Regards,
    Ismael

    in reply to: facebook open graph meta tags #286455

    Hey!

    If you decided to go with the Yoast SEO plugin, go to the SEO > Social Panel then enable the Add Open Graph meta data.

    Regards,
    Ismael

    in reply to: Links on Layerslider are not working #286454

    Hi!

    I’m sorry but the header covers the layer slider and when you change the z-index property of both elements, the logo will be hidden behind the layer slider. Also, you place the menu background inside the layer slider which will surely break on mobile devices. Try to add this on Quick CSS or custom.css:

    strong.logo {
    height: 300px;
    }
    
    #top .header_color.av_header_transparency {
    color: #fc0505;
    z-index: 1000;
    height: 0;
    overflow: visible;
    }
    
    #top .av_header_transparency #header_main_alternate {
    margin-top: 300px;
    }
    
    .html_header_top #top .av_header_stretch .container {
    width: 100%;
    overflow: visible !important;
    height: 1px;
    }

    Remove browser cache then reload the page a few times.

    Best regards,
    Ismael

    in reply to: Icons #286081

    Hi!

    Please try this:

    .social_bookmarks a {
    font-size: 34px !important;
    width: 34px !important;
    line-height: 34px !important;
    overflow: visible !important;
    }

    Best regards,
    Ismael

    in reply to: Sidebar for Archive & Custom Taxanomy #286079

    Hi!

    Glad you figured it out. If you still have questions, let us know. :)

    Regards,
    Ismael

    in reply to: Mailchimp Sign Up form on one Line #286078

    Hi!

    Thank you for the update.

    It is working when I’m testing it on Chrome. Please use this on custom.css:

    #mc_embed_signup input.button {
    float: left !important;
    width: 35% !important;
    clear: none !important;
    background-color: #4ccdde !important;
    color: #ffffff !important;
    border-color: #2aabbc !important;
    }
    
    #mc_embed_signup input.email {
    width: 45% !important;
    float: left !important;
    clear: none !important;
    }

    Best regards,
    Ismael

    Hey!

    Thank you for the screenshot.

    Please try to add this on Quick CSS or custom.css:

    .av_font_icon.av-icon-style-border .av-icon-char {
    -webkit-appearance: none;
    overflow: hidden;
    }

    The screenshot
    Cheers!
    Ismael

    in reply to: Change font size #286069

    Hey!

    The body font is very large now. It is set to 50px. Please remove browser cache then reload the page a few times.

    Regards,
    Ismael

    in reply to: Mobile Styling Issue #286067

    Hey!

    Please download the latest version 1.8.1 from your themeforest account then update the theme via FTP. Please refer to this link for more info: http://kriesi.at/documentation/enfold/updating-your-theme-files/

    Deactivate all plugins then test it again. Activate each plugin one at a time to find the culprit.

    Cheers!
    Ismael

    in reply to: Disable logo resizing on large header #286064

    Hey!

    Please add this on Quick CSS or custom.css:

    strong.logo, .logo a img {
    width: 340px !important;
    }

    Best regards,
    Ismael

    in reply to: Issues with iPad and iPhone menu display #286060

    Hi!

    On what page is this happening? Please add this on Quick CSS or custom.css:

    @media only screen and (max-width: 767px) {
    .html_header_top.html_header_topbar_active.html_header_sticky #top #main {
    padding-top: 180px;
    }
    }

    Cheers!
    Ismael

    in reply to: Add phone number between logo and menu in header #286058

    Hey!

    Glad you figured it out. If you still have questions, let us know.

    Cheers!
    Ismael

    in reply to: Word Wrapped the menu now mega menu is weird #286057

    Hey!

    Please edit js > avia.js, find this code on line 7:

    var aviabodyclasses = AviaBrowserDetection('html');
    

    Below, add this code:

    $(function() 
    		{	
    			var menubreak = $('.menu-break');
    			if($('span.avia-menu-text').find(menubreak)) {
    				$('span.avia-menu-text').css('top', '10px');
    			}
    		});
    

    Add this on Quick CSS or custom.css:

    span.avia-menu-text {
    position: relative;
    }

    Best regards,
    Ismael

    in reply to: Enfold Theme Issues #286049

    Hey!

    No, it doesn’t work. Please create another user. The kind of browser doesn’t have anything to do with it.

    Best regards,
    Ismael

    in reply to: Error when running wp-config.php through cronjob #286045

    Hey!

    Thank you for the update.

    You can add this on functions.php to disable the theme session but this might break the breadcrumbs:

    add_theme_support('avia_no_session_support')
    

    If you have the time, please try the solution here: https://kriesi.at/support/topic/help-trying-to-understand-error-message/

    Best regards,
    Ismael

    in reply to: Sidebar for Archive & Custom Taxanomy #286043

    Hi ppcinc!

    Thank you for using the theme!

    Please create a custom sidebar on Appearance > Widgets. Name it “Archive Sidebar” for example. Edit archives.php, find this code on line 78:

    //get the sidebar
    				$avia_config['currently_viewing'] = 'blog';
    				get_sidebar();

    Replace it with:

    //get the sidebar
    				echo '<aside class="sidebar sidebar_right  three alpha units" role="complementary" itemscope="itemscope" itemtype="https://schema.org/WPSideBar"><div class="inner_sidebar extralight-border">';
    				dynamic_sidebar('Archive Sidebar');
    				echo '</div></aside>';

    Make sure that the name of the custom widget area is Archive Sidebar.

    Regards,
    Ismael

    in reply to: Icons #286042

    Hi!

    Please add this on Quick CSS or custom.css:

    #top .social_bookmarks li a {
    overflow: visible;
    }

    Best regards,
    Ismael

Viewing 30 posts - 57,391 through 57,420 (of 67,197 total)