Forum Replies Created
-
AuthorPosts
-
September 18, 2013 at 3:29 pm in reply to: Retina Images and Fonts in Portfolio Grid – Theme Enfold #162970
Hi Jas,
I tagged Kriesi in this post. As far as i know, he is the only one with retina display device among us.
Regards,
YigitHi,
Can you post the link to your website as well?
In the mean time you can make following changes,
1) Please go to Appearance > Menus and find “Menu Settings” under your menu and uncheck “Enfold Secondary Menu” http://i.imgur.com/qqe5P2C.jpg2) Add following code to Quick CSS in Enfold theme options under Styling to remove search icon and title container and breadcrumbs
#menu-item-search, .title_container { display: none; }
Regards,
YigitSeptember 18, 2013 at 3:01 pm in reply to: Different style for blog archive and actualy blog post? #162944Hi,
Sure, you can create a page, say “Blog Grid” and add Blog Posts element under Content Elements in Advanced Layout Builder. You can choose Grid Layout as Blog Style http://i.imgur.com/s3ZW3ZF.jpg then add this page to your menu
Regards,
YigitHi,
Please add following code to Quick CSS in Enfold theme options under Styling
#top .fullsize .template-blog .big-preview img { width: auto!important; margin: 0 auto!important; }
Regards,
YigitHi,
In “Single Author, Small Preview Pic” option, preview image is displayed on the page and if there is no preview image, then icon is displayed. You can add following code to Quick CSS in Enfold theme options
div.big-preview.single-big { float: left; width: 300px; }
Preview image will be smaller and it will be on the left. You should choose Single Author, Big Preview Pic
Regards,
YigitHi,
How many columns do you use in portfolio grid? And can you post the link to your website?
Regards,
YigitHi,
You can choose “Single Author, Big Preview Pic” as Blog Style in Enfold theme options page under General Settings http://i.imgur.com/adHpvY3.jpg
Regards,
YigitHi,
Sure, you can change default settings in Enfold theme options page http://i.imgur.com/TgkbItJ.jpg
Regards,
YigitHi,
Please add following code to Quick CSS in Enfold theme options under Styling
#top .av_font_icon a:hover { color: white!important; }
If it does not work, please create a temporary admin login and send it to me onRegards,
Yigit- This reply was modified 8 years, 6 months ago by Yigit.
Hi,
I checked your website on Chrome, Firefox and IE 10 on Win7 and slider works fine in all. Which browser are you using?
Regards,
YigitHi Tim,
Can you once again try to install Enfold via FTP? Let us know if issue remains
For a quick guide on installing your theme take a look at this video on installing the Enfold theme via FTP:Regards,
YigitHi Marco,
Glad you found it. Let us know if you have any other questions
Regards,
YigitHello,
Here you go http://i.imgur.com/OVlo9Yl.jpg 2.0.1
And Enfold on ThemeForest http://i.imgur.com/hy6A7Kd.jpg
You can take screenshot upload them on http://imgur.com/ and share the link hereRegards,
YigitSeptember 18, 2013 at 1:04 pm in reply to: Can I increase the space between images in an image list gallery? #162887Hi,
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,
Yigit -
AuthorPosts