Forum Replies Created
-
AuthorPosts
-
April 30, 2014 at 2:37 pm in reply to: Warenkorb-Buttons in der Sidebar im Enfold Theme nebeneinander #258274
Hi mexi33330!
Thank you for using the theme!
Do you mind if we take a look at the actual page with the shopping cart widget? We would like to check it.
Regards,
IsmaelHey!
Thank you for the update.
Yes, you can insert the code at the very bottom of functions.php. It should work just fine.
Cheers!
IsmaelHey!
Thank you for the update.
Please add this at the very bottom of Quick CSS or custom.css to alternate the color and background:
#top #wrap_all .av-social-link-rss a{color:#fff; background-color:#ffa133; } #top #wrap_all .av-social-link-facebook a{color:#fff; background-color:#37589b; } #top #wrap_all .av-social-link-twitter a{color:#fff; background-color:#46d4fe; } #top #wrap_all .av-social-link-mail a{color:#fff; background-color:#9fae37; } #top #wrap_all .av-social-link-dribbble a{color:#fff; background-color:#e44885; } #top #wrap_all .av-social-link-linkedin a{color:#fff; background-color:#419cca; } #top #wrap_all .av-social-link-search a{color:#fff; background-color:#222222; } #top #wrap_all .av-social-link-gplus a{color:#fff; background-color:#de5a49; } #top #wrap_all .av-social-link-behance a{color:#fff; background-color:#008cfa; } #top #wrap_all .av-social-link-flickr a{color:#fff; background-color:#ff0086; } #top #wrap_all .av-social-link-forrst a{color:#fff; background-color:#234317; } #top #wrap_all .av-social-link-myspace a{color:#fff; background-color:#000000; } #top #wrap_all .av-social-link-tumblr a{color:#fff; background-color:#345574; } #top #wrap_all .av-social-link-vimeo a{color:#fff; background-color:#31baff; } #top #wrap_all .av-social-link-youtube a{color:#fff; background-color:#a72b1d; } #top #wrap_all .av-social-link-pinterest a{color:#fff; background-color:#cb2027; } #top #wrap_all .av-social-link-skype a{color:#fff; background-color:#12a5f4; } #top #wrap_all .av-social-link-instagram a{color:#fff; background-color:#a67658; } #top #wrap_all .av-social-link-five_100_px a{color:#fff; background-color:#222222; } #top #wrap_all .av-social-link-soundcloud a{color:#fff; background-color:#F76700; } #top #wrap_all .av-social-link-xing a{color:#fff; background-color:#006567; } #top #wrap_all .av-social-link-vk a{color:#fff; background-color:#597BA5; } #top #wrap_all .av-social-link-reddit a{color:#fff; background-color:#FF4500; } #top #wrap_all .social_bookmarks li:hover a { background-color: transparent; color: #fff; }Best regards,
IsmaelHi!
Thank you for the update.
Please use this at the very bottom of Quick CSS or custom.css:
.iconbox_content_title, body .av-special-heading .av-special-heading-tag { font-family: “Trebuchet MS”, “Lucida Grande”, “Lucida Sans Unicode”, “Lucida Sans”, Tahoma, sans-serif !important; }Make sure that you didn’t add it inside any media query.
Best regards,
IsmaelHi erwin_m!
Thank you for using the theme!
I’m sorry if I don’t understand it clearly, do you want to remove the hover effect? Maybe, if we can see the actual page with the widget link, we’ll come up with a solution. Please post the website url here. We would like to check it.
Best regards,
IsmaelHey Edna!
Thank you for using the theme!
I’m sorry but as far as I know, Kriesi disabled the layer slider skins. You can enable the thumbnail navigation on Slider Settings > Thumbnail Navigation > Appearance > Thumbnail navigation then add the picture of the member for each slide. You can then create different slides with the team member picture and description.
Regards,
IsmaelHey!
Please let us know how it turns out. The update will surely fix a lot of things on your end.
Best regards,
IsmaelApril 30, 2014 at 3:47 am in reply to: Mobile Menu only fits in size of page, not length of menu. #258089Hi mrgreenwaters!
Thank you for using the theme!
I checked the mobile menu on Enfold demo and all the pages are included there. You need to scroll down in order to view all the pages below the screen.
Regards,
IsmaelHey richardruddle!
Thank you for using the theme!
You can add this on Quick CSS or custom.css to adjust the top margin of the icon box:
#top .iconbox_top { margin-top: 50px; }It is possible to add a unique css selector for any avia elements. You need to enable the custom_css support. Edit functions.php, find this code on line 16:
if(isset($avia_config['use_child_theme_functions_only'])) return;Below, add this code:
add_theme_support('avia_template_builder_custom_css');Edit any avia elements like the IMAGE element then scroll below. Add a unique css selector on “Custom Css Class” field. For example, add “awesome-image”.
You can add something like this on your custom.css or Quick CSS:
.avia_image.awesome-image { width: 210px; }Regards,
IsmaelHey!
Do you have WP 3.9? If we’re not mistaken the plugin is not updated to work with WP 3.9 TinyMCE upgrade. Regretfully, we cannot provide support for third party plugins or scripts as stated on our support policy due to the fact that there is simply no way to account for all of the potential variables at play when using another developer’s plugin or script. Because of this, any questions you have regarding setup, integration, or troubleshooting any piece of functionality that is not included on the theme package will need to be directed to the plugin author.
Thank you for your understanding.
Regards,
IsmaelHey!
Thank you for visiting the support forum and the link.
Is this still happening on your end? Please try to download the wordpress core files again then override your installation. Deactivate all plugins then test it on another browser or computer. I’m sorry but we’re not certain of the issue and maybe it has something to do with your host configuration of the server. Please try to contact them, maybe they can share more insights on the problem.
Anyway, I checked the layer slider on Firefox Windows 8 and it looks good.
Regards,
IsmaelHey!
Thank you for the link.
Please add this on Quick CSS or custom.css:
@media only screen and (max-width: 767px) { .responsive.html_header_top.html_logo_center .logo { position: absolute; -webkit-transform: translate(-50%, 0); -moz-transform: translate(-50%,, 0); -ms-transform: translate(-50%, 0); transform: translate(-50%, 0); left: 50%; } .av_header_transparency #advanced_menu_toggle { top: 50px; } }I hope that helps.
Regards,
IsmaelHi!
Kriesi is aware of this problem and I’m sure this has been taken care of on the version 2.7. 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/
Cheers!
IsmaelHey bpnorth!
Thank you for using the theme!
Please try to add this code to fix the IE rendering:
.header_color .header_bg, div#header_main, #header_meta { background: #ffffff; }I’m not so sure yet about the second issue but 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/
Best regards,
IsmaelHey Tim!
Thank you for using the theme and the kind words!
Looks like the form plugin that you’re using is not responsive. Please try to add this on Quick CSS or custom.css:
@media only screen and (max-width: 979px) { div.library_entry { width: 140px; } }Add another media query for smaller screens if you’re still having the same issue.
Best regards,
IsmaelHey uychkinnear!
Thank you for using the theme!
I checked the website but I don’t see any layer slider there. I saw an image with the word “Accredited Courses” though. You can change the font on the layer slider on the layers’ Styles panel. Look for the Font > Family field.
Best regards,
IsmaelHi paic!
Thank you for using the theme!
Have you tried this solution? http://www.fontsquirrel.com/blog/2010/11/troubleshooting-font-face-problems
On what browser and OS are you testing this with? The issue might fix itself once the site is live.
Cheers!
IsmaelHi Ignazio!
Thank you for using the theme!
You can disable the nested subpages on Enfold > Sidebar Layout > Page Sidebar navigation. Disable the option.
Cheers!
IsmaelHi!
Thank you for using the theme.
You can add this on Quick CSS or custom.css:
.single-product form.cart { display: none; }Best regards,
IsmaelHi!
I’m not sure why the code doesn’t work for you but do you mind if we ask why you need an id to the button? Maybe knowing why you need it can give us a better understanding on how to approach the problem. You can actually edit the config-templatebuilder > avia-shortcodes > slideshow.php and look for the button code on line 792:
$button_html .= "<a href='{$link}' {$blank} class='avia-slideshow-button avia-button avia-color-{$button_color} {$button_count}' data-duration='800' data-easing='easeInOutQuad'>";You can add the id there but every button generated on the full screen slider will have the same id which might cause some conflict.
Regards,
IsmaelHey Ivana!
Thank you for using the theme.
Looks like it is happening randomly. I tested it on Chrome, load the website and 1 out 5 refresh the issue appear. Please try to optimize the website, see if it helps. Usually minimizing the image sizes and number of plugins that you install will greatly improve the performance. These are the things that you can do to optimize the website speed and page load courtesy of the wordpress community:
1. Optimize all images with AI/Photoshop before uploading to server ‘save as web safe’ jpg
2. Once all images are on the website optimize with ewww optimizer plugin twice 1hr 10mins apart.
3. Install wp-smushit run once to remove jpeg extra data, then uninstall.
4. Use BWP minify plugin to minify scripts and stylesheets.
5. Install WP-Super cache, select all recommended settings.
6. Logout your website, visit every page at least once to create super cache files.
7. Join Cloudflare setup your website on their CDN, Choose options: Full CDN Optimisation save then activate purge files. once done log out.
8. Have a cup of coffee.
9. Visit your site after 20 minutes or so.
10. Don’t forget to smile.Best regards,
IsmaelHi hamzahmauzam!
Thank you for using the theme!
Please add this on the child theme’s functions.php:
function ava_css_dashboard() { echo '<style type="text/css"> p.description.description-wide.avia_checkbox.avia_mega_menu {display: none; !important} </style>'; } add_action('admin_head', 'ava_css_dashboard');Regards,
IsmaelApril 29, 2014 at 12:15 pm in reply to: Enfold Page Template crashing – losing content on page #257582Hey Fred!
Please switch your advance layout builder to debug mode. Edit function.php, find this code:
if(isset($avia_config['use_child_theme_functions_only'])) return;Below, add this code:
//set builder mode to debug add_action('avia_builder_mode', "builder_set_debug"); function builder_set_debug() { return "debug"; }You will be able to see the actual shortcode below the builder. Try to copy the shortcodes on another page. Let us know if it works.
Regards,
IsmaelHey!
Thank you for the update.
Please add it at the very bottom of functions.php. Make sure to remove browser and plugin cache. If I am not mistaken, the patch to fix the text block should be out in a few days. Please wait for it.
Cheers!
IsmaelHey Surensuren!
Thank you for using the theme!
Did you update to WP 3.9? Please download the Enfold 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/
Regards,
IsmaelApril 28, 2014 at 12:35 pm in reply to: How to have FIXED Fullscreen Slider (in Parallax page) ? No Color-Section ? #257027Hey Jez!
Thank you for using the theme!
Please add this on Quick CSS or custom.css:
.avia-fullscreen-slider .avia-slideshow-inner { width: 100%; height: 100%; -webkit-transform: translate3d(0px, 0px, 0px) !important; -moz-transform: translate3d(0px, 0px, 0px) !important; -ms-transform: translate3d(0px, 0px, 0px) !important; transform: translate3d(0px, 0px, 0px) !important; }Cheers!
IsmaelHey CloudChoice!
Thank you for using the theme.
Please use this on functions.php to replace the title with the post title:
add_filter('avf_title_args', 'fix_blog_page_title', 10, 2); function fix_blog_page_title($args,$id) { $args['title'] = get_the_title($id); $args['link'] = get_permalink($id); return $args; }Regards,
IsmaelApril 28, 2014 at 12:24 pm in reply to: Post Slider – rearrange elements (date, read more, etc) #257024Hey!
What do you mean by access the Content Elements? Do you want to edit the code? You can find all avia shortcodes on config-templatebuilder > avia-shortcodes folder.
Cheers!
IsmaelHey!
Thank you for the info.
Do you mind posting a screenshot? Please add this on Quick CSS or custom.css:
.avia-android div.av-parallax.avia-full-stretch { transform: translate3d(0, 0, 0) !important; -webkit-transform: translate3d(0,0,0) !important; -ms-transform: translate3d(0,0,0) !important; -moz-transform: translate3d(0,0,0) !important; }Cheers!
IsmaelHey Bodymindlinks!
Thank you for using the theme!
Insert the Testimonial element using the shortcode wand or the Advance Layout Builder then change the Testimonial Style to Grid.
If you have any questions, definitely take some time to review all of the resources in the Theme Documentation as a lot of basic stuff like theme installation, css snippets etc are already available in there with better explanation and awesomeness. Watch some of our Video Tutorials to learn more about the different aspect of the theme. You can also search the forums for queries that has been answered before that might be related to your problem.
If you find that you still have questions after taking the time on our documentations, don’t hesitate to let us know and we will be happy to assist you. If you have any requests or you feel like giving us a warm hug? You can definitely post it on our Feature Requests page. :)
Cheers!
Ismael -
AuthorPosts
