Forum Replies Created
-
AuthorPosts
-
Hi!
Did you install the LayerSlider as a stand alone plugin? You have a lot of plugins installed. Please deactivate them. Download the theme again on your themeforest account, look for the config-templatebuilder folder then override your theme files.
Regards,
IsmaelHi chooseone!
That is not available on Theme Options but you can hide it using CSS:
.page .stretch_full.container_wrap.title_container, .single .stretch_full.container_wrap.title_container, .stretch_full.container_wrap.title_container { display: none; }
Regards,
IsmaelHi aquinum!
Please try this plugin: http://wordpress.org/plugins/quick-pagepost-redirect-plugin/
Regards,
IsmaelHi ranfirefly!
What do you mean it’s breaking the site? Please be specific. A link to your site will help. Download the latest version of WordPress then try to disable the ‘Tracking’ settings on the SEO plugin.
Cheers!
IsmaelHello!
Please don’t use icons that are blank when you visit the site http://www.entypo.com/characters/
You can also get more icons on http://fontello.com/ . Use the Enfold > General Settings > Iconfont Manager.
Best regards,
IsmaelHi ChunkyBits!
Sorry but I don’t understand what you mean. You can use the css > custom.css file to override any styling on the theme. You can use Enfold > Styling panel to apply automatic css changes but if you want to define a specific style on a certain element, you need to add it on the Quick CSS field or use the custom.css file.
Cheers!
IsmaelOctober 4, 2013 at 7:49 am in reply to: Using Social Icons as Navigation / Increasing the size of the icons #170339Hello dsgnerfw!
What type of header are you using right now? You can increase the size of the social icons using this:
#top .social_bookmarks li a { width: 40px; line-height: 42px; min-height: 40px; font-size: 20px; }
Cheers!
IsmaelHello!
The website http://wpnice.ru is not using the Enfold theme. Please give us the proper link.
Cheers!
IsmaelOctober 4, 2013 at 7:44 am in reply to: Fixed Header Navigation and Menus Become Transparent After 2.3 Update #170334Hi kbreslin!
You can add this on your custom.css or Quick CSS:
.avia-layerslider { z-index: 0; position: relative; } .template-page.content.twelve.alpha.units { z-index: 0; } .fixed_header #header { position: fixed; z-index: 9999; }
Remove browser cache then reload the page a few times.
Regards,
IsmaelHi citystash!
What do you mean by ugly? What are the changes that occur? Please be specific. Editing pages should not affect the styling of the site. Try this on your custom.css or Quick CSS field:
p, span { font-size: 14px; }
Regards,
IsmaelHey!
The password and user are incorrect. Can you give us a link to the actual page with gallery images?
Best regards,
IsmaelHello!
Please update the products manually, see if they show up on the shop page.
Best regards,
IsmaelHey Niels!
It is not possible with the Advance Layout Builder right now but you can do it manually. For example, if you want to 4 fifths + 1 fifth layout you can add a Text Block then add use this code:
<div class="av_four_fifth first" style="background: red;">Text Here</div> <div class="av_one_fifth" style="background: blue;">Text Here</div>
Notice class=”av_four_fifth first”, the “first” selector will remove the left margin on an element.
Add this on your custom.css or Quick CSS;
.av_one_fifth { margin-left: 6%; width: 15.2%; float: left; } .av_four_fifth { margin-left: 6%; width: 78.8%; float: left; }
You can do the math on other layouts. :)
Regards,
IsmaelHi kriru!
You can do something like this on your custom.css or Quick CSS:
.pagination_split_post span { display: block; float: left; width: 25px; height: 25px; border: 1px solid gray; margin-left: 5px; text-align: center; padding-bottom: 10px; background: #64a9dc; border-radius: 3px; box-shadow: 0 1px 2px gray; color: white; text-shadow: 0 1px 1px gray; } .pagination_split_post a span { background: white; color: gray; }
Just clean it up a little. :)
Cheers!
IsmaelHi infoportugal!.
Please give us a link to your website. Do you have Enfold 2.3? Please update your theme. Install this plugin: http://wordpress.org/plugins/html5shiv/
Regards,
IsmaelHey!
Please add this on your custom.css or Quick CSS:
#top .ls-nav-prev, #top .ls-nav-next { font-family: 'entypo-fontello'; }
Cheers!
IsmaelHello jschuer!
Please edit each post then click Screen Options. Enable the “Excerpt” metabox. Insert the jw player shortcode on the Excerpt option along with the excerpt paragraph.
Best regards,
IsmaelHi 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!
Ismael -
AuthorPosts