Forum Replies Created
-
AuthorPosts
-
Hi!
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!
IsmaelJune 27, 2014 at 4:18 am in reply to: odd grey boxes appear in IE Chrome and Safari on mac on scrolling #284385Hi workerant!
Thank you so much for visiting the support forum!
Please add this on Quick CSS or custom.css:
.html_header_top.html_header_sticky #header { -webkit-transform: translate(0,0); }Cheers!
IsmaelHi cyrusis!
Thank you for using the theme!
What is the screen resolution of your monitor? Do you mind if we take a look at the current website? We applied media queries to adjust the width of the masonry entries on different screen sizes.
Best regards,
IsmaelJune 27, 2014 at 4:10 am in reply to: WordPress SEO by Yoast, SEO title working, Meta description not working. #284379Hi wieslander!
Thank you for using the theme!
Edit the actual frontpage then look for the Yoast metabox, edit the SEO title and meta description there. I checked the page and the meta description is correct:
<meta name="description" content="Hård träning och mjuk stämning.">Regards,
IsmaelHey Jonas!
Thank you for using the theme!
What is the current version of your theme? If it’s lower than 2.7 or 2.6 then you’ll probably have issues with it. No, unfortunately, you need to upgrade the whole theme in order to use the contact form generator properly. Anyway, you can try to copy the class-form-generator.php then test the suggested code on the other thread. Make sure that you create a backup of the current file.
Cheers!
IsmaelHi!
Thank you for using the theme.
Please check the table then remove the link entirely. There’s a br tag. Maybe, there’s a space before the actual url.
<a href="<br /> http://www.spokenorigins.com/?page_id=3644" style="color: #000000; font-size: 12px; font-weight:bold; ">Details Here…</a>Best regards,
IsmaelHi videogame!
Thank you for using the theme!
Do you mind if we take a look at one of the single post page? Do you have a sidebar there?
Regards,
IsmaelHi!
Thank you for the update.
Please deactivate the plugins especially the WPTouch Pro plugin then test it again. I don’t think you need the plugin since the theme itself is already responsive.
Regards,
IsmaelHi arnijon!
Thank you for visiting the support forum!
Please edit css > grid.css then look for all instances of the .responsive .boxed#top selector. They are usually inside a media query. Copy the media query structure to the Quick CSS field or custom.css file:
@media only screen and (min-width: 1140px) { .responsive .boxed#top { width: 1440px; } }After that, you have to increase the width of the grid units in accordance to the .boxed container width.
Cheers!
IsmaelJune 27, 2014 at 3:22 am in reply to: Transparent Header : Background image starts below the header #284363 -
AuthorPosts
