Forum Replies Created
-
AuthorPosts
-
Hey vaiestro!
Please try using this plugin – http://wordpress.org/plugins/taxonomy-terms-order/
Cheers!
YigitHey Superbobrik!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#searchform, li#menu-item-search { display: none; } .logged-in #searchform, .logged-in li#menu-item-search { display: block; }Best regards,
YigitHi codecreative!
You are currently using an older version of the theme. Can you please firstly update Enfold to the latest version 2.8.1 via FTP – http://vimeo.com/67209750
please make sure that WooCommerce is up-to-date as wellBest regards,
YigitHi jfmozo!
You can simply click on “Insert More Tag” to add read more button to your blog posts http://i.imgur.com/4RmtaLS.jpg
Cheers!
YigitHey charl1288xixsmile!
Please make sure that wp-content>uploads folder has correct permissions ( 755 )
Regards,
YigitJune 19, 2014 at 5:33 pm in reply to: Chinese character / Icons werden nicht korrekt angezeigt #281274Hi!
Great! Icons look fine on my end as well – http://i.imgur.com/WqmtpUr.png :)
Let us know if you have any other questions or issuesCheers!
YigitHi Munford!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#after_section_2 .avia-button-wrap { width: 100%; }Do you have a social button added in Enfold theme options on your website?
Regards,
YigitJune 19, 2014 at 5:27 pm in reply to: Chinese character / Icons werden nicht korrekt angezeigt #281271Hi eOPuS!
Can you post the link to your website?
Please also try the fixes suggested here – http://www.fontsquirrel.com/blog/2010/11/troubleshooting-font-face-problemsCheers!
YigitHi!
No it is the functions.php file inside Enfold folder ( or enfold-child folder if you are using child theme ). You can edit the file in Appearance > Editor
Cheers!
YigitHey Jonas!
Can you post the link to your website so we can see the issue?
Cheers!
YigitHey infobahncreative!
Please try re-updating config-layerslider folder inside Enfold folder via FTP – http://vimeo.com/67209750
Cheers!
YigitHey!
I have updated the code i posted previously. Since you add the codes to your child theme, changes will remain the same when you update the parent theme
Best regards,
YigitHi WBCSD!
Can you post the link to your website point out to element where we can see an example?
Regards,
YigitHi Easy123!
Please see – http://kriesi.at/documentation/enfold/remove-post-navigation-for-a-post-type/
and refer to Peter’s post here – https://kriesi.at/support/topic/portfolio-link-arrows/#post-245040
Best regards,
YigitHey!
Please try following code as a starting point
h3.av-masonry-entry-title.entry-title:after { content: '+'; position: relative; top: 100px; left: 10px; width: 100%; font-size: 90px; font-weight: normal; }You can change + sign with url to your icon.
Best regards,
YigitHey getHopeGlobal!
Please change following custom CSS code
.custom_content { position: absolute; top: 0; right: 0; }to this
.custom_content { position: absolute; top: -100px; right: 0; }We simply change top value here
Best regards,
YigitHey!
Please add following code to Quick CSS as well
@media only screen and (max-width: 480px) { .template-blog .blog-meta { width: 20%; } .main_color .small-preview { background: transparent; }}Cheers!
YigitHi jjma!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
div.container.template-blog:before { content: 'your text goes here!'; }Cheers!
YigitHey!
Please see – http://www.vsysad.com/2012/10/wordpress-theme-update-fails/
Glad you have successfully updated the theme! Let us know if you have any other questions or issuesBest regards,
YigitHey!
Please go to Enfold/Includes folder and open loop-index.php file and find
echo '<span class="blog-author minor-meta">'.__('by','avia_framework')." ";and change it to
echo '<span class="blog-author minor-meta">';Regards,
YigitHi!
Please place your content inside a Color Section element and give that color section an unique id “medability” on that page and it should work fine
Regards,
YigitHey!
Please add following code to Quick CSS as well
@media only screen and (max-width: 480px) { .template-blog .blog-meta { margin-right: 15px; }}Cheers!
YigitHey Lewis!
Please try adding following code to Quick CSS in Enfold theme options under General Styling tab
#mobile-advanced, #mobile-advanced * { -webkit-perspective: none!important; }Best regards,
YigitHey!
Please add following code to Quick CSS as well
.avia-shadow { box-shadow: none!important; }Cheers!
YigitHey!
Please add following code to Functions.php file in Appearance > Editor
function add_custom_script(){ ?> <script> jQuery(window).load(function(){ jQuery('div').hasClass('avia-section').removeClass('socket_color'); }); </script> <?php } add_action('wp_footer', 'add_custom_script');and add following code to Quick CSS
div#av_section_3, #av_section_7 { background: white; }Cheers!
Yigit-
This reply was modified 10 years, 10 months ago by
Yigit.
-
This reply was modified 10 years, 10 months ago by
-
AuthorPosts
