Forum Replies Created

Viewing 30 posts - 51,991 through 52,020 (of 67,519 total)
  • Author
    Posts
  • in reply to: Color section showing up in footer on home page.. #389169

    Hi!

    Thank you for using Enfold.

    I’m sorry but you’re using an outdated version of the theme, 3.0.4. Please download the latest version, 3.0.8 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/

    After the update, please switch the builder to debug mode: http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/

    Regards,
    Ismael

    in reply to: Can't change number of gallery rows on gallery feature #389168

    Hey!

    The internal styling which calculates the gallery thumbnail size fails to render on your home page but I’m not sure why. For a temporary fix, you can add this on Quick CSS or custom.css to change the columns to 4:

    .home #wrap_all .avia-gallery-1 .avia-gallery-thumb a {
    width: 25% !important;
    }

    Is OK for us to disable the plugin while testing the site? The Hide My WP plugin might hinder us from accessing the site once deactivated.

    Cheers!
    Ismael

    in reply to: Full width submenu displaying main menu? #389166

    Hi!

    Glad it worked. :)

    Cheers!
    Ismael

    in reply to: Bullet List mit default font #389165

    Hi Werner!

    Thank you for using Enfold.

    I’m not sure if I understand the inquiry correctly but if you want to change the bullet points of the list element, add this on Quick CSS:

    ul.disc, .entry-content-wrapper ul {
    list-style: square outside;
    }

    Refer to this link for more list styles option: http://www.w3schools.com/cssref/pr_list-style-type.asp

    Cheers!
    Ismael

    in reply to: Border lines within featured images #389163

    Hi!

    The code above works fine on our installation. Please provide a link to the actual page with the featured image.

    Best regards,
    Ismael

    in reply to: Center logo on all mobile devices? #389161

    Hey crewneck!

    Thank you for using Enfold.

    Try to add this on Quick CSS or custom.css:

    @media only screen and (max-width: 767px) {
    .responsive .logo a {
    display: inline-block;
    vertical-align: middle;
    }
    
    .responsive .logo {
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
    }
    }

    Regards,
    Ismael

    in reply to: Sandwich Menu Botton doesn't open in iPad landscape mode #389159

    Hey!

    Thank you for using Enfold.

    Please remove the modifications above then go to Enfold > Header >Mobile Menu panel. Set the Header Mobile Menu activation settings to the second option.

    Best regards,
    Ismael

    in reply to: Portfolio Tags #389158

    Hey!

    Thank you for the update.

    How did you add the element? You can place the code on pastebin.com. I think you’re missing the third entry on the required attribute which is the value of the Add Title’s subtype “Show”. If you have this code to render the “Add Title” setting:

    array ( "name" 	=> __("Add Title", 'avia_framework' ),
    							"desc" 	=> __("Description here", 'avia_framework' ),
    							"id" 	=> "src",
    							"type" 	=> "select",
    							"std" 	=> "no-title",
    							"subtype" => array(
    												__('None',  'avia_framework' ) =>'no-title',
    												__('Show', 'avia_framework' ) =>'show-title',
    												)
    							),
    

    The required attribute of the “Title Location” and “Title Name” options should be:

    "required" 	=> array('src','not','show-title'),
    

    Best regards,
    Ismael

    in reply to: Slider or image in title area and header options #389153

    Hi!

    Please replace the code with this:

    .home #main div div main.template-page.content:first-child {
    padding-top: 0;
    }

    If you want to make the top level menu items clickable, go back to Appearance > Menus then remove the default ones. Replace them with custom links with # symbol as URL.

    Regards,
    Ismael

    in reply to: Error after update new version. #389152

    Hey!

    Hmm.. Not sure if understand it clearly but thanks for sharing. Might be useful for other users with the same issue. :)

    Regards,
    Ismael

    in reply to: Randomize Testimonials Slider #389151

    Hi!

    Add this on Quick CSS:

    .avia-slider-testimonials .avia-testimonial-meta .avia-testimonial-image {
    margin: 0 10px 0 0;
    width: 40px;
    height: 40px;
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    }

    Cheers!
    Ismael

    in reply to: Icons not appearing #389149

    Hi!

    Thank you for using Enfold.

    I’m sorry but you’re using an outdated version of the theme. Please download the latest version, 3.0.8, 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/

    Best regards,
    Ismael

    in reply to: Testimonial Bug? #389147

    Hi!

    Let us know if the issue presents itself again. I tested the page for more than 10 minutes using safari and the testimonials looks fine, still autorotating.

    Regards,
    Ismael

    in reply to: How to disable JPG compression for gallery element? #389146

    Hi!

    Thank you for using Enfold and for explaining the issue thoroughly.

    The big preview on the gallery will always inherit the width of its container, the size of the columns, main container etc, so there’s no easy solution to this problem especially when you’re using gallery images with different sizes. Try to use larger images then disable the Force same size for all big preview images? gallery settings.

    Best regards,
    Ismael

    in reply to: AddThis not appearing #389144

    Hey!

    Did you create an addthis account? It is required to create one if you want to use this plugin: https://wordpress.org/plugins/addthis/faq/

    Best regards,
    Ismael

    in reply to: Issue wpml and Enfold 3.0.8 #389143

    Hi!

    This is a german page, not french: http://eyebrowtracer.com/de/fragen/

    And this one is showing the correct french language: http://eyebrowtracer.com/fr/acheter/

    I’m sorry but can you please elaborate the issue. I tried to login but the credentials aren’t working. Please check.

    Regards,
    Ismael

    Hey!

    There’s something wrong with the html markup of the page (http://yourchobo.com/). All sections should be wrapped inside the #wrap_all container but they’re not. Did you add any html codes or custom modifications that involves adding html tags? Maybe you forgot to close certain divs which breaks the layout of the theme.

    Regards,
    Ismael

    in reply to: Responsive issues #389138

    Hey!

    Thank you for the update.

    The fullwidth button is fixed by placing it inside a color section. Adding another color section below the animated number elements seems to fixed the footer as well. There must be a missing closing div that we don’t know of. Did you add any html tags on the page?

    Best regards,
    Ismael

    in reply to: Content Not Sized To Viewport #389133

    Hey!

    I guess it is cause by the plugin which disables the right click functionality. The ui dialog container is set to 450px by default which is over the viewport width.

    Best regards,
    Ismael

    in reply to: Need to change H1 and H2 to Georgia font #389131

    Hi!

    Try to add a code block on top of the text block then add this:

    <style type="text/css">
    .avia-textblock h1, .avia_textblock  h2 {
    color: #fa6d02 !important;
    font-family: Georgia,Times,Times New Roman,serif;
    }
    
    .avia_textblock h3 {
    color: #40B8F7 !important;
    font-family: Georgia,Times,Times New Roman,serif;
    }
    </style>

    Regards,
    Ismael

    in reply to: Problem with padding between sections. #389130

    Hey!

    Have you tried adding a horizotal rule / separator element before the text block? Set it to whitespace to create a gap before the color section.

    Cheers!
    Ismael

    in reply to: Problem with forms #389129

    Hi!

    You can add this on the Quick CSS field:

    .main_color label {
    color: #ffffff !important;
    }

    OR this one to a code block element:

    <style type = "text/css">
    .main_color label {
    color: #ffffff !important;
    }
    </style>

    Best regards,
    Ismael

    in reply to: IE 9 and ENFOLD Theme Complety Screwed UP #388982

    Hi!

    Thank you for the screenshots. Please try to deactivate the cache plugin’s minify settings or if you have a stand alone minify plugin, disable it. Let us know if the IE9 rendering improves.

    Regards,
    Ismael

    Hey shaunlawson!

    Thank you for using Enfold.

    Looks like you’re using a minify plugin. Is this happening if the cache and minify plugins are deactivated? Please try to deactivate those plugins then test the site again on another browser.

    Cheers!
    Ismael

    in reply to: side bar sub nav menu not linking to custom pages #388979

    Hi lobstahhhhhhh!

    Thank you for using Enfold.

    You can edit the widgets on Appearance > Widgets. If you want to create a custom link for your pages, try to create a new menu on Appearance > Menus panel then go back to the Widgets panel. Add the Custom Menu widget. Set the newly created menu with the grid blog pages links.

    Cheers!
    Ismael

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

    Hi!

    Try to add it on the caption formatted like this:

    <style type="text/css">.avia-caption-content > p:last-child {
    display: none !important;
    }
    </style>
    This is a caption

    Or use a code block element.

    <style type="text/css">.avia-caption-content > p:last-child {
    display: none !important;
    }
    </style>

    Cheers!
    Ismael

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

    Hi!

    If you want to show a specific widget on archive pages, please use the following plugin.

    https://wordpress.org/plugins/widget-logic/

    Cheers!
    Ismael

    in reply to: @media only screen and (max-width) Not Working #388976

    Hi tlow87!

    Thank you for using Enfold.

    Which element are you trying to change? Make sure that you’re using the correct selector. This is the correct css media query:

    @media only screen and (max-width: 767px) {
      /* Add your Mobile Styles here */
    
    }

    Cheers!
    Ismael

    in reply to: Portfolio pagination with more than one category #388975

    Hey!

    Thank you for using Enfold.

    This is an old issue, unfortunately, we haven’t find an alternative script yet. All themes that I know of have the same exact isotope script. The category sorting will only work on items located on the current page. It won’t be able to filter the items on the next page. The only workaround is to show all portfolio items without pagination but it might affect the page performance.

    Best regards,
    Ismael

    in reply to: Zooming in on an image in the lightbox #388974

    Hi!

    I’m not referring to the thumbnail. Please try to follow the suggestion above. Let us know if the lightbox image change. A link to the actual page with the image will help.

    Regards,
    Ismael

Viewing 30 posts - 51,991 through 52,020 (of 67,519 total)