Forum Replies Created

Viewing 30 posts - 63,271 through 63,300 (of 67,031 total)
  • Author
    Posts
  • Hi net-guru!

    Edit the slider then go to Global Settings. Go to Slideshow panel and turn off “Automatically play videos” option.

    Regards,
    Ismael

    in reply to: WPML theme styling options for each language #177630

    Hi Mini2010!

    No, there is no shortcut or option to set the theme settings for all languages. If you have a custom modifications using css, you can add it on custom.css to affect all languages.

    Regards,
    Ismael

    in reply to: All urls work – i dont see a error 404 page #177628

    Hi!

    They say this happen when your page or your content is too small. Chrome’s built-in “Oops” 404 page is displayed, like the one in IE, when the page emits only the 404 header and less than a defined number of bytes of content. Please try to flush or change the permalink settings a few times or add more content.

    Best regards,
    Ismael

    in reply to: When I edit content sections are mysteriously deleted. #177469
    This reply has been marked as private.
    in reply to: Still not getting Ajax to work #177460

    Hey!

    I don’t want to mess up with your plugin settings. Can you please deactivate all of them especially the WP Bakery and PageBuilder? Also, please go to wp-content/plugins/ delete the plugin folders that are not being use.

    Cheers!
    Ismael

    in reply to: NO Icons #177393

    Hi CooperDevon!

    If the mobile works ok then maybe the issue is the browser? Can you please remove browser cache then reload the page? Kriesi already checked this using MAC and the icons on your site renders fine.

    Regards,
    Ismael

    in reply to: Top Menu & Side Navigation Issues #177392

    Hi!

    Please try to move the left sidebar using this:

    .sidebar_left.sidebar {
    text-align: right;
    right: -20px;
    z-index: 2;
    }
    
    .responsive .container .ten.units {
    z-index: 5;
    background: white;
    }

    Regards,
    Ismael

    in reply to: Partner/Logo Element Bug #177388

    Hi!

    Please edit css > shortcodes.css, find all property values like this then remove them:

    -webkit-perspective: 1000;

    and this

    -webkit-backface-visibility: hidden;

    Remove browser cache then reload again.

    Regards,
    Ismael

    in reply to: Trying to style the menu #177384

    Hi!

    You can adjust padding to spread the menus:

    .bottom_nav_header.social_header .main_menu ul:first-child > li a {
    padding: 0 39px;
    }

    You will need to use Media Queries to change the paddng on different screen sizes like this example:

    @media only screen and (min-width: 768px) and (max-width: 989px) {
    .bottom_nav_header.social_header .main_menu ul:first-child > li a {
    padding: 0 39px;
    }
    }

    Regards,
    Ismael

    in reply to: Where to change the "double" h1 tag in blog posts? #177380

    Hi bivvo!

    You can edit functions-enfold.php, find this code:

    'html' => "<div class='{class} title_container'><div class='container'><{heading} class='main-title entry-title'>{title}</{heading}>{additions}</div></div>",

    Replace the {heading} part with h2, h3 or anything you want.

    'html' => "<div class='{class} title_container'><div class='container'><h2 class='main-title entry-title'>{title}</h2>{additions}</div></div>",

    Cheers!
    Ismael

    in reply to: Persistant submenu on active page #177367

    Hi pmconsulting!

    All of the submenus are encoded inside a container. You can’t force the active submenu to show. You need to hire a freelance developer to modify the theme for you.

    Best regards,
    Ismael

    in reply to: Square top images only for portfolio entries? #177366

    Hey!

    You can edit functions.php, find this code:

    $avia_config['imgSize']['entry_with_sidebar'] = array('width'=>710, 'height'=>270); // big images for blog and page entries

    Change it to:

    $avia_config['imgSize']['entry_with_sidebar'] = array('width'=>710, 'height'=>710); // big images for blog and page entries

    Regenerate the thumbnails using this plugin: http://wordpress.org/plugins/regenerate-thumbnails/

    Best regards,
    Ismael

    in reply to: I need Advice with Java Script #177263

    Hello!

    Kriesi use this plugin to minify css and js scripts: http://wordpress.org/plugins/bwp-minify/

    Best regards,
    Ismael

    in reply to: transparent color #177262

    Hi Cutegi!

    What part of the theme are you trying to set as transparent? You can use the Quick CSS field to specify a transparent background:

    .header_color .header_bg {
    background-color: rgba(0,0,0,.3);
    }

    Use rgba color values.

    Best regards,
    Ismael

    in reply to: Many IE8 Issues #177261

    Hello!

    I tested the site on IE8 and the menu shows fine.

    Can you please remove browser cache then reload the page?

    Regards,
    Ismael

    in reply to: Icons switched to Asian icons? #177258

    Hello MadToban!

    Asia icons? Can you please give us a link to your website?

    Cheers!
    Ismael

    in reply to: Need Multiple Edits To Clients Site #177256

    Hi!

    Glad Yigit helped. :)

    Best regards,
    Ismael

    in reply to: Advanced Layer Slider Media Element in Column? #177255

    Hi PPCHound!

    You can use the Easy Slider instead. LayerSlider can’t be constrained inside a column element.

    Regards,
    Ismael

    Hey mikey66!

    Please edit the functions.php file and then add this code:

    add_filter('avia_post_nav_settings', 'avia_post_nav_settings_mod');
    function avia_post_nav_settings_mod($settings)
    {
      if(is_singular('product')) {
            $settings['taxonomy'] = 'product_cat';
    	$settings['is_fullwidth'] = false;
      }
      $settings['same_category'] = true;
      return $settings;
    }

    Cheers!
    Ismael

    in reply to: Portfolio Images are Cutting Off #177252

    Hey!

    Please try this on your custom.css or Quick CSS:

    .grid-entry.flex_column.isotope-item.all_sort.no_margin.post-entry {
    min-height: 324px;
    }

    You have a lot of plugins installed. Please deactivate them, see if the issue persist.

    Cheers!
    Ismael

    in reply to: layer slider size adjusted to main page text #176844

    Hi Carmitma!

    You can use the the boxed layout or you can set the slider width to 1210. It is the largest width of the Enfold theme.

    Regards,
    Ismael

    in reply to: The post still shows 8 comments when there are none #176839

    Hello chryseis!

    Can you please give us a link to the website? Go to Dashboard > Home > Recent Comments > Remove everything including the Trash.

    Cheers!
    Ismael

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

    Hi!

    I’m not sure why the alphabetical order doesn’t work for the symbols. Let me ask some help from Kriesi and other support members.

    Regards,
    Ismael

    in reply to: image size for layer slider #176832

    Hi!


    @CurtyCurt
    : Thanks for your help. I hope Indiatravelz consider your offer. :)

    Best regards,
    Ismael

    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

Viewing 30 posts - 63,271 through 63,300 (of 67,031 total)