Forum Replies Created

Viewing 30 posts - 59,731 through 59,760 (of 67,565 total)
  • Author
    Posts
  • in reply to: WPML #244512

    Hey!

    Please make sure that you add this for each of the languages’ Enfold > Styling > Quick CSS:

    #top .sub_menu>ul.avia_wpml_language_switch {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden;
    }

    You can also add this on css > custom.css file if you don’t want to add the modification for each language.

    Regards,
    Ismael

    in reply to: Fullscreen slider srcoll down bug – page 2 #244510

    Hey!

    Thank you for using the theme as always!

    This issue is a curious thing because I can’t reproduce it on my end. I’m not sure where the “delay jump” is coming from but playing around with it I think I found a temporary fix. I can also see the issue on Chrome Windows 8. Looks like it has something to do with -webkit-transform property. Please add this on Quick CSS or custom.css:

    .avia-fullscreen-slider .avia-slideshow-inner {
    -webkit-transform: translate3d(0px, 0px, 0px) !important;
    }

    This will fix the “delay jump” issue but you’ll lose the parallax effect for the slider. I’m sure Kriesi can find a bullet-proof fix for this so please wait for his response.

    Best regards,
    Ismael

    in reply to: Header layout #244505

    Hey Luis!

    Thank you for using the theme!

    Looks like you managed to center align the logo. I’m sorry but the screenshots are incorrect, they’re redirecting me to a 404 error page. If you post it again, we’ll be happy to assist you with the customization.

    Best regards,
    Ismael

    in reply to: mobile menu disappeared after upgrade #244503

    Hi!

    I’m sorry but the login credentials that you gave us are incorrect. Please check it again. :)

    Best regards,
    Ismael

    in reply to: Headlines in Slideshow Full Width on portrait smartphone #244501

    Hi!

    Sorry about that! I edited the code that I gave you but I think you’re faster than a speeding bullet. Glad it is working now. :)

    Cheers!
    Ismael

    in reply to: Layer Slider: Center Position on iPad #244498

    Hey!

    Glad you figured it out. Thanks for sharing the info. If you need any assistance, we’ll be happy to help. :)

    Regards,
    Ismael

    in reply to: adding a new single post page layout with new posttype #244493

    Hi f!

    Thank you for using the theme!

    If you want to create a new post type, please follow this one. This is much more extensive and you’ll be able to select the post type when using the Blog Posts or Masonry elements. Duplicate the includes > admin > register-portfolio.php file. Rename it to something else, for example register-life.php. Replace it with this code: http://pastebin.com/ZBpzgbSe

    Add this on functions.php:

    require_once( 'includes/admin/register-life.php' );				// register custom post types for life entries
    

    This will register the custom post type life. You can now select the Life Entries when you’re using the Blog Posts or Fullwidth Masonry elements. Replace “life” with “offers”.

    Best regards,
    Ismael

    Hi!

    Thank you for explaining the issue. Can you please elaborate this line? Where is the “Training” not visible? On the breadcrumbs?

    “Training” is NOT visible in the parent list of the “SPICE Training” page.

    Do you have a “Training” page? Note that you can create custom links on Appearance > Menus then name it “Training”. You don’t really need to use the actual “Training” page on the menu. You should create a “Training” page then set it as the parent page of “SPICE Training”. On Appearance > Menus, create a custom link named “Training”.

    Cheers!
    Ismael

    in reply to: WPML #244490

    Hi!

    I’m glad that you’re able to add the language selector with the language name. Please use this to remove the flag selectors:

    #header_meta > div > nav > ul.avia_wpml_language_switch {
    display: none !important;
    }

    Regards,
    Ismael

    in reply to: WPML #244463

    Hi alexbog!

    Thank you for using the theme!

    I’m sorry if you’re having difficulty setting up the language flags, it is one of the issues we’re trying to fix right now. You can append the language selectors on the main menu. Go to WPML > Languages > Language Switcher Options. Enable the Display the language switcher in the WP Menu option, select your menu. Language switcher style should be set to Drop-down menu. Under How to handle languages without translationLink to home of language for missing translations. Choose the Native language name (the language name as it’s written in that language) for What to include in the language switcher option.

    Add this on Quick CSS or custom.css to remove the theme’s default language selector on the header meta container:

    #header_meta > div > nav > ul.avia_wpml_language_switch {
    display: none;
    }

    I hope this helps you somehow.

    Cheers!
    Ismael

    in reply to: How to deactivate lightbox/slideshow feature #244453

    Hi!

    Thank you for using the theme!

    I’m sorry but we will be needing more information about the issue. What is the blog style that you’re currently using right now? Do you want to remove the link on the featured images entirely? If I am not mistaken this code will probably help, just add it on Quick CSS or custom.css:

    .big-preview.single-big a {
    pointer-events: none;
    }

    Regards,
    Ismael

    in reply to: 404 Error Page #244452

    Hi!

    Thank you for using the theme!

    If you want the 404 page to show the same sidebar as the blog, please edit 404.php. Find this code on line 39:

    //get the sidebar
    $avia_config['currently_viewing'] = 'page';
    get_sidebar();

    Replace it with this:

    //get the sidebar
    $avia_config['currently_viewing'] = 'blog';
    get_sidebar();

    Add widgets on the Sidebar: Blog widget area located on Appearance > Widgets. I hope this helps.

    Best regards,
    Ismael

    in reply to: Title Bar/Container – Not Showing #244447

    Hi!

    Sorry for the delay. Will you mind if I disable the cache plugin? I can see now that the title container is not showing on all options. I’m not entirely certain of what is causing the issue but disabling the cache plugin should help me debug the error effectively.

    I’m trying to reproduce the issue on my end but the title container works ok. Might have something to do with the combination of plugins that you have in your installation.

    Cheers!
    Ismael

    in reply to: Lang #244436

    Hey Zakkery!

    Thank you for using the theme!

    The string is ready to be translated, please use this plugin to manually search for the string and translate it to the russian language: http://wordpress.org/plugins/codestyling-localization/

    Cheers!
    Ismael

    in reply to: fontello bag icon and replace 'cart' text with 'bag' #244433

    Hi!

    Copy that! Thank you for being patient. :)

    Best regards,
    Ismael

    in reply to: SWYN plugins to use with Enfold? #244431

    Hey Ace5Studios!

    Thank you for using the theme!

    We usually suggest these plugins:

    http://wordpress.org/plugins/addthis/
    http://wordpress.org/plugins/socialize/
    http://wordpress.org/plugins/share-this/

    I hope this helps.

    Regards,
    Ismael

    in reply to: fontello bag icon and replace 'cart' text with 'bag' #244414

    Hey!

    Yes, I can see the bag now but I don’t think I fixed that one. I just replaced the functions.php. I’m just happy that the site is running now. I’m sorry again. :)

    Best regards,
    Ismael

    in reply to: Advanced layout editor to build your own blog layout? #244405

    Hey!

    Sorry about that. I’m checking the site now. Just to be clear, I’m only editing the blog and nothing else. :)

    Best regards,
    Ismael

    in reply to: fontello bag icon and replace 'cart' text with 'bag' #244402

    Hey!

    Woah! It gave me a heart attack. I think it is fixed now! I’m really sorry!

    http://christianmacleod.com/dev/

    http://christianmacleod.com/dev/wp-admin/

    Regards,
    Ismael

    in reply to: fontello bag icon and replace 'cart' text with 'bag' #244396

    Hi!

    If you don’t mind giving me the ftp details. I’ll replaced the functions.php file myself. I’m really sorry that you have to go through with this. I didn’t notice that I highlighted the bottom part of functions.php when I reviewed the code for the cart icon. At least that’s what I thought but I didn’t modify anything on your theme files.

    Another thing you can do if you’re not comfortable giving me the ftp details is to download the theme again from your themeforest account then update the theme via FTP.

    Best regards,
    Ismael

    in reply to: fontello bag icon and replace 'cart' text with 'bag' #244392

    Hi!

    I’m really sorry about this. I checked the site earlier and I might have accidentally deleted part of functions.php when I clicked the “Update” button. Please download this file then replace the functions.php on the parent theme folder.

    ///////

    I’m really sorry! I hope the file fix it.

    Cheers!
    Ismael

    Hi!

    Please use this on Quick CSS or custom.css:

    #top ul.avia_wpml_language_switch li {
    margin: 0;
    }
    
    .av_secondary_right .sub_menu>ul.avia_wpml_language_switch>li {
    padding: 0 !Important;
    }

    Best regards,
    Ismael

    in reply to: fontello bag icon and replace 'cart' text with 'bag' #244386

    Hi!

    I’m sorry about that. Please delete functions.php file on the parent theme folder then replace it with a new one. Let me know if that helps. I didn’t modify anything on the theme files. I just updated it earlier. I’m sure replacing functions.php file via FTP will fix it. Empty the cache if there is any cache plugin.

    Best regards,
    Ismael

    in reply to: fontello bag icon and replace 'cart' text with 'bag' #244377

    Hi!

    I don’t see the error, only a blank page. Did you add any plugins prior to this issue? It is working ok when I checked it earlier. I didn’t add or change anything on the theme files.

    Cheers!
    Ismael

    in reply to: fontello bag icon and replace 'cart' text with 'bag' #244375

    Hi!

    I didn’t change anything on your website. I just checked if you replaced the cart icon with something else. Let me check.

    Cheers!
    Ismael

    in reply to: Advanced layout editor to build your own blog layout? #244374

    Hi!


    @bleepstudio
    : I’ll check it right away. Hold on.

    I didn’t change anything on your website. I just checked if you replaced the cart icon with something else. Let me check it again.

    Cheers!
    Ismael

    in reply to: Text in Slider #244373

    Hi!

    Thank you for using the theme! Unfortunately, I’m not entirely sure what it is you’re trying to do based on the information you have given in your post. If you wouldn’t mind providing us with a little more information or explanation on the problem, we’ll be happy to assist you about it. A screenshot and a link to your website will help.

    Best regards,
    Ismael

    in reply to: Advanced layout editor to build your own blog layout? #244371

    Hi!


    @DavyE
    : Ah! I see. Sorry about that. That’s for @loyalzoo.

    If I do what you suggest (just selecting the “Use the advance layout editor for the blog page”), no matter what I put on that page, it stays blank!


    @loyalzoo
    : Please be patient with us as we’re trying our best to help you. :)

    Regards,
    Ismael

    in reply to: Advanced layout editor to build your own blog layout? #244369

    Hi!

    We’re asking for your username and password. You can create a new topic regarding the same issue then post the login details there as a private reply. :)

    Best regards,
    Ismael

    in reply to: Advanced layout editor to build your own blog layout? #244364

    Hi!


    @loyalzoo
    : I logged in to your website but I don’t see the Theme Options. Did you disable it somehow ?


    @DavyE
    : Do you mind posting the login details here? We would like to check it. :)

    Cheers!
    Ismael

Viewing 30 posts - 59,731 through 59,760 (of 67,565 total)