Forum Replies Created
-
AuthorPosts
-
Hi!
What do you mean by screen size gets smaller? You can change the container width on Enfold > General Layout > Dimensions > Maximum Container width.
Regards,
IsmaelHi Corina!
Thank you for using Enfold.
Please look for the html entity code of the arrow here: http://text-symbols.com/html/
Change the list style type with this:
ul, ul li { list-style-type: circle; }Refer to this link for the list of available markers: http://www.w3schools.com/cssref/pr_list-style-type.asp
Regarding the post slider, edit the element then look for Preview Image Size. Choose manual thumbnail then select a larger thumbnail size.
Regards,
IsmaelOctober 23, 2014 at 1:42 am in reply to: GravityView (Add-On) for Gravity Forms – Displaying in weird format #339880Hi theballet!
Thank you for using Enfold.
I’m sorry but we don’t provide support for third party plugins. Please use firebug or google chrome inspector to find the correct selectors. Apply the custom css on the Quick CSS field. You can also locate the plugins styling on wp-content > plugins > plugin.folder. The style is usually located on the css folder.
Best regards,
IsmaelHi notjusttravel!
Thank you for using Enfold.
Try this on Quick CSS or custom.css:
li#menu-item-79 ul.sub-menu { left: -150px; }Best regards,
IsmaelOctober 23, 2014 at 1:37 am in reply to: The translation of the theme does not work on my site #339876Hey Alex!
Thank you for using Enfold.
Which language are you trying to use? When you use the codestyling localization plugin, make sure that you edit the Enfold theme or avia_framework text domain.
Regards,
IsmaelHey Wolfgang!
Thank you for using Enfold.
Please add this on Quick CSS or custom.css:
@media only screen and (max-width: 767px) { #top .container .av-masonry-col-flexible .av-masonry-entry { width: 100% !important; } }Cheers!
IsmaelHey!
The login credentials are not working. I tried to login here: http://www.generatorservicing.com/wp-login
Best regards,
IsmaelHi!
The sidebar is for the 404 page is located on 404.php. Find this line of code:
$avia_config['currently_viewing'] = 'page'; get_sidebar();If you want to change the widgets, go to Appearance > Widgets.
Best regards,
IsmaelOctober 23, 2014 at 1:09 am in reply to: List-icons not visible after updating to Enfold 3.0.2 #339867Hey kbreslin!
Thank you for using Enfold.
Please try to deactivate all plugins then test it again. There is a script error on js > shortcodes.js, please get a fresh copy of the file then override the old one.
Regards,
IsmaelHey!
Thank you for the update. Please try to add this on Quick CSS or custom.css:
#top div .no_margin { margin-left: -1px; }Cheers!
IsmaelHi xyzb!
Thank you for using Enfold.
Please refer to this link on how to fix the icons:
http://www.fontsquirrel.com/blog/2010/11/troubleshooting-font-face-problems
http://pastie.org/8390019Best regards,
IsmaelHi jjranson!
Thank you for using Enfold.
I checked the site using Chrome but I don’t see any margin issues. Can you please provide a screenshot? You can use imgur, dropbox, clipular etc.
Cheers!
IsmaelOctober 23, 2014 at 1:00 am in reply to: Include Social Sharing Icons at Bottom of Page Builder Custom Post Type #339860Hi fulanoinc!
Thank you for using Enfold.
Unfortunately, it’s not possible to add the social share using the advance layout builder. Try this on functions.php:
add_filter('avf_template_builder_content', 'avia_add_social_toolbar_template_builder', 10, 1); function avia_add_social_toolbar_template_builder($content = "") { if(is_singular('CUSTOM POST TYPE')){ $content .= avia_social_share_links(array(), false); $content .= '<div style="height:1px; margin-top:50px;" class="hr"></div>'; } return $content; }Cheers!
IsmaelHey!
Thank you for the update. Please try to decrease the horizontal padding from 8px to 6px.
Cheers!
IsmaelHi!
There are two enfold themes. Please remove the other enfold folder. Deactivate the plugins then test it on another browser.
Regards,
IsmaelHi!
Thank you for using Enfold and sorry for the delay.
It’s actually possible except for the parallax effect. Please refer to this link: https://kriesi.at/support/topic/layerslider-zoom-video-to-fill-banner-space/
Just ignore the transition and delay effects.
Cheers!
IsmaelHey!
Please provide a screenshot of what you’re trying to do. You can use imgur, dropbox, clipular etc.
Best regards,
IsmaelHi!
The cdn and tons of plugin installed might be the cause of the issue. Please minimize the use of plugins, remove those that are not really necessary. If possible, try to deactivate cdn temporarily, see if that changes anything.
Best regards,
IsmaelHi satucker!
Thank you for using Enfold.
I haven’t tried this myself but the Events Calendar has a plugin extension called EventBrite Tickets. Enables you to sell tickets with payment options. For further support, please contact the Modern Tribe authors. You can also try this plugin: https://wordpress.org/plugins/booking/
Regards,
IsmaelHi mrshaffly!
Thank you for using Enfold.
Please try to add this on Quick CSS:
.page div .products .product { margin: 0 1% 1% 0; width: 100%; }Best regards,
IsmaelHi GGLNetwork!
Thank you for using Enfold.
Please try to add this on Quick CSS or custom.css to adjust the background size:
.avia-section { background-size: 100%; }Regards,
IsmaelHey!
Thank you for the update.
You can use this:
.avia-menu.av_menu_icon_beside { padding-right: 5px; margin-right: 25px; }Cheers!
IsmaelHey anton123!
Thank you for using Enfold.
Unfortunately, it’s not possible to add multiple background images. You can add a video background though.
Best regards,
IsmaelHi!
Thank you for the screenshot.
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/
Add this on Quick CSS:
@media only screen and (max-width: 989px) and (min-width: 768px) { .responsive .mobile_slide_out .logo img { margin: 0; width: 341px !important; height: 88px !important; } }Cheers!
IsmaelOctober 21, 2014 at 9:53 am in reply to: Adding content after title + breadcrumbs but before page content #338922Hi!
Something like this:
add_filter('ava_after_main_container', 'ava_after_main_container_append', 1); function ava_after_main_container_append() { if(is_home()) { //SOME CODES HERE } }Regards,
IsmaelHi!
@morteza2537: Did you transfer the website to another domain? Note that the layer sliders are saved on the database.Cheers!
IsmaelOctober 21, 2014 at 9:47 am in reply to: When using centered logo layout, huge gap between logo and menu bar #338913Hi!
Thank you for the suggestion. You can vote or request the feature on our Feature Requests page. :)
Best regards,
IsmaelHi danieltjohnston!
Thank you for using Enfold.
We would like to see the actual website. Please post the url here. Maybe a memory limit issue. Please refer to this link on how to increase the wordpress memory limit: http://www.dailyblogging.org/wordpress/increase-wordpress-memory-limit/
Best regards,
IsmaelHi!
Thank you for the link. I checked the site on IE8 Windows 8 and it looks fine. I’m sorry but I don’t have an XP machine to check this and I doubt any of the support team member have it. I supposed they can upgrade IE8 to a later version of the browser.
Cheers!
Ismael -
AuthorPosts
