Forum Replies Created
-
AuthorPosts
-
Hi FRANXIZKO!
Thank you for the link but it’s not loading on my end. Can you please post a screenshot? Based on the information that you have given on your post, it looks like this kind of navigation will require a lot of modifications. You might need to find a plugin or hire a freelance developer to add the feature for you. Please visit Werkpress for further customization.
If you have any further questions about the theme, we are more than happy to provide you with assistance on these inquiries. Thank you for your understanding.
Best regards,
IsmaelApril 26, 2014 at 12:44 pm in reply to: Fullscreen Background, transparent Main Content / Sidebar #256559Hi!
Thank you for the link.
I checked the website and the icon boxes are transparent. Please use this for the icon list and the textblock.
div#after_section_1 .container ul.avia-icon-list.avia-icon-list-left.avia_animate_when_almost_visible.avia_start_animation, div#after_section_1 .container section.av_textblock_section { background: rgba(255,255,255,.8); padding: 10px; }Best regards,
IsmaelHi!
Thank you for the update.
Unfortunately, it is not possible with the default contact form . You can use the Contact Form 7 plugin.
Regards,
IsmaelApril 26, 2014 at 12:30 pm in reply to: Replace toggle icon with another entypo-fontello font OR use a png #256551Hi!
Thank you for using the support forum!
You can change the mobile icon character code on functions.php. Look for the mobile char codes for example on line 223:
'mobile_menu' => array( 'font' =>'entypo-fontello', 'icon' => 'ue8a5'),Create a page then insert an Icon element, find the character codes by hovering over the icons:

