Forum Replies Created
-
AuthorPosts
-
Hey Richard!
Thank you for using the theme!
Please use this:
div.grid-entry-excerpt.entry-content { font-style: normal; }Regards,
IsmaelHey conversations!
Thank you for using the theme.
Please create a test page then apply the content of the page with the footer issue. Remove the added divs then post the login credentials here. Set it as a private reply. We would like to check it.
Cheers!
IsmaelHey!
Thank you for the update.
Do you mind if we take a look at the actual page? Please check the actual slider element then edit it. Are the shortcodes being added on the Caption Text field?
Cheers!
IsmaelHi!
Thank you for the update.
Please try this:
#header_main { border-bottom: 0; }Cheers!
IsmaelHi!
Thank you for the info.
I’m sorry but the login credentials are incorrect. WordPress automatically strips out br or p tags. Try to add a custom class on the br tag. Something like this:
Click here to add your own text <br class="blank" /> Click here to add your own text Click here to add your own text Click here to add your own text Click here to add your own textRegards,
IsmaelHi crschulz!
Thank you for using the theme!
Please add this selector:
@media only screen and (max-width: 767px) { .responsive.html_header_transparency #main { padding-top: 0 !important; margin-top: -170px; } }Regards,
IsmaelHey fandragon!
Thank you for visiting the support forum!
Please edit magazine.php, remove everything then replace it with this code: http://pastebin.com/ESmzYVTA
Cheers!
IsmaelHi Denis!
Thank you for using the theme!
Please add this on Quick CSS or custom.css:
@media only screen and (max-width: 989px) and (min-width: 768px) { div .av_one_fourth { margin-left: 2%; width: 47.5%; } }Cheers!
IsmaelHey!
Thank you for the info.
Please add this at the very bottom:
@media only screen and (max-width: 767px) { span.menu-break { line-height: 0; float: none; bottom: 0; margin-left: 2px; } }Cheers!
IsmaelHey!
Thank you for the update.
Please post a screenshot of what you want to accomplish with the accordion element. We’ll try to help you with the css code. If you have the time, please play around with the css selectors that we suggested above.
Cheers!
IsmaelHi!
Thank you for using the theme.
You need to generate the shortcodes on another post or page then copy it if you want to combine the shortcodes or use them inside another element.
Regards,
IsmaelHey!
Thank you for the info.
Please use this on Quick CSS or custom.css:
top .fullsize .template-blog .post-title { text-align: left; } #top .fullsize .template-blog .post-meta-infos { text-align: left; } #top .fullsize .template-blog .post .entry-content-wrapper > * { margin-left: 0; margin-right: 0; }Regards,
IsmaelHey!
Thank you for the update.
Please try to edit the partner element with the shrunken images then toggle the Slider controls. Set it to show no controls, save then test it again. If it is already set to no controls, choose the other option then save.
Best regards,
IsmaelHey WebyxDesign!
Thank you for visiting the support forum.
The background image shows fine on an iPad. Please remove browser cache then close all apps. Test it again.
Best regards,
IsmaelHi!
Thank you for the update.
Please upload the image on the media library then select it on the Partner/Logo element or Testimonial element. It doesn’t seem to work if you upload it directly using the elements.
Cheers!
IsmaelHey pako69!
Thank you for the info.
Please use this instead:
@media only screen and (max-width: 767px) { /* Add your Mobile Styles here */ .hidden-desktop {display:block !important;} .visible-desktop {display:none !important;} } @media only screen and (min-width: 768px) and (max-width: 989px) { /* Add your Mobile Styles here */ .hidden-desktop {display:block !important;} .visible-desktop {display:none !important;} }Or to simplify it, use this:
@media only screen and (max-width: 989px) { /* Add your Mobile Styles here */ .hidden-desktop {display:block !important;} .visible-desktop {display:none !important;} }Best regards,
IsmaelHey!
Thank you for the update.
Please add this on Quick CSS or custom.css:
.logo, .logo a { overflow: visible; } .logo a img { max-height: 196px !important; margin-top: -50px; }Adjust the values if necessary.
Best regards,
IsmaelHi!
Thank you for using the theme.
I’m sorry but we’re not experiencing the issue on our end. I checked it on Firefox 30 and Chrome Windows 8, the accordion slider loads fine. What I noticed is that the layer slider is not working. The console says that the url of the images points to a wrong location. Did you recently migrate or transfer the website?
Cheers!
IsmaelHey Rupert!
Thank you so much for using the theme!
Please add this on Quick CSS or custom.css:
#header_meta a { color: #fff; opacity: .3; } .header_color li { border-color: rgba(255,255,255,.3); }Cheers!
IsmaelJune 27, 2014 at 1:29 pm in reply to: WordPress SEO by Yoast, SEO title working, Meta description not working. #284530Hey!
Thank you for the info.
The actual meta description that you place on the field will usually only show when it contains the keyword the searcher was searching for. If the searcher doesn’t type in any word that belongs to the meta description that you applied on a certain page, google will use the content of the page then place it as the description.
Regards,
IsmaelHey mikel!
Thank you so much for choosing Enfold!
Please use this on Quick CSS or custom.css:
.togglecontainer .single_toggle:first-child .toggler { margin-bottom: 10px; } .main_color .toggler, .main_color .toggler.activeTitle:hover { color: #fff!important; background-color: #27CFC3; } .main_color .toggle_content { background: white; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); }Cheers!
IsmaelHi!
Thank you for the screenshot.
Please add this at the very bottom:
@media only screen and (max-width: 990px) { #header_main .social_bookmarks { left: 8% !important; } }Best regards,
IsmaelHi!
Thank you for the update.
Please edit the DIET / SUPPLEMENT PLAN icon then remove any spaces or if possible, please create it from scratch. A br tag has been generated on the process but I’m not entirely sure where it’ comes from. If you want to change the color of the links to yellow, go to Enfold > General Styling > Main and Alternate Content. Change the Highlight color value. You can also add this on Quick CSS or custom.css:
.main_color a, .alternate_color a { color: yellow; }Best regards,
IsmaelHey!
Thank you for the info.
Please try to add this on functions.php:
add_action('after_setup_theme','avia_remove_portfolio_breadcrumb'); function avia_remove_portfolio_breadcrumb(){ remove_filter('avia_breadcrumbs_trail','avia_modify_breadcrumb'); }Best regards,
IsmaelJune 27, 2014 at 5:08 am in reply to: Layerslider issue: Does not properly display on Internet Explorer 11, 10, 9 #284393Hi!
I’m sorry but I’m not experiencing the issue on IE11 Windows 8. I tried a few times, the slider loads fine. Even on IE11 emulation console, IE9 and 10 loads the site fine. I’ll ask the rest of the support team to check it.
Cheers!
IsmaelHey!
2.) That’s weird. It should increase the width, not the height. I think the best thing to do is to add a left margin when viewing on larger screens. Please try this:
@media only screen and (min-width: 1800px) { #top div.av-masonry-container.isotope .isotope-item:first-child { margin-left: 1px; } }3.) Did you add the code on functions.php? The testimonial is still using the 80x80px thumbnail size.
Regards,
IsmaelHi!
Alright. Sorry about that. You can use this instead:
.avia-menu-fx { bottom: -21px; } div.avia-menu.av-main-nav-wrap { margin-top: -20px; } .av-main-nav ul { margin-top: 20px; }Best regards,
IsmaelHey hobart!
Thank you for using the theme!
Please refer to this link. The OP asked for the same thing: https://kriesi.at/support/topic/word-wrap-in-menu-or-have-the-menu-on-two-lines/
Best regards,
IsmaelHey dvmoore!
Thank you for using the theme!
You got an awesome website. Site looks good both on Firefox and IE 9. Please try to remove browser cache and disable all browser extension. Test it again.
Cheers!
IsmaelHey isidoro81!
Thank you for using the theme!
The header menu is there when I checked the page. The color property or css loads a bit late. Please add this on Quick CSS or custom.css:
.header_color .main_menu ul:first-child > li a:hover, .header_color .main_menu ul:first-child > li.current-menu-item > a, .header_color .main_menu ul:first-child > li.current_page_item > a, .header_color .main_menu ul:first-child > li.active-parent-item > a { color: #545154; }Please go to Enfold > Header Layout > Header layout panel. Look for Header Size, choose large or the custom pixel value in order to increase the size of the header along with the logo image. Did you add a plugin for the Menu panel? Please deactivate the plugins then test the menu editor again.
Cheers!
Ismael -
AuthorPosts
