Forum Replies Created
-
AuthorPosts
-
Hey fixedopsinsight!
Please add following code to Quick CSS in Enfold theme options
#top .fullsize .template-blog .blog-meta { margin-left: 0; } #top .fullsize .template-blog .post .entry-content-wrapper > * { float: left; }Best regards,
YigitHey Swedfit!
Please connect via FTP and go to wp-content > Plugins and tru removing the plugin manually
Best regards,
YigitHi!
Can you post a screenshot and show how you would like to look? I am not sure if i really understood the issue :/
Cheers!
YigitApril 7, 2014 at 5:30 pm in reply to: Possible to change font using in a Portfolio Grid, for the Category Filtering?? #248301Hey steveinz!
Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as needed
#js_sort_items a { font-size: 16px; }Best regards,
YigitApril 7, 2014 at 5:29 pm in reply to: Blog Headers above and NOT below featured images or videos #248300Hi Justin!
Please refer to Josue’s post here – https://kriesi.at/support/topic/move-featured-image-below-post-title-date-etc/#post-185070
Regards,
YigitHey steveinz!
You can save templates you have created using Avia Layout Builder and load them on other pages http://i.imgur.com/pkv1y7C.jpg
Best regards,
YigitHi!
@hzscheyge Answered your question here – https://kriesi.at/support/topic/error-in-translation-file/Cheers!
YigitHey!
It seems like you have added custom CSS code to Google Analytics field in Enfold theme options and not to Quick CSS field :) Please move the code from Google Analytics to Quick CSS and both issues should be fixed
Regards,
YigitHi!
Please as following code to Quick CSS as well and adjust as needed
.main_color .avia-color-theme-color-subtle { font-size: 15px; }Cheers!
YigitHi!
Please go to Enfold/Js folder and open Avia.js file and find “Smooth scrooling when clicking on anchor links”
P.S.: Your modifications looks awesome!Cheers!
YigitHey!
Following code should do it
.main_color .avia-color-theme-color-subtle { font-family: 'Montserrat', sans-serif; }And no, we are just glad to help. We appreciate your kindness :)
Cheers!
YigitHi boeellis!
Please add following code to Quick CSS in Enfold theme options under Styling tab
@media only screen and (max-width: 1140px) { .av-main-nav > li > a { padding: 0 7px; }}Then go to Enfold theme options > Header > Mobile Menu > Header Mobile Menu activation and choose 990px
Cheers!
YigitHey colingoldberg!
Please add following code to Quick CSS in Enfold theme options under Styling tab
@media only screen and (max-width: 480px) { .responsive .logo a, .responsive .logo img { max-width: 80%; height: auto !important; }}Regards,
YigitApril 7, 2014 at 4:33 pm in reply to: How to change colour in Contact form and subshadow under menu #248266Hi Speakers-Club!
Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as needed
.header_color .avia-menu-fx .avia-arrow, .header_color .avia-menu-fx { background-color: green; border-color: green; }.main_color input[type='submit']:hover { background-color: orange; color: #ffffff; border-color: orange; } .main_color input[type='submit'] { background-color: green; color: #ffffff; border-color: green; }Regards,
YigitHi!
Can you point out one of the posts that needs to be removed from blog page? I am checking but it seems like they are all standard post types in blog
Regards,
YigitHi!
You should choose subtle color in button options to see the changes
.main_color .avia-color-theme-color-subtle { background-color: transparent; color: black; border-color: black; } .main_color .avia-color-theme-color-subtle:hover { background-color: black; color: white; border-color: black; }Regards,
YigitHey sspag!
Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as needed
#header_main:hover { background: red; -webkit-transition: background 0.5s ease-in-out; -moz-transition: background 0.5s ease-in-out; transition: background 0.5s ease-in-out; }Best regards,
YigitHi!
You can simply add the code Peter provided to functions.php file below following line
global $avia_config;as following
add_filter( 'avf_google_heading_font', 'avia_add_heading_font'); function avia_add_heading_font($fonts) { $fonts['Arimo'] = 'Arimo:400,700,400italic,700italic&subset=latin,latin-ext'; return $fonts; } add_filter( 'avf_google_content_font', 'avia_add_content_font'); function avia_add_content_font($fonts) { $fonts['Arimo'] = 'Arimo:400,700,400italic,700italic&subset=latin,latin-ext'; return $fonts; }Best regards,
YigitHi!
Can you show which read more buttons on your website? I could not find it. Also, how you would like to customize it?
Best regards,
YigitApril 7, 2014 at 3:50 pm in reply to: Image cannot be loaded. Make sure the path is correct and image exist. #248247Hey CXCS9!
Can you post the link to your website and point out the elements so we can take a look?
Best regards,
YigitHey Holger!
Please go to Appearance > Editor and open Search.php file and fix it manually. Typo was fixed already in newer versions of the theme
Regards,
YigitHey Richard!
Please try adding following code to Quick CSS
.avia_desktop.csstransforms3d .av-masonry-image-container { background-image: none!important\9; } .av-fixed-size .av-masonry-image-container img { display: block\9; }Cheers!
YigitHi!
Please change the code to following one
#top div .widget_shopping_cart .button { width: 47%; float: left; margin-right: 6px; }Best regards,
YigitHey!
It was weekend, sorry :) Glad you fixed it! Let us know if you have any other questions or issues
Cheers!
YigitHi t3lgroup!
Please add following code to Quick CSS
.post-meta-infos, .ajax_search_excerpt, .news-time { display: none !important; }Cheers!
YigitHey kathrynmichaud!
Please add following code to Quick CSS in Enfold theme options under Styling tab
#top div .widget_shopping_cart .button { width: 51%; float: left; margin-bottom: 10px; }Best regards,
YigitHi DMuzzy!
Actually there is a search function https://kriesi.at/support/?bbp_search=
You can see on the main nav and on top of forumsBest regards,
YigitHey!
You can use following code in Quick CSS field to change them
.av-main-nav > li > a { font-family: 'Open Sans', sans-serif; } body { font-family: 'Open Sans', sans-serif; }It seems like you have already changed it – http://i.imgur.com/5nCrPy3.png
Please flush browser cache and refresh your page a few times if you cannot see the changes
Regards,
YigitHi!
Please try following code instead
#footer .av_font_icon { opacity: 1 !important; -moz-transform: scale(1) !important; -webkit-transform: scale(1) !important; -ms-transform: scale(1) !important; transform: scale(1) !important; }Best regards,
YigitHi!
Kriesi created buttons using CSS but it seems like you have added images as buttons. You can try adding following code to Quick CSS
#layerslider_66 > div.ls-inner > div.ls-slide.ls-animating > a:nth-child(5) > img:hover, #layerslider_66 > div.ls-inner > div.ls-slide.ls-animating > a:nth-child(6) > img:hover { background-color: red!important; border-radius: 10px; }Cheers!
Yigit -
AuthorPosts
