Forum Replies Created

Viewing 30 posts - 5,731 through 5,760 (of 8,514 total)
  • Author
    Posts
  • in reply to: Create 7 columns megamenu Enfold #165737

    Hey!

    Forcing the addition of an additional column is somewhat complicated as far as I know. I’ve seen some users fake it by changing the css column width for the menu items but editing the mega menu js itself is beyond what, I think, any of us at support can assist with.

    I’ll tag the head of support on the topic however to get a definitive answer.

    Regards,
    Devin

    in reply to: Change theme folder name #165727

    Hi deeps!

    Try changing the name while a different theme is active. Since the theme settings are tied to the name in the database it may cause an issue to change it while its currently active.

    Cheers!
    Devin

    in reply to: bbPress Question concering user permissions #165438

    Most other forums are unfortunately. If it was something we could help with we would but bbPress is an ecosystem of itself.

    in reply to: 3/4 Content area centered. Possible? #165433

    Glad we could help. Let us know if you have any other questions or issues.

    It’ll be in the changelog if I can get it in before 2.3.

    Hi!

    I’ve tagged the topic for Ismael but in the mean time you can use the videos posted here as a primer for using the advanced layout builder: https://vimeo.com/channels/aviathemes

    You may also be running into a max_input_vars issue where the server isn’t able to import in that much content at once. It doesn’t quite fit but is a possibility.

    So you can try adding the following to your .htaccess file:

    php_value max_input_vars 3000
    php_value suhosin.get.max_vars 3000
    php_value suhosin.post.max_vars 3000
    php_value suhosin.request.max_vars 3000
    

    Or talk to your host about how/where to increase the amount via a php.ini file.

    Cheers!
    Devin

    in reply to: Need help with tables inside the theme. #165423

    Hi!

    I’ve tagged the topic for Ismael.

    Cheers!
    Devin

    in reply to: Enfold Child: Links to Text on Same Page #165422

    Hi!

    I’m getting 404’s on all of the links on the site. Not sure what is causing it but I’m not able to see the issue at the moment.

    The site links should, by default go to the top of the page unless you are linking to an anchor within the page however so seeing what is happening differently would be needed to diagnose it.

    Best regards,
    Devin

    in reply to: Alternative text for "0 Comment" #165420

    Hi Shallnotbe!

    For #1, you can try just replacing lines 328-329 with:

    if ( $commentCount != "0" || comments_open($the_id) && $entry->post_type != 'portfolio')
    {
    $link_add = $commentCount === "0" ? "#respond" : "#comments";
    if($commentCount == "0")
    {
    $text_add = __('Contribute', 'avia_framework' );
    }
    else
    {
    $text_add = $commentCount === "1" ? __('Comment', 'avia_framework' ) : __('Comments', 'avia_framework' );
    }

    For #2, try going to Settings>Permalinks and saving your options. If that doesn’t work, change the permalinks to default, save three times and then check to make sure the author link works. If so, change the permalinks back.

    Regards,
    Devin

    in reply to: Showing recent comments #165418

    Hey!

    The pages don’t have comments on by default. You can turn them on by adding the following to the page.php after the page loop as added (get_template_part( ‘includes/loop’, ‘page’ );
    ?>):

    					//wordpress function that loads the comments template "comments.php"
    					comments_template( '/includes/comments.php'); 

    Best regards,
    Devin

    in reply to: Custom Fonts #165416

    Glad Ismael could help. Let us know if you have any other questions or issues.

    Regards,

    Devin

    in reply to: Enfold Bug In Main Nav #165412

    Hey!

    I’m not sure this is actually “fixable”. The issue is that as long as you are on the home page the absolute about link will be active because the url is the current page.

    The one page layout using anchors is just that: a one page layout. What would be a better solution would be to have an alternate menu for the blog page with links back to the home page. You could do this using css to hide the menu items on each page. Just go to your menus manager and in the top right “screen options” tab click the box to show classes on your menu items. Add hide-home to the items you want to hide on the home page and hide-blog for the items you want to hide on the blog page.

    Then add the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:

    
    #top.home .hide-home{ display: none; }
    #top.blog .hide-blog {display: none;}
    
    

    Cheers!
    Devin

    in reply to: Image glow on roll over? Disappeared after previous update? #165400

    Hi!

    I’m not familiar with that kind of effect in the theme but if you can point it out in the demo we can definitely help in re-creating it.

    Regards,
    Devin

    in reply to: Woocommerce product tabs – problem since upgrade to 2.2 #165399

    Hi coinmaster!

    We’ll need to see the site live and inspect the code to see whats going on. You can hide the url with http://goo.gl/ if you’d like to keep it from getting indexed.

    Cheers!
    Devin

    in reply to: Enfold 2.2 Upgrade – Logo and Bottom Navigation issue #165398

    Hello Darryl!

    Can you try switching to another of the header options, saving, viewing the page and then switching back to the current option.

    Cheers!
    Devin

    in reply to: Picture Blinking on Rollover #165397

    Hi!

    What version of Safari and what OS?

    Cheers!
    Devin

    in reply to: 404 Error when trying to access Author Archive #165396

    Hello!

    If its working on the live site but not on the development it sounds like either a difference in a cached setting, .htaccess that isn’t getting flushed or a difference in a plugin setting.

    Cheers!
    Devin

    I see what you mean now. Not sure what is actually causing it though so I’ve tagged Kriesi to take a look at it and see what might be going on.

    in reply to: Many IE8 Issues #165394

    For #3, I would suggest trying to re-install the theme files again and if you have any caching plugins installed flush their cache completely. I’m not actually getting any issues with it on my end for the font file.

    The menu’s switch width can be adjusted by following the guide here: https://kriesi.at/support/topic/top-menu-with-the-social-icons-bigger?replies=5#post-132320

    Since you are using the responsive script you should also add in modernzr: http://wordpress.org/plugins/modernizr/ This should help with the other issues.

    in reply to: Enfold 2.2 breaks site logo image #165391

    I’ll tag the topic for the rest of support as I’m still not actually getting the same width value added to the logos on any of the sites I work on or my dev sites.

    So far this is the only topic I’ve seen with the issue as well so I’m at a loss for why you are getting it on the site.

    in reply to: Enfold 2.2 breaks site logo image #165377

    Hi Jason!

    In the future, put your URL’s in something like http://goo.gl/ . We answer anywhere from 30 to 60 posts a day individually and reading through a whole topic to pick out a url broken down to ” tiperdev dot techcore dot com dot au” is likely to get missed.

    With that said, I’m seeing the issue but I’m unable to reproduce it on any of my client sites, dev sites or personal blog all running Enfold on version 2.2.

    So the first thing to try is remove any customization, css and deactivate all plugins that are active including any drop ins like Jetpack.

    What is happening is the logo is getting a defined width from some other outside code once you get to a tablet/laptop size screen. As far as I know there isn’t anything in the theme’s javascript that ever defines the width of the logo in pixel width which is why I suggest removing all outside variables.

    Best regards,
    Devin

    in reply to: Enfold: Layerslider error and shortcode dont work? #165325

    Hi ev0l_!

    Re-download the theme files from your downloads on ThemeForest and then re-upload the config-layerslider folder to your theme files.

    The LayerSlider shortcodes have been disabled however since the regular usage doesn’t work with the theme. You can add in a LayerSlider slideshow using the Advanced Layout Builder instead.

    Regards,
    Devin

    in reply to: slider on homepage broken in iphone on rotate #165323

    Hello!

    Can you try the same thing here: http://kreaturamedia.com/layerslider-responsive-wordpress-slider-plugin/

    That way we can quickly see if its a LayerSlider issue directly or in the implementation in Enfold.

    Regards,
    Devin

    in reply to: Menu too large > overlaps with logo #165278

    Hi Rolf!

    This post has information on changing the switch width that the menu changes to the mobile menu: https://kriesi.at/support/topic/top-menu-with-the-social-icons-bigger?replies=5#post-132320

    The menu does actually have some fallback for too many menu items which works for the majority of users but when you have a wide logo and menu items it can cause a bit of customization to be required.

    Best regards,
    Devin

    in reply to: WooCommerce displaying products #165275

    Hey LecheLMP!

    Yes that is definitely possible but its far beyond what we could help with via support. You can find more information about customizing the WooCommerce plugin output in their docs here: http://docs.woothemes.com/document/template-structure/ and more on hooks/filters here: http://docs.woothemes.com/document/hooks/

    Best regards,
    Devin

    in reply to: Accordion and tabs not showing in ajax portfolio #165267

    I’ve tagged Peter so the topic is in his personal queue.

    in reply to: Problems setting up WooCommerce Pages #165266

    Hello!

    Try deactivating all other plugins and then try re-activating WooCommerce. Then if you are still having trouble deactivate the theme and switch to one of the default wordpress themes.

    If you can activate it then, go to WooCommerce>System Status and see if there are any warnings about your server set up.

    Best regards,
    Devin

    in reply to: HTML Pages #165265

    Hello simonschaper!

    You would need to generate each page/layout specifically and get the html from the source. There is no html only version of the theme or any of its elements.

    Cheers!
    Devin

    in reply to: Different size boxed layout desktop #165231

    Hello!

    In the Enfold theme options go to General Settings>Responsive Layout. You can then select the smaller layout from there.

    If you are using the Fixed Layout currently then you would need to modify the grid.css file with your new widths.

    Cheers!
    Devin

    in reply to: Logo problem within Citrix / IE8.0 #165226

    I didn’t realize this was actually to fix IE8 which this definitely wouldn’t since it doesn’t recognize media queries. I’m not sure why the default fix included with the theme isn’t working in IE any longer. Right now this snippet int he layout.css file is not getting applied in IE like it should:

    .logo img{
    padding:5px 0;
    display: block;
    width: auto;
    height: 100%;
    max-height: 100%;
    height : 100%\9; /*hack: fixes ie8 logo*/
    height: auto\9; /*hack: fixes ie8 squished logo*/
    }
    

    For some reason the IE8 hack isn’t getting applied. Not sure if its a recent IE update thats changed the way it renders or what. One thing you can try for an immediate fix is to use:

    .logo img{
    padding:5px 0;
    height: 100%;
    }

    Which hopefully doesn’t have any ill effects anywhere else.

    in reply to: Enfold Child: Widget Text Color #165193

    Glad Ismael could help. Let us know if you have any other questions or issues.

Viewing 30 posts - 5,731 through 5,760 (of 8,514 total)