We’ll use the char code on the example above but we’ll remove the backslash.
'mobile_menu' => array( 'font' =>'entypo-fontello', 'icon' => 'ue809'),I hope that helps.
Cheers!
IsmaelHey!
Glad it works.
Have you tried adding the layer slider shortcode inside a Color Section? Add an ID, edit the section then look for the “For Developers: Section ID”. Let’s use the id layer-slider-section for example. Add this on Quick CSS or custom.css to force the color section’s container to full width:
#layer-slider-section .container { width: 100%; }Inside the color section, add a text block with the layer slider shortcode inside.
Regards,
IsmaelApril 26, 2014 at 11:54 am in reply to: Google Chrome: All Slider Content In Sections Get Chopped Off (Intermittently) #256540Hey Frank!
Thank you for using the theme!
Do you mind if we take a look at the page with the issue? Please post the website url here. We would like to inspect it.
Cheers!
IsmaelHey!
Thank you for the update.
Please make sure that you choose the second option on Header Mobile Menu activation. If that doesn’t work, please use this on Quick CSS or custom.css:
@media only screen and (max-width: 989px) and (min-width: 768px) { .responsive .main_menu ul:first-child > li > a { padding: 0 7px; } .av-main-nav > li > a { font-size: 11px; } }Regards,
IsmaelApril 26, 2014 at 11:45 am in reply to: SSL/https issue: Pages Containing Tabs break, the dynamic content is then hidden #256533Hi!
Thank you for using the theme!
I checked the website but I don’t see any tabs and the home page looks great. Did you remove it? https://goldensurrogacy.info/
Another thing is, you’re using a very old version of the theme, 2.4.2. Please download the latest version 2.7 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/
Cheers!
IsmaelHey!
@chzumbrunnen: Thanks for helping out. Did it work for you?
@discosourcedjs: Sorry for the missing info. Yes, you have to place it on functions.php. Please let us know if it works.Cheers!
IsmaelHi!
Thank you for the link.
I tried to check the website but it’s not loading on my end. I’ll ask Josue to check this again. Please wait for his response.
Regards,
IsmaelApril 26, 2014 at 11:37 am in reply to: Link Content Element 'Icon' to Layout Element 'Color Section' #256526Hi!
Thank you for the link.
Please add this on Quick CSS or custom.css:
.content, .sidebar { padding-top: 10px; padding-bottom: 20px; }Cheers!
IsmaelHey!
Thank you for visiting the support forum!
Do you have the latest version of Enfold? Please add this on Quick CSS or custom.css:
@media only screen and (min-width: 1140px) { .responsive .container .nine.units { width: 730px; } }Regards,
IsmaelHey!
Thank you for the update.
Please add this on Quick CSS or custom.css:
#top .avia-content-slider, #top .avia-content-slider-inner, #top .avia-content-slider-inner .slide-entry-wrap { -webkit-transform-style: flat; }Cheers!
IsmaelApril 26, 2014 at 11:28 am in reply to: Title attrib in submenu not available option in mega menu #256521Hey!
Thank you for the update.
It does work on our end. Please try to remove browser cache then reload the page a few times. If you have any cache plugin, please empty the cache. Add !important on the css value.
add_action('admin_print_scripts', 'avia_gravity_forms_admin'); function avia_gravity_forms_admin() { echo "<style type='text/css'>"; echo " .avia_mega_active.menu-item-depth-2 .description-title, .avia_mega_active.menu-item-depth-3 .description-title{ display: block !important; }"; echo "</style>"; }Cheers!
IsmaelHi!
Thank you for the info.
That is weird. Do you mind if we take a look at it? Please deactivate all plugins then post the login details here as a private reply. Please make sure that you’re running the latest version of the theme which is version 2.7.
Cheers!
IsmaelHey!
Thank you for the info.
Please edit functions.php, find this code on line 110:
$avia_config['imgSize']['entry_with_sidebar'] = array('width'=>710, 'height'=>270); // big images for blog and page entriesReplace it with:
$avia_config['imgSize']['entry_with_sidebar'] = array('width'=>710, 'height'=>400, 'crop'=>false); // big images for blog and page entriesUpload the image again or regenerate the thumbnails using this plugin: http://wordpress.org/plugins/regenerate-thumbnails/
Regards,
IsmaelHi!
Thank you for the update!
Please make sure that you’re running Enfold 2.7. There’s a workaround posted by another user, please try it. Refer to this link: https://kriesi.at/support/topic/blog-pagination-6/
Regards,
IsmaelHey Andrew!
Thank you for using the theme!
You can add widgets for the single product page on Appearance > Widgets > Single Product Page widget area. Make sure that the Enfold > Sidebar Layout > Sidebar on Single Post Pages is enabled.
Regards,
IsmaelHi!
Thank you for the update.
Are you trying to remove the images or avatar on the comments or feed area? I don’t understand the language so I’m not sure what it is. Please try this on Quick CSS or custom.css:
.groups img.avatar { display: none; }Cheers!
IsmaelApril 26, 2014 at 9:40 am in reply to: Since the update, Layer Slider cannot be edited at all #256502Hey!
@Webtechyartist: Glad it is working now. Please let us know what plugin cause the issue.
@brad86: Can you please deactivate all plugins first? We’ll test it again after. Please go to wp-content/plugins folder then delete or rename unused plugins. I created a new layer on your slider without any problem. Look for Layer#11. http://www.dancemania.uk.com/wp-admin/admin.php?page=layerslider&action=edit&id=6Regards,
IsmaelHey!
Thank you for the screenshot. I’m sorry if I confused you with my previous post, we won’t be able to give you a proper solution if we can’t see the actual website. Please post the website URL here. We need to inspect the images in order to provide a proper solution.
Cheers!
IsmaelHey graficult!
Thank you for using the theme!
Please utilize the Widget Area element on Advance Layout Builder. Set the page layout to have “No Sidebar”. Add 3/4 and 1/4 column respectively, insert the content on the 3/4 column and the Widget Area element on the 1/4 column.
Cheers!
IsmaelApril 26, 2014 at 9:20 am in reply to: Insert html table without applying default styles theme #256495Hey Juan-Jose!
Thank you for visiting the support forum!
You can find the table css on css > shortcodes.css. You have the option to modify them or remove them if you want but you’ll not be able to use the Table shortcode properly. Edit the file then look for this section:
====================================================================================================================================================== Table ====================================================================================================================================================== */Regards,
IsmaelApril 26, 2014 at 9:13 am in reply to: Vertically align icon box next to easy slider (STOPPED WORKING AFTER UPDATE) #256494Hey!
Thank you for the update.
On the child theme’s avia.js, did you add the modifications Josue suggested? https://gist.github.com/josueochoa/ae8214df978403dfad04
This goes at the end of avia.js:
jQuery.fn.heightCalc = function(dir){ this.each(function(){ if (dir == "prev"){ jQuery(this).css("height", jQuery(this).prev().height()); }else{ jQuery(this).css("height", jQuery(this).next().height()); } }); return this; } jQuery(window).bind('load resize',function() { jQuery(".custom_list_r").parent().heightCalc("prev"); jQuery(".custom_list_l").parent().heightCalc("next"); });Regards,
IsmaelHey!
Thank you for the info.
I checked the website but I can only see one page, the rest are drafts. Please edit the pages then publish them. We’ll be happy to assist you with creating the menu when the pages are available. We really suggest that you hire someone to help you with this.
Cheers!
IsmaelHi kikidesoibs!
Thank you for using the theme.
First of all, you’re using an old version of the theme. Please download the latest version 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/
I checked both links but I don’t see any difference between the two. Please try to update the theme then regenerate both version of enfold.css.
Nice website. :)
Best regards,
IsmaelApril 26, 2014 at 8:57 am in reply to: Layer slider Not showing text and custom css not responding #256489Hi Steven!
Thank you for the info.
We would like to see the actual website but it’s under maintenance mode. Do you have a minify plugin? The custom.css won’t work if you add the transfer the css codes while the plugin is running. Regarding the slider, are you running the layer slider as a stand alone plugin?
Best regards,
IsmaelHi David!
I think this is original thread: https://kriesi.at/support/topic/icons-and-ipad/#post-250413
I also thought that this is fixed and I’m not really sure if the update really fix the issue. I’ll forward this thread to Kriesi. Feel free to jump in. Thanks!
Cheers!
IsmaelHey abhijitathavale!
Thank you for visiting the support forum!
Looks like you deactivated the transparent header. Please add this on Quick CSS or custom.css to remove the bottom border:
#header_main { border-bottom: none; }Cheers!
IsmaelApril 25, 2014 at 3:26 pm in reply to: full widht with royalslider in enfold like layerslider #256136Hi!
Thank you for using the theme!
Please refer to this link: https://kriesi.at/support/topic/create-new-template-2/#post-256134
If this is the same topic, please refrain from creating duplicated posts. Thanks!
Cheers!
Ismael -
AuthorPosts
