Forum Replies Created
-
AuthorPosts
-
February 11, 2015 at 9:46 am in reply to: ENFOLD SINGLE PRODUCT PAGE- SIDEBAR WILL NOT APPEAR ON THE RIGHT #394164
Hi!
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!
IsmaelHey!
Add this:
.avia-content-slider .slide-entry-wrap { margin-bottom: 10px; }Cheers!
IsmaelHey!
Try to replace the code with this:
.logo a, .logo a img { width: 961px; height: 110px; } .header-scrolled .logo a, .header-scrolled .logo a img { width: auto; height: auto; }Best regards,
IsmaelHi!
Yes, we need someone to translate the theme to Swedish or any other language that we are not familiar with. That is why we created the thread (link above) in the first place. Unfortunately, someone must have taken hold of an old version of the Swedish language then translated it partially. We’ll be careful next time when updating language files. We’re really sorry for the inconvenience.
Best regards,
IsmaelHi!
Edit the H2 Text layer then go to the Attributes panel. Add a unique class attribute (Classes). Use “custom-font” for example. Add this to the Quick CSS field:
@media only screen and (max-width: 1250px) { .custom-font { font-size: 15px !important; }}Best regards,
IsmaelHey!
Please remove the modifications above. Instead of adding the image as background (Slide image & thumbnail), add it as a layer. We created a test slider and page here:
http://chaos2work.com/wp/wp-admin/admin.php?page=layerslider&action=edit&id=6
http://chaos2work.com/wp/test-page/Check the background layer.
Cheers!
IsmaelHi!
Thank you for using Enfold.
1.) Add this to the Quick CSS field:
#socket { position: fixed; bottom: 0; width: 100%; }2.) Use this one to increase the table font size:
.pricing-table>li { font-size: 20px; }3.) The description column tends to drift apart from other table columns so use the Default Columns instead
4.) Create anchor links. Refer to this link: http://kriesi.at/documentation/enfold/add-anchors-to-your-page-for-single-page-navigation/
Regards,
Ismael -
AuthorPosts

