Forum Replies Created
-
AuthorPosts
-
Hi!
Can you please post a screenshot showing the changes you would like to make and also link to your website?
Cheers!
YigitHi!
Please add following code to Quick CSS
.sidebar_left .content { margin-right: 0; }Cheers!
YigitHey!
Please add following code to Quick CSS as well
@media only screen and (max-width: 1140px) { .av-main-nav > li > a > span.avia-menu-text { font-size: 14px; }}Cheers!
YigitHi!
Did de-activating plugins help? If not, please create a temporary admin login post it here privately. Do you mind if we de-activate plugins for testing purposes?
Regards,
YigitOctober 7, 2014 at 4:33 pm in reply to: Font sizes are not working in Special Heading / Full Screen Slider #331728Hi!
Yes. You can use page ID’s to apply the code on certain pages as following
.page-id-13 h2.avia-caption-title { font-size: 40px !important; }Cheers!
YigitHi Ship-ST!
Please add following code to Quick CSS
.avia-menu-text .avia_transform .avia_start_delayed_animation.av_font_icon { -webkit-animation: none!important; -moz-animation: none!important; animation: none!important; opacity: 1!important; -moz-transform: none!important; -webkit-transform: none!important; -ms-transform: none!important; transform: none!important; }Regards,
Yigit-
This reply was modified 11 years, 6 months ago by
Yigit.
Hey fstopusa!
Please add following code to Functions.php in Appearance > Editor and adjust as needed
function custom_text() { echo "<div class='my-custom-text'><a href='http://kriesi.at' target='_blank'>Here goes my text</a></div>"; } add_action('ava_after_main_menu', 'custom_text');Then you can adjust its position using following code in Quick CSS field that is inside Enfold theme options > General Styling tab
.my-custom-text { position: relative; left: 10px; top -10px; }Cheers!
YigitHey!
@robertschaap1963 Can you post the link to your website please? We may need a temporary admin login as wellRegards,
YigitHey originaltours!
Can you post the link to your website please?
Please also see – http://kriesi.at/documentation/enfold/portfolio-item/intro-to-the-advanced-layout-editor/
You can simply edit your page and choose not to display header title and breadcrumbs under Layout Section and use easy slider instead of LayerSlider or Fullwidth easy sliderBest regards,
YigitOctober 7, 2014 at 4:17 pm in reply to: How to make the blog post feature images link to the post instead of lightbox #331711Hi DROR!
How do you set featured images? It should be linked to post itself by default as you can see on demo site – http://kriesi.at/themes/enfold/blog/blog-multi-author/
Cheers!
YigitOctober 7, 2014 at 4:15 pm in reply to: Masonry portfolio images scaled to thumb nail size after update #331710Hi hfbadvertising!
Can you post the link to your website where we can see an example please?
Best regards,
YigitHey DROR!
Please add following code to Quick CSS
.sidebar a { font-size: 12px; }Regards,
YigitHi!
You are welcome, glad we could help :)
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)Best regards,
YigitHey juice-master!
Please edit your page and set header to transparent. For more information please see – http://kriesi.at/documentation/enfold/portfolio-item/intro-to-the-header-configurator/
Regards,
YigitOctober 7, 2014 at 4:11 pm in reply to: Menus inside Avia Layout Builder are not showing correctly #331702Hi bakbek!
Please try de-activating all active plugins and check if that helps. If not, please create a temporary admin login and post it here privately so we can look into it
Regards,
YigitHi bakbek!
Please try de-activating all active plugins and check if that helps. Which browser and OS are you using?
Cheers!
YigitOctober 7, 2014 at 4:09 pm in reply to: Font sizes are not working in Special Heading / Full Screen Slider #331699Hi bakbek!
Please use following code
h2.avia-caption-title { font-size: 40px !important; } .avia-caption-content p { font-size: 24px !important; }Regards,
YigitHi!
Please try following code instead
@media only screen and (max-width: 1140px) { .av-main-nav > li > a { padding: 0 6px; }}You may need to adjust the value.
Have you tried checking your website on an actual tablet?Best regards,
YigitHey!
Please make sure that your products that you would like to display in related products section have the same categories or tags. For more information please see – http://docs.woothemes.com/document/related-products-up-sells-and-cross-sells/
Best regards,
YigitHi Dogmut!
Please see – http://justcreative.com/2013/01/22/how-to-use-custom-fonts-with-font-face-on-wordpress/
or try using this plugin http://wordpress.org/plugins/wp-font-face/Best regards,
YigitHi connect4consulting!
Please turn on custom CSS class for ALB elements ( http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ ) and give your element a custom CSS class and then add following code to Quick CSS
.custom-hr span.hr-inner { background-image: url(https://localhost:8888/enfold/wp-content/themes/enfold/images/layout/logo.png); height: 20px; background-position: 50% 50%; border: none; }Cheers!
YigitHey!
Any custom CSS code you have in Enfold theme options and all the settings are safe. If you have made changes on theme files like, functions.php, header.php, footer.php etc. you will lose them.
If you are making changes on theme files, please use a child theme – http://kriesi.at/documentation/enfold/using-a-child-theme/Best regards,
YigitHi adwordsfriends!
Please add following code to Quick CSS
#top .main_color .av-no-color.av-icon-style-border a.av-icon-char { text-decoration: none!important; }Cheers!
YigitHey Robert!
Please make sure that wp-content/uploads folder has correct permissions ( 755 ) – http://codex.wordpress.org/Changing_File_Permissions
You can also contact your service provider and ask if there is some kind of server side cachingRegards,
YigitHey!
You can add following code to Quick CSS to remove border radius
.avia-post-nav .entry-image img { border-radius: 0; }and this one to remove the image
.avia-post-nav .entry-info span.entry-image { display: none; }Cheers!
YigitHi Gurify!
You can use SearchWP or Relevanssi. For integrations, please see – http://kriesi.at/documentation/enfold/use-searchwp-instead-of-the-standard-search/
and http://kriesi.at/documentation/enfold/use-relevanssi-in-search-instead-of-the-default-search/Best regards,
YigitHey!
Please go to Enfold theme options > Advanced Styling and edit “Main menu links” if you would like to change colors. If you would like to target a specific menu item, you can use Menu item ID. You can right click on Chrome or Firefox to inspect elements to find page ID’s http://i.imgur.com/HyPTCRg.jpg
Best regards,
YigitHey!
You can find them here – http://themeforest.net/item/enfold-responsive-multipurpose-theme/4519990#item-description__changelog
Best regards,
Yigit -
This reply was modified 11 years, 6 months ago by
-
AuthorPosts
