Forum Replies Created
-
AuthorPosts
-
Hi!
You are welcome, glad we could help! Let us know if you have any other questions or issues
Best regards,
YigitHi effectandaffect!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.template-blog .post .entry-content-wrapper { clear: left; }then add this code to Functions.php file in Appearance > Editor
function add_custom_script(){ ?> <script> jQuery(window).load(function(){ jQuery(".single-post .avia-breadcrumbs").appendTo(".single-post .big-preview.single-big"); }); </script> <?php } add_action('wp_footer', 'add_custom_script');Best regards,
YigitHi kimogroup!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (min-width: 1140px) { .responsive .container { width: 1030px!important; }}Best regards,
YigitHi!
Can you post the link to your page where you have icon box element? Have you flushed browser cache after applying the code? If not, please do so, it may be a caching issue
Cheers!
YigitHey!
Please add following code to Quick CSS as well
@media only screen and (max-width: 767px) { .responsive #header_meta .sub_menu>ul>li { padding: 0; } .responsive #header .sub_menu, .responsive #header_meta .sub_menu>ul { float: left; }}Regards,
YigitHey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
nav.main_menu { background-color: rgba(0,0,0,0.2); border-radius: 10px; } .header-scrolled nav.main_menu { background-color: transparent; }Best regards,
YigitJune 18, 2014 at 1:26 pm in reply to: My Portfolio links are all wrong.. Can anyone help me out? #280528Hi!
Now you can activate them one by one to find the culprit :)
You are welcome, glad we could help!Cheers!
YigitHi!
Please add following code to Quick CSS as well
.main_color.iconbox_top .iconbox_icon { background-color: red; color; green; border-color: purple; } .alternate_color.iconbox_top .iconbox_icon { background-color: yellow; color; blue; border-color: red; } .iconbox_top .iconbox_icon { font-size: 24px; }Regards,
YigitJune 18, 2014 at 1:21 pm in reply to: My Portfolio links are all wrong.. Can anyone help me out? #280524Hi depthofeel!
Please try deactivating all active plugins and check if that helps
Best regards,
YigitHey!
Please try the code as following
.custom-class li.avia-heading-row { background-color: red!important; }Best regards,
YigitHey siimr!
Please try deactivating all active plugins and check if that helps. If not, we may need a temporary admin login
Cheers!
YigitHey cholo!
You can use media queries as following
@media only screen and (max-width: 1024px) and (min-width: 768px) { /* your custom CSS code goes here */ }Best regards,
YigitHi absurdity69!
Please try adding following code to Quick CSS as well
.widgettitle { text-align: center !important; }Please flush browser cache after applying the code. If that does not work, we may need a temporary admin login to take a look :)
Cheers!
YigitHi tiagofmano!
Please edit your element and make sure that you chose to display “Cursos Vocacionais” category as well – http://i.imgur.com/NKemIRT.png
Cheers!
YigitHi irfan_arif!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
.av_promobox { margin: 10px 0; }Cheers!
YigitHi!
This seems like an old tutorial but should give you an idea – http://www.mediacollege.com/adobe/photoshop/transparent/background.html
Please contact your logo designer, they should be able to make it transparent in few minutes :)Best regards,
YigitHey!
@novamaris You can go to Enfold forum and scroll down to start a new topic – https://kriesi.at/support/forum/enfold/#new-topic-0Regards,
YigitHi!
We sometimes go beyond the scope of support we provide but your request is can be done by a freelance developer or a plugin as it is not that easy to pull off. Sorry about that and thank you for your understanding!
Let us know if there is anything else we can help you with :)Best regards,
YigitJune 18, 2014 at 12:30 pm in reply to: How to remove Homepage from leading the breadcrumb trail #280500Hi pageladder!
Please add following code to Functions.php file in Appearance > Editor
add_filter('avia_breadcrumbs_args', 'avia_change_home_breadcrumb', 10, 1); function avia_change_home_breadcrumb($args){ $args['show_home'] = false; return $args; }Regards,
YigitHey Effektid!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
.alternate_color .avia-icon-list .iconlist_icon { background-color: red; } .main_color .avia-icon-list .iconlist_icon { background-color: orange; }Best regards,
YigitHi Gurify!
Have you tried adding the code to Code Block element? Can you post the link to your website?
Cheers!
YigitJune 18, 2014 at 12:24 pm in reply to: Changing the Styling via Enfold Theme Options in backend does not work #280494Hey Autaak!
Please flush browser cache and refresh your page a few times after applying.
P.S.: Login credentials do not work for meRegards,
YigitHey!
Please update Enfold to the latest version 2.8.1 via FTP – http://vimeo.com/67209750
and Code Block element should show upRegards,
YigitJune 18, 2014 at 12:21 pm in reply to: Just dates instead of dates & time displayed for each comment #280492Hi!
Please go to Appearance > Editor and open Loop-comments.php file and find
<?php printf(__('%1$s at %2$s','avia_framework'), get_comment_date(), get_comment_time()) ?>and change it to
<?php printf(__('%1$s','avia_framework'), get_comment_date()) ?>Regards,
Yigit-
This reply was modified 11 years, 10 months ago by
Yigit.
Hi curmi01!
Please edit your logo image and make the background transparent. Currently you have white background, it is probably what you are seeing
Best regards,
YigitJune 18, 2014 at 12:00 pm in reply to: Just dates instead of dates & time displayed for each comment #280478 -
This reply was modified 11 years, 10 months ago by
-
AuthorPosts
