Forum Replies Created

Viewing 30 posts - 62,281 through 62,310 (of 66,052 total)
  • Author
    Posts
  • in reply to: Image size for fullscreen slider #177697

    Hi brdconcept!

    Can you please post a link to your website? The demo uses 1500x1500px image with image position set to center center. Please configure the Full screen slider options and look for Slideshow Image Size, choose the largest image size.

    Cheers!
    Ismael

    in reply to: News ticker in Layer Slider #177696

    Hi sambolleter!

    You can use the Content Slider as a news ticker. Set the autorotation to active.

    Best regards,
    Ismael

    in reply to: ajax pulls up wrong layout #177695

    Hi sky19er!

    They look the same except for the portfolio title showing on the latter page. What is the “big image, thumbnail below” layout? It is not available on the portfolio options.

    Best regards,
    Ismael

    in reply to: How to change width on left/right menubar #177679

    Hi Morten!

    Can you please post a link to your website? What do you mean “where i use left or right sidebar”? Are you talking about the widget menu? A screenshot of what you’re trying to do will help.

    Regards,
    Ismael

    in reply to: Sidebar disappears #177678

    Hi bmorejamie!

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

    @media only screen and (max-width: 767px) {
    .responsive .template-blog .blog-meta,
    		.responsive .post_author_timeline,
    		.responsive #top #main .sidebar {display: block; }
    }

    Remove browser cache then reload the page a few times.

    Regards,
    Ismael

    Hi midischool!

    What OS are you testing this with? Can you please provide a link to your website? The demo looks great on firefox. I am on Windows 7 64bit machine using Firefox 24.0.

    Best regards,
    Ismael

    in reply to: Installed wp and enfold theme and got error #177673

    Hi!

    It takes forever to load your website. I think you should upgrade your hosting services. Please install WordPress again from scratch then download the latest version of Enfold on your themeforest account.

    Best regards,
    Ismael

    in reply to: Mega Menu link on mobil #177655

    Hi!

    Go to Appearance > Menus, click “Links”. On the URL, remove everything then place the hash tag (#) symbol. On the label place the text “Værktøjskassen”. Use it instead of the old menu item that you created.

    Regards,
    Ismael

    in reply to: Duplicate Navigation Icons In layer slider #177650

    Hey net-guru!

    Do you have the latest version of Enfold? Please update your installation.

    Best regards,
    Ismael

    in reply to: Trouble with Icons #177643

    Hi!

    Can you please remove the social icons on Enfold > Header? Please create them from scratch.

    Regards,
    Ismael

    in reply to: Lists #177635

    Hi mikaelsv!

    Your post is broken. Can you please paste the code on pastebin.com?

    Regards,
    Ismael

    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

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