Forum Replies Created
-
AuthorPosts
-
Hi thando87!
Can you please give us a link to the website? We need to inspect it.
Cheers!
IsmaelHey set_carsten!
Can you give us a link to the website please? The header on our Enfold 2.3 installation with the same style is not missing any borders. Please add this on your custom.css or Quick CSS:
#header_main_alternate { border-top: none; border-bottom-style: solid; border-bottom-width: 1px; border-bottom: 1px solid red; }Best regards,
IsmaelOctober 5, 2013 at 2:46 am in reply to: attach a photo in forms // color type with black background problem #170685Hi!
1.) You can use this for the toggle content, iconbox and tab hover state:
.toggle_content.invers-color p, .iconbox_content p, .main_color .toggler:hover, .avia-promocontent p { color: white; }2.) I’m not sure what you mean by “turn the page on”. Can you post a screenshot?
Cheers!
IsmaelHi designprime!
The pagination is working ok on our end. Have you tried disabling Yeost? Please give us a link to your portfolio page.
Cheers!
IsmaelHi!
You can use this to change the color of the menu container:
#header_main_alternate, .bottom_nav_header.social_header .main_menu ul:first-child { background: #abbe31; }Font size of the main menu:
.bottom_nav_header.social_header .main_menu ul:first-child>li a { font-size: 13px; }Color of the menus:
.bottom_nav_header.social_header .main_menu ul:first-child > li a { color: red; }Regards,
IsmaelHi!
The search is working fine on our end: https://kriesi.at/support/search/
Please try to use a different browser. Deactivate all plugins then update your WordPress installation.
Cheers!
IsmaelHi finessecreative!
1.) Maybe this plugin will come in handy http://wordpress.org/plugins/popup-contact-form/ . Unfortunately, we can’t offer full support for third party plugin and we don’t know if it is compatible with theme. This customization is beyond of what we can do as support team. You need to hire a freelance developer to help you.
2.) We can only change the hover color but we can’t give you any code for a tooltip or pop out menu. Again, hire a freelance developer to add the features for you. Add this on your custom.css or Quick CSS:
.iconbox_content h3 a:hover { color: red !important; }Cheers!
IsmaelHi ErnstOpusVDesign!
Please try this plugins:
http://wordpress.org/plugins/email-this-page/
http://wordpress.org/plugins/dbwd-send-link/
Regards,
IsmaelHi!
I’ll ask Josue to visit this thread again. I really can’t access your site.
Regards,
IsmaelOctober 5, 2013 at 2:10 am in reply to: [SOLVED] Since Update 2.3.1: Gravatars in the comments not showing with Firefox #170660Hello!
Did you just recently change your gravatar? Do you have an antivirus that maybe blocking some site or the browser? McAfee for example? Change the firewall permissions from “Blocked” to “Full”.
Regards,
IsmaelHi!
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,
Ismael -
AuthorPosts
