Forum Replies Created

Viewing 30 posts - 63,271 through 63,300 (of 67,048 total)
  • Author
    Posts
  • in reply to: No preview with Enfold in dev website #177713

    Hi!

    Clear the cookies and cache in your browser. Close all browsers, reopen it and try logging back into your WP Admin. Change the permalink structure on Settings > Permalinks then save it. Do this a few times. In the Settings > General, make sure that the WordPress address (URL) and the Blog address (URL) match.

    Cheers!
    Ismael

    in reply to: Stretching header menu to fullwidth instead of 1210px #177712

    Hi DavyE!

    What type of header are you using right now? Please check Enfold > Header > Header type. You can adjust the header menu width by increasing the padding between menu items.

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

    Use Media Queries to adjust it on different screen sizes.

    Best regards,
    Ismael

    in reply to: Avia image hover -> use own images for hover state #177710

    Hey!

    It is not possible to direct the link of the product grid manually. They will always link to the product pages. Enfold 2.4 will be release soon and I think the masonry gallery layout will be available on the theme.

    Regards,
    Ismael

    in reply to: shortcode in Header btw logo and social icons #177708

    Hey!

    You need to install the LayerSlider seperately if you want the shortcode. Edit functions.php, find this code:

    if(!current_theme_supports('deactivate_layerslider')) require_once( 'config-layerslider/config.php' );//layerslider plugin

    Remove it. Remove all Layer Slider elements on every pages to avoid errors. Install the Layer Slider plugin manually then re-create the sliders.

    Regards,
    Ismael

    in reply to: Partner/Logo element is a mess on IE10 #177704

    Hey gianmarizzi!

    Can you please give us a link to the website? Please download Enfold 2.3.2. The logo issue on IE browser has been fix on the latest Enfold update.

    Cheers!
    Ismael

    in reply to: Translation issue #177700

    Hey Wouter!

    Thank you for noticing. You can replace it with:

    # @ avia_framework
    #: search.php:23
    msgid "If you are not happy with the results bellow please do another search"
    msgstr "Als u niet tevreden bent met het resultaat, voer a.u.b. nogmaals een zoekopdracht uit."

    Use PoEdit to create the .mo file.

    Regards,
    Ismael

    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

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