Forum Replies Created
-
AuthorPosts
-
Hey voicepro!
This is the class you should target
.avia-promocontent { font-family: }
Regards,
YigitHi uattah!
Please add following code to Quick CSS
.pricing-table>li { border-bottom: 1px solid; border-top: none; }
Best regards,
YigitHello!
1) You should add Color Section element in Avia Layout Builder and give it an ID http://i.imgur.com/O63UPbJ.jpg in this case “contact”
You can add contact form or anything else you would like to add inside this color section.
Then you should add a Button element and set link to that ID http://i.imgur.com/tzmmNau.jpg in this case #contact
So when button is clicked, it will take you to that ID.
Please edit “Home v7: One Page Portfolio” page that comes with Dummy data. It will help you figure out faster.2) You can choose a Header with Social Icons in Enfold theme options > Header > Header Type
3) You should use a plugin for that
Best regards,
YigitHello mirzepapa!
Please add following code to Quick CSS in Enfold theme options
.responsive div .avia-data-table td { border-top: inherit; border-right: inherit; border-left: inherit; }
then in your WordPress theme directory, go to Enfold > Css folder and open shortcodes.css file and find following code in line 1073
.responsive div .avia-data-table th{display:block; border-top:none; border-right:none; border-left:none; text-align: center;}
and change it to
.responsive div .avia-data-table th{ border-top:none; border-right:none; border-left:none; text-align: center;}
Cheers!
YigitSeptember 27, 2013 at 7:18 pm in reply to: Is it posisble to make a duplicate of an existing page? #167254Hello!
Please add following code to Quick CSS
#top .main_menu .menu > li > a { border: none; }
Best regards,
YigitSeptember 27, 2013 at 7:16 pm in reply to: Is it posisble to make a duplicate of an existing page? #167251Hey uattah!
You can save templates in Avia Layout Builder as shown http://i.imgur.com/GvNAF0M.jpg and load the same way
Regards,
YigitHi Alex!
Glad you figured it out! Let us know if you have any other questions or issues
Regards,
YigitSeptember 27, 2013 at 6:11 pm in reply to: Remove link in titles of blog posts when displayed on one page #167222Hello!
In your WordPress theme directory please go to Enfold > Includes and open helper-post-format.php file. Find these codes http://i.imgur.com/jWSFJAv.jpg and change it to http://i.imgur.com/FPecXEx.jpg
So you basically delete 63rd row and edit 61st oneBest regards,
YigitHi Alex!
1) Please add following code to Quick CSS in Enfold theme options
.image-overlay { display: none!important; }
2) Customizing lightbox in such way is more than what we can provide in default support. You should hire a freelancer developer for this kind of customization http://www.microlancer.com/
Best regards,
YigitHey!
You are welcome, glad we could help. Kriesi is aware of it and will be improved in upcoming updates ;)
Regards,
Yigit-
This reply was modified 11 years, 9 months ago by
Yigit.
September 27, 2013 at 5:28 pm in reply to: Top button links not displays. How can i display it? #167211Hi kriru!
You do not have enough content on these pages. That is why it does not display go-to-top button. You can zoom in on these pages , then you will see that it appears.
Regards,
YigitHello plentz!
Please refer to this topic https://kriesi.at/support/topic/retina-images-and-fonts-in-portfolio-grid-theme-enfold/#post-164007
Best regards,
YigitHi Tech Dude!
Please add following code to Quick CSS in Enfold theme options and adjust as desired
.header_color .main_menu ul:first-child > li > a { color: red; } .header_color .main_menu ul:first-child > li > a:hover { color: purple; } .header_color .main_menu ul:first-child > li.active-parent-item > a { color: green; } #top #header .mega_menu_title a { color: blue; } #top #header .mega_menu_title a:hover { color: yellow; } .header_color .avia-bullet { border-color: red; } #top .header_color a:hover .avia-bullet { border-color: blue; } #top .main_menu .menu li ul a { color: pink; } #top .header_color .main_menu .menu ul li>a:hover { color: orange; }
Best regards,
YigitHi!
It is not an issue it is intended to be fullwidth. You can use Easy slider if you do not want to use fullwidth slider
Best regards,
YigitHey wayneftruax!
I guess it is fixed nw as lightbox works fine on my end http://i.imgur.com/SQ45rh1.jpg
Regards,
YigitHi!
When i check your website and insert Ismael’s code, it works. Can you try adding it once again then flush browser cache
.logo img { width: auto!important; }
Best regards,
YigitHey!
Well, you can use four columns in footer ( Appearance > Widgets ) in Enfold as well and for footer socket, you already have copyrights section and footer menu ( you can activate it in Appearance > Menus ). You just need to customize footer.php file a bit to include your logo and text like “Adobe®, Flash®..”
Best regards,
YigitSeptember 27, 2013 at 4:16 pm in reply to: Increase sharpness of background images in layerslider #167181Hey vic98!
I opened each image layers as well as background image in a tab and on my end they look the same. Uploaded image qualities are lower in those images, you should upload sharper images in that case
Regards,
YigitHello!
Yes they will go lost if you added them in Custom.css file inside enfold\css folder and no if you added them in Quick CSS in Enfold theme options
Regards,
YigitSeptember 27, 2013 at 3:54 pm in reply to: Poor quality thumbnail images in portfolio gallery #167178Hey!
In your WordPress theme directory please open functions-enfold.php file inside Enfold folder and find following code in line 242
update_option( 'thumbnail_size_h', 80 ); update_option( 'thumbnail_size_w', 80 );
and change it to
update_option( 'thumbnail_size_h', 160 ); update_option( 'thumbnail_size_w', 160 );
then re-create galleries. Your current thumbnail image sizes are 80x80px while frame is 160x160px
Best regards,
YigitHello!
Please refer to this topic https://kriesi.at/support/topic/different-style-for-blog-archive-and-actualy-blog-post/
Regards,
YigitHi stevemulisa!
Please add following code to Quick CSS in Enfold theme options under Styling
#top .social_bookmarks li a { color: blue; font-size: 18px; }
You just need to change “blue” to hex value you desire
Cheers!
YigitHello sergeylandar!
Please add following code to Quick CSS in Enfold theme options
@media only screen and (min-width: 768px) and (max-width: 989px) { .iconbox .iconbox_content .iconbox_content_title { overflow: visible!important; } }
Regards,
Yigit-
This reply was modified 11 years, 9 months ago by
Yigit.
Hello uattah!
Please post the link to your website and a screenshot showing which elements you would like to be smaller
Best regards,
YigitHi hardeep_singh04!
Css file cannot be found http://i.imgur.com/WG4YtDN.jpg
Please try re-installing the theme via FTP http://vimeo.com/channels/aviathemes/64927356Cheers!
YigitHello!
Feel free to request features here https://kriesi.at/support/topic/enfold-feature-requests/
Glad Ismael and Josue could help :)Best regards,
YigitHello uattah!
You shoud change visibilty settings under Publish section of the page you would like to apply password protection http://i.imgur.com/QFRtSto.jpg
Cheers!
Yigit -
This reply was modified 11 years, 9 months ago by
-
AuthorPosts