Forum Replies Created
-
AuthorPosts
-
Hey!
We added this code to the Quick CSS field:
@media only screen and (min-width: 768px) { #wrap_all { position: static; }}
Please remove browser and plugin cache then test the page again. Let us know if the issue persists.
Cheers!
IsmaelHi!
Looks like the text are separated by strong and link tags. Please post the login details here. We would like to check it.
Best regards,
IsmaelFebruary 11, 2015 at 10:03 am in reply to: Mobile Menu and WooCommerce Cart button don't look good #394172Hey!
Did you check it on actual mobile device? Is there any issue on iPad or iPhone view? Please post a screenshot. Are you trying to reproduce the issue just by resizing the browser window?
Best regards,
IsmaelHey!
Replace the code with this:
.grid-entry:hover a.grid-image:before { content: ''; display: block; background: transparent url('http://dev.forest-carbon.org/wp-content/themes/enfold-child/images/project-overlay.png'); width: 350px; height: 300px; position: absolute; top: 0; left: 0; z-index: 1000; border-radius: 0 !important; top: 0 !important; margin: 0 !important; background-color: transparent !important; } .grid-entry span.image-overlay.overlay-type-extern { display: none !important; }
Best regards,
IsmaelHi!
Please use this on functions.php to remove the default flag options:
add_action('after_setup_theme','avia_remove_main_menu_flags'); function avia_remove_main_menu_flags(){ remove_filter( 'wp_nav_menu_items', 'avia_append_lang_flags', 20, 2 ); remove_filter( 'avf_fallback_menu_items', 'avia_append_lang_flags', 20, 2 ); remove_action( 'avia_meta_header', 'avia_wpml_language_switch', 10); }
Go to WPML > Language panel then enable the Display the language switcher in the WP Menu. Select the menu assigned as Enfold Main Menu. On Language switcher style, choose the Drop-down menu
Regards,
IsmaelHi!
I was able to see the logo issue on smaller screen sizes but I’m not sure if that’s the one you’re referring to. If possible, please provide a screenshot. You can use imgur, dropbox etc.
Cheers!
IsmaelHi!
I’m sorry for the delay. If you don’t mind, we would like to see an actual category page. To be clear, you want the featured image to show on the archive pages?
Cheers!
IsmaelFebruary 11, 2015 at 9:46 am in reply to: ENFOLD SINGLE PRODUCT PAGE- SIDEBAR WILL NOT APPEAR ON THE RIGHT #394164Hi!
Please refer to this link if you want a right or left sidebar: http://kriesi.at/documentation/enfold/product-page-left-or-right-sidebar/
Best regards,
IsmaelFebruary 11, 2015 at 9:43 am in reply to: Enfold responsiveness problem with Ipad in upright mode #394163Hey!
Add this to the Quick CSS field:
@media only screen and (max-width: 767px) {.sub_menu li { padding: 0 5px; font-size: 10px; }}
Cheers!
IsmaelHey!
I’m not sure if there’s an easy solution to this. I’ll ask the rest of the support team to check the thread.
Best regards,
IsmaelHi!
There is another user who’s having trouble with the same plugin. Unfortunately, we were not able to help him. Try to use the Default Editor instead of the ALB.
Regards,
IsmaelFebruary 11, 2015 at 9:38 am in reply to: intermittent problem with parallax color section since last Enfold update #394158February 10, 2015 at 11:17 pm in reply to: Gallery – Big image with thumbnails below. Images don't size correctly. #394081Hi!’
I’m sorry but that is a preview link so we will not be able to see it unless we have admin rights. Please provide a screenshot of what you’re trying to accomplish and the login details. Set it as a private reply. Please take some time to review all of the resources in the Theme Documentation. A lot of basic stuff like theme installation, element configuration, options overview, css snippets and whole lot of handy stuff regarding the theame are probably available in there. You can watch video tutorials or get hold of a few hooks and filter functions that may help you modify the theme as you like. You can also search the forum for any related questions or issues.
If you don’t find what you’re looking for, don’t hesitate to let us know and we will be happy to assist you. For add-ons or option request, please visit our Feature Requests page. Thanks!
Cheers!
IsmaelFebruary 10, 2015 at 11:13 pm in reply to: Using Magazine Content Element – Indicate Member-Only Content Based on Groups #394078Hi!
Base on the Group’s plugin documentation you can use their shortcodes to filter visibility for members and non-members: http://www.itthinx.com/documentation/groups/
[groups_member group="Registered"] Only registered users can see this text. [/groups_member]
You can edit config-templatebuilder > avia-shortcodes > magazine.php. Maybe, create a case logic somewhere inside this code on line 582:
$output .= "<header class='entry-content-header'>"; $output .= "<time class='av-magazine-time updated' {$markupTime}>".$time."</time>"; $output .= $separator.$author_output; $output .= "<{$titleTag} class='av-magazine-title entry-title' {$markupTitle}>{$title}</{$titleTag}>"; $output .= "</header>";
Cheers!
IsmaelFebruary 10, 2015 at 11:07 pm in reply to: Menu Section Taking Up Half the Page, Pushing Down Everything Else #394075Hey!
I’m sorry but you’re using a very old version of the theme, 2.1. Please download the latest version, 3.0.8, from your themeforest account then update the theme via FTP. Please refer to this link for more info: http://kriesi.at/documentation/enfold/updating-your-theme-files/
The update might change some elements or options on the theme so you have to adjust then or create them from scratch.
Add this to the Quick CSS field to fix the menu:
@media only screen and (max-width: 1140px) { .bottom_nav_header.social_header .main_menu ul:first-child>li a { font-size: 13px; } .main_menu ul:first-child > li > a { padding: 0 9px; } }
Cheers!
IsmaelFebruary 10, 2015 at 11:03 pm in reply to: Youtube Video with Advanced Layout Editor not worked #394071Hi!
Please post the youtube video links on pastebin.com. Make sure that you’re using the correct video embed url.
Best regards,
IsmaelHey!
Just like what Yigit said , you need to edit includes > error404.php file.
Best regards,
IsmaelFebruary 10, 2015 at 10:57 pm in reply to: Remove bottom white area under footer and center text? #394065Hi!
You can adjust the vertical position using this:
#footer h3 { text-align: center !important; letter-spacing: 0px !important; top: 2px; position: relative; }
Adjust the top position.
Best regards,
IsmaelFebruary 10, 2015 at 10:55 pm in reply to: Reduce the space between the layout elements horizontal #394061Hey!
Place the 1/5 columns inside a color section then apply a unique id attribute to it using the For Developers: Section ID field. Use “custom-columns” for example. Replace the css code above with this:
#custom-columns div .av_one_fifth { margin-left: 2%; width: 18.4%; }
This should decrease the left margin between columns and increase their width.
Best regards,
IsmaelHey!
Please install this plugin: https://wordpress.org/plugins/codestyling-localization/
Go to Tools > Localization then look for Themes > Enfold. Rescan the russian language file then click edit. Search for the “no sidebar”, “right sidebar” and “left sidebar” strings. Translate them to russian then click the generate mo-file button.
Best regards,
IsmaelFebruary 10, 2015 at 10:43 pm in reply to: Avia Layout Builder doesn't switch off to visual/text #394050Hey codecreative!
Thank you for using Enfold.
The website is currently on maintenance mode. Please post a temporary login details so that we can check the page.
Best regards,
IsmaelHi!
Please add this on functions.php to enable custom fields on portfolio items:
add_filter('avf_portfolio_cpt_args', 'avf_portfolio_add_custom_fields', 1); function avf_portfolio_add_custom_fields($args) { $args['supports'] = array('title','thumbnail','excerpt','editor','comments', 'custom-fields', 'page-attributes'); return $args; }
Test the solution provided above: https://kriesi.at/support/topic/custom-post-types-wp-member/#post-391448
Cheers!
IsmaelFebruary 10, 2015 at 10:37 pm in reply to: Enconding error or ? marks on icon titles (admin/page edit) #394044Hi!
Try to replace it with this:
define('DB_CHARSET', 'utf8'); define('DB_COLLATE', '');
Base on this post: https://wordpress.org/support/topic/special-characters-converted-to-question-marks-on-save
Regards,
IsmaelHey!
It seems to work fine on our installation. I’m sorry but you’re using an outdated version of the theme, 2.9.1. Please download the latest version, 3.0.8, from your themeforest account then update the theme via FTP. Please refer to this link for more info: http://kriesi.at/documentation/enfold/updating-your-theme-files/
Best regards,
IsmaelFebruary 10, 2015 at 10:18 pm in reply to: Can't change number of gallery rows on gallery feature #394030Hey!
I’m sorry but I missed the fact that you mentioned you’re using version 3.0.6. Please download 3.0.8 then update the theme. Let us know if it helps.
Cheers!
IsmaelHey!
Again, the slider is working absolutely fine on firefox. Please try to use this plugin, set the it to default settings: https://wordpress.org/plugins/w3-total-cache/
Regards,
IsmaelHey!
I tested the login credentials above but it’s not working. Please check. Captcha is “photo”.
Best regards,
IsmaelHi!
I don’t think you need a sidebar to add some text beside the logo. Please refer to these links for a possible fix:
https://kriesi.at/support/topic/add-image-or-text-at-top-of-homepage-between-top-logo-and-menu-on-right/
https://kriesi.at/support/topic/logo-as-text-instead-of-image/#post-383035Cheers!
Ismael -
AuthorPosts