Forum Replies Created
-
AuthorPosts
-
September 18, 2013 at 1:04 pm in reply to: Can I increase the space between images in an image list gallery? #162887
Hi,
Please try adding following code to Quick CSS in Enfold theme options under Styling
a.portfolio-preview-list-image {margin-bottom: 5px!important; }
Regards,
YigitHi,
You should add following code to Quick CSS
.av_promobox .avia-button { background-image: none; font-size: 13px; font-weight: normal; transition: background 0.5s; -webkit-transition: background 0.5s; } .av_promobox .avia-button:hover { background-color:blue; border-color: #88bbc8; transition: background 0.5s; -webkit-transition: background 0.5s; transition: border-color 0.5s; -webkit-transition: border-color 0.5s; }
Regards,
YigitHi,
Here is the code for button border.
.av_promobox .avia-button:hover { border-color: #88bbc8; }
Regards,
YigitHi,
You are welcome, glad we could help. And thanks for sharing your CSS rules :)
Regards,
YigitHi,
Please add following code for hover state of your promobox buttons
.av_promobox .avia-button:hover { background-color:blue; }
Regards,
YigitHi,
This is the class you should target
#top .main_color textarea { background-color: red; }
Regards,
YigitHi,
Please try adding following code to Quick CSS in Enfold theme options under Styling
.post-meta-infos, h2.post-title { margin-left: 60px; }
Regards,
YigitHi,
Can you post the link to your website as well?
In your WordPress theme directory you should go to Enfold > Framework > Php and open function-set-avia-frontend.php file and find following code in lines between 857-868$output = $wp_query->found_posts ." ". __('search results for:','avia_framework')." ".esc_attr( get_search_query() ); } else { $output = $wp_query->found_posts ." ". __('search result for:','avia_framework')." ".esc_attr( get_search_query() ); } } else { if(!empty($_GET['s'])) { $output = __('Search results for:','avia_framework')." ".esc_attr( get_search_query() );
And change “Search results for:” to Greek
Regards,
YigitHi,
Please add following code to Quick CSS in Enfold theme options under Styling
body { color: #5c5a5c!important; }
Regards,
YigitHi xrisxa2000,
We cannot see an image :) Can you post screenshot using http://imgur.com/ instead?
Regards,
YigitHi Alex,
You can contact LayerSlider’s author using contact form on their CodeCanyon account http://codecanyon.net/user/kreatura#from
Regards,
YigitHi,
You said “there is no logo and no responsive menu”, I checked your website and I saw responsive menu on your website and i could not see your logo. So i gave you the code to display it. You can simply remove it to hide it again.
The newest version of Enfold is version 2.1. Version you use is 2.0.1. Can you once again update your theme with a fresh download from ThemeForest and update it via FTP?
For a quick guide on updating your theme take a look at this video on updating the Enfold theme via FTP: https://vimeo.com/channels/aviathemes/67209750
If issue remains after updating via FTP and deacivating plugins, i will tag rest of the support teamRegards,
YigitHi,
In Advanced Layout Editor you should add Video under Media Elements. Then click on Video element and insert your link in the first line http://i.imgur.com/yQaogff.jpg
Regards,
YigitHi,
You can target background of text inputs with following CSS. Please add it to Quick CSS in Enfold theme options under Styling
#top .main_color input[type='text'] { background-color: red; }
Regards,
YigitHi Jasmine,
You currently have contact form on 1/3 column and slider on 2/3 column. Can you firstly insert them in the same column?
Regards,
YigitHi,
When i inspect the elements on your website i see that logo has display: none style. Please add following code to Quick CSS in Enfold theme options under Styling or to Custom.css file in Enfold > Css folder.
.logo.bg-logo { display: block!important; }
Have you tried updating the theme via FTP and deactivating all plugins and check if issue remains?Regards,
YigitSeptember 17, 2013 at 11:11 pm in reply to: ENFOLD Fix: Replacing Logo for Devices Smaller Than 1280 Pixels Wide #162565September 17, 2013 at 10:55 pm in reply to: Some of the gallery pictures don't show up correctly #162562Hi,
Animation is triggered when thumbnails displayed and since you have 2 big thumbnails, they appear when both of them displayed
Regards,
YigitHi,
It is possible but this customization is more than normal support covers. I could suggest you to hire a freelance developer on http://microlancer.com or http://themeforest.net/forums/thread/so-you-know-how-to-customize-a-template-and-want-to-make-some-money/24795?page=1
Regards,
YigitHi K,
1) Please add following code as well
.main_color .grid-entry-title { text-align: center; }
2) Please see this topic https://kriesi.at/support/topic/featured-image-size-2/
3) It is your Gravatar picture. That is where you need to change it
Regards,
YigitHi,
Can you post us the link from imgur? You can upload screenshots there and post the links in here
Regards,
YigitHi Fabiana,
Please add following code to decrease the font-size and center the icon
.avia-icon-list .iconlist_icon { line-height: 25px!important; font-size: 20px!important; }
Can you post a screenshot showing how you would like to align the text? You can use http://imgur.com/Regards,
YigitHi,
You can add right under following line in Custom.css file
/* General Custom CSS */Regards,
YigitHi Fabiana,
Please add following code to Quick CSS
.avia-icon-list .iconlist_icon { height: 40px!important; width: 40px!important; line-height: 37px!important; margin-left: 12px!important; }
.avia-icon-list .iconlist_content_wrap { text-align: center; }
You should adjust height, width and line-height equally if you would like to increase or decrease icon sizes. Margin-left should be increase if you decrease the sizes of icons and vice versaRegards,
Yigit -
AuthorPosts