Forum Replies Created
-
AuthorPosts
-
Hi,
In your WordPress theme directory please go to Enfold > Framework > Php and open function-set-avia-frontend.php file and find following code in line 441
http://i.imgur.com/u6cN03U.jpg
and change it to following line if you would like to open in the same window
http://i.imgur.com/SXptxpe.jpg
and if you would like to open link in new window add
http://i.imgur.com/LucMxOY.jpg
You only should change Kriesi.at to http:// somethingdifferent. comRegards,
Yigit- This reply was modified 10 years, 12 months ago by Yigit.
Hi,
You can add Advanced layer slider element under Media Elements in Avia Layout Builder. But it should be on top of the page if you are using sidebar or sidebar will not display any content.
Regards,
YigitHi,
Slider images cannot be found. http://i.imgur.com/wVvXVc4.jpg
Can you please try deleting them and uploading once again?Regards,
YigitHi,
Yes, it is. Please add following code to Quick CSS and adjust it
.sub_menu>ul>li>a { color: red!important; font-family:"Times New Roman",Georgia,Serif; }
For custom fonts, please see this topic https://kriesi.at/support/topic/new-custom-font/
Regards,
YigitHi,
Glad you figured it out and Josue and Ismael could help. Let us know if you have any other questions
Regards,
YigitSeptember 18, 2013 at 3:29 pm in reply to: Retina Images and Fonts in Portfolio Grid – Theme Enfold #162970Hi 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, 3 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,
Yigit -
AuthorPosts