Forum Replies Created
-
AuthorPosts
-
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,
IsmaelHey!
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,
IsmaelHey 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,
IsmaelHi!
I’m sorry but the login credentials that you gave us are incorrect. Please check it again. :)
Best regards,
IsmaelMarch 28, 2014 at 5:55 pm in reply to: Headlines in Slideshow Full Width on portrait smartphone #244501Hi!
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!
IsmaelHey!
Glad you figured it out. Thanks for sharing the info. If you need any assistance, we’ll be happy to help. :)
Regards,
IsmaelMarch 28, 2014 at 5:48 pm in reply to: adding a new single post page layout with new posttype #244493Hi 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 entriesThis 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,
IsmaelMarch 28, 2014 at 5:43 pm in reply to: Latest news – no image/icon + problem with parent of pages #244492Hi!
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!
IsmaelHi!
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,
IsmaelHi 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!
IsmaelHi!
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,
IsmaelHi!
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,
IsmaelHi!
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!
IsmaelHey 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!
IsmaelHey 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,
IsmaelHey!
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,
IsmaelMarch 28, 2014 at 3:36 pm in reply to: Advanced layout editor to build your own blog layout? #244405Hey!
Sorry about that. I’m checking the site now. Just to be clear, I’m only editing the blog and nothing else. :)
Best regards,
IsmaelHey!
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,
IsmaelHi!
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,
IsmaelHi!
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!
IsmaelMarch 28, 2014 at 3:15 pm in reply to: padding/spacing on secondary menu in the header (position right) – using WPML #244390Hi!
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,
IsmaelHi!
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,
IsmaelHi!
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!
IsmaelHi!
I didn’t change anything on your website. I just checked if you replaced the cart icon with something else. Let me check.
Cheers!
IsmaelMarch 28, 2014 at 2:44 pm in reply to: Advanced layout editor to build your own blog layout? #244374Hi!
@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!
IsmaelHi!
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,
IsmaelMarch 28, 2014 at 2:37 pm in reply to: Advanced layout editor to build your own blog layout? #244371Hi!
@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,
IsmaelMarch 28, 2014 at 2:34 pm in reply to: Advanced layout editor to build your own blog layout? #244369Hi!
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,
IsmaelMarch 28, 2014 at 2:30 pm in reply to: Advanced layout editor to build your own blog layout? #244364 -
AuthorPosts

