Forum Replies Created
-
AuthorPosts
-
Hi ChaosWeb!
You can add this on your custom.css or Quick CSS:
.bundled_product.bundled_product_summary.product .images a img { width: 200px; }Adjust the width if necessary.
Cheers!
IsmaelHi!
You need to adjust the container width on different screen widths:
@media only screen and (min-width: 1140px) { .main_color.container_wrap.sidebar_right .container { margin: 0 20px; width: 940px; } } @media only screen and (max-width: 989px) and (min-width: 768px) { .main_color.container_wrap.sidebar_right .container { margin: 0 20px; width: 742px; } } @media only screen and (max-width: 767px) and (min-width: 480px) { .main_color.container_wrap.sidebar_right .container { margin: 0; width: 468px; } }Regards,
IsmaelHello!
You can use the Advance Layout Builder. Insert a Text Block element then paste the google ad code there.
Cheers!
IsmaelHey mikaelsv!
There are small and big featured images. What type of Blog are you using right now? Please check your settings on Enfold > General Settings > Blog Style. Post it here.
Regards,
IsmaelHey!
Did you remove the google conversion iframe?
iframe[name="google_conversion_frame"] { display: none; }Did the code above work on Mozilla?
Regards,
IsmaelHey aledarbo!
Where will you use the thumbnails? Post, portfolio? You can use border-radius property to render a circle image.
http://css-tricks.com/almanac/properties/b/border-radius/
Best regards,
IsmaelHey Martijn Lindeboom!
Please add this on your custom.css or Quick CSS:
@media only screen and (max-width: 989px) and (min-width: 768px) { .responsive .mobile_menu_tablet .main_menu { display: block; } }Cheers!
IsmaelOctober 4, 2013 at 4:21 am in reply to: Changing Menu header background colors & social icons #170260Hey andypeck!
1.) Add the following on the Quick CSS field or custom.css:
#header_meta { background: red; }2.)
#top .social_bookmarks li a { width: 40px; line-height: 42px; margin: 0px; padding: 0; min-height: 40px; font-size: 20px; }3.)
#header_main_alternate, #avia-menu { background: red; }4.) You can inspect each menu item then look for the menu list id:
#menu-item-755 a { background: blue; border-right: 1px solid green; border-left: 1px solid yellow; border-top: none; }Cheers!
IsmaelHi groggy4pres!
1.) It will show the full width of the image but it takes time to resize. You can resize your browser then reload the page, you’ll see the whole width of the slider image.
2.) It doesn’t crop on my end but the logo needs a top margin. Add this on your custom.css or Quick CSS:
.logo { margin-top: 20px; } .header-scrolled .logo { margin-top: 0; }Cheers!
IsmaelHi!
The code works on my end. These are the code and their respective screenshots on different screen width:
@media only screen and (max-width: 1000px) and (min-width: 700px) .avia-content-slider .slide-image img { height: 180px !important; }
@media only screen and (max-width: 767px) { .avia-content-slider .slide-parity-even .slide-image img { height: 160px; } .avia-content-slider .slide-parity-odd .slide-image img { height: 160px; .avia-content-slider .slide-parity-odd.first .slide-image img { height: 250px !important; } }
Regards,
IsmaelHi crossbowstudio!
Maybe you can use http://wordpress.org/plugins/s2member/ in combination with http://wordpress.org/plugins/sidebar-login/. The S2 plugin gives you a better user/member management and sidebar login allows you to hide certain pages if logged in or not. You can define different access levels for each page and post. Those access rights are linked with the user administration of WP. If a member doesn’t have the access right for a page or post and he or she visits, s2 displays the login page or the registration page.
Cheers!
IsmaelHey!
Yes, I’m saying that there is a case where he lose all the theme settings after updating. That is why you need to create a backup of your database. :)
Regards,
IsmaelOctober 4, 2013 at 3:26 am in reply to: attach a photo in forms // color type with black background problem #170240Hello!
1.) You can use Contact Form 7. Please refer to this link: http://contactform7.com/file-uploading-and-attachment/
2.) You can add this on your custom.css or Quick CSS:
.main_color h3.iconbox_content_title { color: white; } .main_color .sort-param .current-param a { color: white; } .main_color .sort-param > li > span, .main_color .sort-param > li > a, .main_color .sort-param ul { background-color: #000000; color: white; } .main_color .product-sorting strong { color: white; }Cheers!
IsmaelOctober 4, 2013 at 3:21 am in reply to: Reduce height of Fullscreen slider in responsive mode #170237Hello!
You can use this:
@media only screen and (max-width: 767px) { .avia-fullscreen-slider .avia-slideshow { height: 200px !important; } } .avia-fullscreen-slider .avia-slideshow { max-height: 250px !important; }Regards,
IsmaelHey RicardoSuarez!
Just add this on your custom.css or Quick CSS:
#top .main_menu .menu>li:last-child>a { padding-right: 10px; }Remove browser cache then reload the page.
Cheers!
IsmaelHey gianmarizzi!
Have you tried disabling all your plugins? Do you have a Yeost SEO plugin? Set your permalink settings to default then fix it. Refer to this link: http://codex.wordpress.org/Using_Permalinks#Fixing_Permalink_Problems
Cheers!
IsmaelHey!
1.) You can add this on your custom.css or Quick CSS:
#header_meta { z-index: 9999; position: relative; }Cheers!
IsmaelHey!
1.) You can add this on your custom.css or Quick CSS:
#header_meta { z-index: 9999; position: relative; }Cheers!
IsmaelHey!
The link you provided is not working. Are you sure this is correct?
Regards,
IsmaelHello!
You can hire someone on odesk.com or freelancer.com. Let’s wait for other team member’s response. Maybe, they are available.
Cheers!
IsmaelHi!
No, you can’t save Color Settings at the moment but you can select predefined color schemes.
Best regards,
IsmaelHi!
Yes, please try it on custom.css or QuicK CSS. Please try to manually add the background image on avia sections.
.avia-section { background-repeat: no-repeat; background-image: url(https://www.kimberfire.com/wp-content/uploads/2013/04/shadow1.jpg); background-attachment: scroll; background-position: top center; background-color: #ffffff; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader( src='http://www.kimberfire.com/wp-content/uploads/2013/04/shadow1.jpg', sizingMethod='scale'); -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader( src='http://www.kimberfire.com/wp-content/uploads/2013/04/shadow1.jpg', sizingMethod='scale')"; }Regards,
IsmaelHello!
@Michae1: Enfold 2.3 has the ability to upload new icon fonts. Go to Enfold > General Settings > Iconfont Manager.Cheers!
IsmaelHi Sowmedia!
If I’m not mistaken, Kriesi mentioned including the tags and category on the next update. Please download Enfold 2.3.
Regards,
IsmaelHello davidw!
Please remove it as the Frontpage on theme settings. Instead, use the Settings > Reading > Front page displays > A static page (select below) > Front page: to set the home as frontpage.
Cheers!
IsmaelHi!
Use the HTML entity of the icon. As an example, we will use the iPhone icon html code on this link: http://www.entypo.com/characters/
The code is: &# 128241;
Cheers!
IsmaelHi NickBrunson!
Have you tried using different icons? Please try to use icons from the old selection, let us know if it works. The Iconfont Manager is not fully tested, some icons might not render properly.
Regards,
Ismael -
AuthorPosts
