Forum Replies Created

Viewing 30 posts - 62,281 through 62,310 (of 66,017 total)
  • Author
    Posts
  • in reply to: Heading Font not changing #176831

    Hello neondigital!

    Can you please give us a link to the website? Check the file permission of wp-content/uploads/dynamic_avia/enfold.css file. Set it to 755. Remove browser cache then reload the page. What font are you trying to use?

    Regards,
    Ismael

    in reply to: Layout-Optionen innerhalb Tabs #176829

    Hello Jan!

    It does work on my end. You can use the actual html. It looks something like this:

    <div class="flex_column av_one_fourth first  avia-builder-el-1  avia-builder-el-first  ">Add Content here</div>
    <div class="flex_column av_one_fourth   avia-builder-el-2  el_after_av_one_fourth  ">Add Content here</div>
    <div class="flex_column av_one_fourth   avia-builder-el-3  el_after_av_one_fourth  ">Add Content here</div>
    <div class="flex_column av_one_fourth   avia-builder-el-4  el_after_av_one_fourth  avia-builder-el-last  ">Add Content here</div>

    This the screenshot:

    Regards,
    Ismael

    Hi!

    2.) I just tested the solution and it works fine on IE8. I visited your site again using IE8 and the container looks 1210px in width. What is the screen resolution of your monitor?

    Cheers!
    Ismael

    in reply to: When I edit content sections are mysteriously deleted. #176821

    Hey!

    I created a test page and added some content using the Advance Layout Builder. I updated the page a few times and added some content again but it doesn’t remove any sections. Don’t switch between Default Editor and ALB when creating the content. The only issue I encounter is with the shortcode wand and the Tab element. When I add any shortcodes then add the Tab element, it will remove all the shortcodes. Again, Kriesi said that it will be fix on the next update. Can you please list the steps that you did on a certain page where the issue occur? This is the test page.

    http://sandboxeducation.co.uk/test/

    Cheers!
    Ismael

    in reply to: WooCommerce Category Widget broken after update #176819

    Hey!

    The latest update should the fix for the top header. For the mean time use this:

    #header_meta {
    z-index: 2;
    }

    Regards,
    Ismael

    in reply to: What did you change? #176815

    Hey!

    The social icons and buttons, slider navigation etc should show exactly as they are. Can you please give us a link to your website? Please create a test site using the latest Enfold version. I’m not sure about the “CDN” issue. Let’s wait for Kriesi and Dude’s response.

    Cheers!
    Ismael

    in reply to: Table bug (Enfold) #176812

    Hello!

    First, please edit css > shortcodes.css, find this code on line 1057:

    @media only screen and (max-width: 767px)
    {
    	.responsive div .avia-data-table table,
    	.responsive div .avia-data-table tbody,
    	.responsive div .avia-data-table tr,
    	.responsive div .avia-data-table td,
    	.responsive div .avia-data-table th{display:block; border-top:none; border-right:none; border-left:none; text-align: center;}
    	.responsive .avia-data-table{border-style:solid; border-width: 1px;}
    	.responsive .avia-data-table .avia-pricing-row .avia-desc-col{text-align: center;}
    	.responsive .avia-data-table .avia-button-row, .responsive .avia-data-table tr:first-child th{display:none;}
    	.responsive .avia-data-table td:before {
    	display:block;
    	font-style: italic; font-size: 11px;
    	}
    
    	.responsive .avia-data-table td {
    		position: relative;
    	}
    }

    Remove it. We might need to adjust the table width.

    Regards,
    Ismael

    in reply to: Woocommerce catalog page #176810

    Hey!

    I’m sorry but I don’t understand exactly what you want. You can override certain elements css on the child theme’s style.css file.

    Best regards,
    Ismael

    in reply to: Accordion Doesn't Work #176809

    Hey!

    Please download Enfold version 2.3.2 on your themeforest account. Update your installation via FTP: https://vimeo.com/channels/aviathemes/64927356

    Best regards,
    Ismael

    in reply to: cannot create new gallery in portfolio item #176808

    Hey Affectdesign!

    Can you please send in the login details?

    You can email it to ///.

    Include the word “Kriesi” on the subject. Add the link of this thread on your email.

    Regards,
    Ismael

    in reply to: No link to single page portfolio items #176807

    Hey MulderMind!

    You can add this on your custom.css or Quick CSS to disable the link:

    .av_table_col.portfolio-entry.portfolio-preview-content .portfolio-preview-title.entry-title a {
    pointer-events: none;
    }

    Remove browser cache then reload the page a few times.

    Cheers!
    Ismael

    in reply to: German hard-coded text in latest Enfold? #176805

    Hi Suicide Rescue!

    You need to manually translate the strings or text. Use this software to create the .mo file. http://www.poedit.net/

    Best regards,
    Ismael

    in reply to: When I edit content sections are mysteriously deleted. #176507

    Hi!

    Do the content disappear when you insert the “Tab” shortcode after editing it? There is one user here who experience the same issue. Kriesi mentioned that it will be fix on the next update. :)

    Cheers!
    Ismael

    in reply to: Fontello menu icon baseline adjust #176234

    Hello!

    You can add this on your custom.css or Quick CSS:

    .sub-menu .av_font_icon {
    position: relative;
    margin-top: 5px;
    }

    Cheers!
    Ismael

    in reply to: Website banner /slider is been cut by certain browsers #176233

    Hi WarrenHorak!

    Can you please give us a link to the website? What banner? A screenshot of the issue will help.

    Cheers!
    Ismael

    in reply to: Enfold Woo Product Image CSS #176232

    Hey!

    You’re using a 3 column layout but you’re uploading small featured images. Please try larger images as featured image for products. Suggested minimum width should be 400px.

    Regards,
    Ismael

    in reply to: Enfold crashes Safari on iPad 1 & 2 #176229

    Hello DDamjanovic!

    Maybe the device is running low on memory. Please close all apps then remove browser cache or history then load the page again.

    Cheers!
    Ismael

    in reply to: Portfolio sort special characters (å, ä, ö) #176228

    Hi emilottersten!

    Would you consider using the Order Page Attributes? You need to edit each Portfolio Items then add a number on “Order” attribute field. First, edit includes > admin > register-portfolio.php and find this code on line 34:

    'supports' => array('title','thumbnail','excerpt','editor','comments')

    Add the page attributes:

    'supports' => array('title','thumbnail','excerpt','editor','comments', 'page-attributes')

    You can now add order attributes number to each portfolio items. If you don’t add an Order attribute they will default to 0. Use this on functions.php:

    function custom_post_grid_query( $query, $params ) {
    $query['orderby'] = 'menu_order';
    $query['order'] = 'ASC';
    return $query;
    }
    add_filter( 'avia_post_grid_query', 'custom_post_grid_query', 10, 2);

    Best regards,
    Ismael

    in reply to: Menu with logo above content – Problem #176219

    Hi!

    Can you please give us a link to this page? http://holidaymarketing.de/?attachment_id=2635

    This will move the content upwards:

    #main {
    margin-top: -20px;
    }

    Cheers!
    Ismael

    in reply to: image size for layer slider #176218

    Hi!

    What type of header are you using? The header you want requires a bit of customization, you might need to hire a freelance developer to modify the header for you. Can you please give us a link to the website? We need to see what you have done lately.

    Cheers!
    Ismael

    in reply to: Layerslider WP Not Clearing Previous Slide #176217

    Hi!

    I’m sorry I didn’t receive any emails from you. You can email it to ///.

    Include the word “Kriesi” on the subject or it will be filtered as spam. Add the link of this thread on your email.

    Cheers!
    Ismael

    in reply to: how to make rectangle images rounded in the theme? #176213

    Hi!

    You can use the css border-radius property. Please refer to this link: http://css-tricks.com/almanac/properties/b/border-radius/

    Looks how to create the circle object using border radius.

    Regards,
    Ismael

    Hi!

    Please try this plugin to repair the database: http://wordpress.org/plugins/wp-dbmanager/

    Regards,
    Ismael

    in reply to: Enfold Feature Requests #176209

    Hey!

    @fusion1: You can hide them using this on your custom.css or Quick CSS:

    .avia-slideshow-arrows.avia-slideshow-controls {
    display: none;
    }
    
    .avia-slideshow-dots.avia-slideshow-controls {
    display: none;
    }

    Regards,
    Ismael

    Hey!

    Just to be clear. Are you trying to modify the Slideout Menu Toggle or Button when viewing on mobile device? You can add this on your custom.css or Quick CSS:

    #advanced_menu_toggle { width:32%; background-color:#d8d8d8; margin-right:-15px; border:thin #666767 solid; font-size:18px; color:#666767; margin-right:5px; padding-left:5px; font-weight:bold; }

    Best regards,
    Ismael

    in reply to: Adding Animated Text or Letters to a page #176197

    Hey designaction!

    That is a customize info text script or plugin specifically for Kriesi.at. It is not included on the theme.

    Regards,
    Ismael

    Hello!

    1.) Deselect the Blog page on Enfold > Theme Options > And where do you want to display the Blog?. Go to Enfold > General Settings > Blog Style > select other style other than Grid Layout. Edit your Blog page, switch to Advance Layout Builder then insert the Blog Post element. Select the Grid Layout as blog style. You will have a Blog page with Grid Layout and still have single posts with featured image.

    2.) IE8 (and lower versions) and Firefox prior to 3.5 does not support media query and safari 3.2 partially support it. there are a couple of techniques available which use JavaScript to add support to these browsers. You might need to hire a freelance developer to modify the theme for you. You can add this on your custom.css or Quick CSS:

    .responsive_large .container {
    width: 1210px;
    }

    3.) Can you please give us a link to the product page with the “You might also like” section?

    Best regards,
    Ismael

    in reply to: Icon Font Support #176176

    Hello!

    You have a lot of plugins installed. I don’t want to mess up with your plugin settings. Have you tried deactivating all of them, see if the issue persist?

    Best regards,
    Ismael

    in reply to: What did you change? #176171

    Hello CooperDevon!

    Icon font rendering has been change on the newest version of Enfold. You might need to redo the iconboxes, iconlist or any other avia elements with the icon fonts in it.

    Best regards,
    Ismael

    in reply to: Advance Layout Editor appears to be broken #176167

    Hey!

    Click on Screen Options, enable the Avia Layout Builder.

    Best regards,
    Ismael

Viewing 30 posts - 62,281 through 62,310 (of 66,017 total)