Forum Replies Created
-
AuthorPosts
-
Hi!
Replace the code with this:
add_filter( 'avf_google_heading_font', 'avia_add_heading_font'); function avia_add_heading_font($fonts) { $fonts['Roboto Condensed'] = 'Roboto Condensed:300italic,400italic,700italic,400,300,700'; return $fonts; } add_filter( 'avf_google_content_font', 'avia_add_content_font'); function avia_add_content_font($fonts) { $fonts['Roboto Condensed'] = 'Roboto Condensed:300italic,400italic,700italic,400,300,700'; return $fonts; }
You can now select the Roboto Condensed font on the Theme Options > Font panel.
Best regards,
IsmaelJanuary 30, 2015 at 8:52 am in reply to: How to Change Featured Image Sizes? Changing functions.php has no effect #388142Hi!
After you adjust the width and height of the thumbnails, did you go to Tools > Regen. Thumbnails panel? You need to regenerate the images again if you want this solution to work. Or upload the featured images again manually.
Best regards,
IsmaelHey!
Try to replace the code with this:
@media only screen and (max-width: 767px) { .home #top #wrap_all #header {position: absolute !important;} }
Best regards,
IsmaelHey!
You can try something like this:
.big-preview.single-small .avia-post-format-image a:before { content: ''; display: block; width: 80%; min-height: 80%; background: transparent; z-index: 10; position: absolute; padding: 100px; box-sizing: border-box; border: 1px solid #ffffff; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
Regards,
IsmaelJanuary 30, 2015 at 8:36 am in reply to: Max site width always 910px after updating to 3.0.5 #388139Hey Cum_Vincere!
Thank you for using Enfold.
Try to update the theme to 3.0.8. We may need to see the actual website. Please post the url here once it’s live. If you have a cache and minify plugin, disable it.
Regards,
IsmaelJanuary 30, 2015 at 8:34 am in reply to: Saving Changes on Frontpage deletes Content – after Update to 3.0.7 #388138Hey!
The login credentials you provided above are not working. Please check.
Cheers!
IsmaelJanuary 30, 2015 at 8:31 am in reply to: Can't change number of gallery rows on gallery feature #388136Hi!
Sorry for the delay. I can only see 3 columns on the home page. If you have any cache or minify plugins, disable it.
Best regards,
IsmaelHey!
It seems to be working fine on Chrome Windows 8. I clicked Trekking > Colombia from the Climbing page and it lands down exactly on the #colombia-trekking section.
Best regards,
IsmaelJanuary 30, 2015 at 8:25 am in reply to: Socket Default Background colour overwrites the body background colour. #388134Hey!
Thank you for the screenshots.
Can you please toggle the general styling settings again then save changes? Or try this on Quick CSS:
html, #scroll-top-link { background-color: #363636; }
Cheers!
IsmaelJanuary 30, 2015 at 8:22 am in reply to: Change background color for some of the sublevel menu? #388133Hey!
Use css child selectors: http://css-tricks.com/how-nth-child-works/
#menu-item-883 > .sub-menu li:nth-child(-n+4) a { background: #c0d6b1; }
Cheers!
IsmaelHi!
Adjust the background size with this on Quick CSS:
.flex_cell.no_margin.av_one_third { background-size: 100% 100%; }
Set the Mobile Behaviour of the grid row element to the default option.
Cheers!
IsmaelJanuary 30, 2015 at 8:09 am in reply to: How to insert a small bar at the bottom of the header #388130Hi!
You can try this on Quick CSS:
header#header { border-bottom: 15px solid red; } .html_header_top.html_header_sticky.html_large #main { padding-top: 146px; }
Adjust the border color.
Cheers!
IsmaelHey!
I’m sorry but we won’t be able to help unless we can access the site. Did you add any modifications on the theme? Or switch the header to left sidebar then we’ll inspect it.
Cheers!
IsmaelJanuary 30, 2015 at 8:03 am in reply to: Portfolio Bildraster mit 6 Spalten geht nicht im Firefox 35.01 #388125Hi!
Thank you for the link.
Try this on Quick CSS:
.avia-mozilla #top .no_margin.av_one_sixth { width: 16.6555%; }
Cheers!
IsmaelHi DROR!
Thank you for using Enfold.
Choose the second option on Enfold > Header > Mobile Menu > Header Mobile Menu activation..
Cheers!
IsmaelHi!
Try to add this on functions.php:
add_filter('bwp_minify_style_ignore', 'exclude_my_css'); function exclude_my_css($excluded) { $excluded = array('avia-custom', 'avia-layout'); return $excluded; }
Regards,
IsmaelHi!
Please install this plugin: https://wordpress.org/plugins/simple-image-sizes/
Change the height of the entry_with_sidebar thumbnail. Update then save changes. Regenerate the thumbnails after.
Cheers!
IsmaelHi Ceyhun95!
Thank you for visiting the support forum.
I’m sorry but I can’t see the white border on the website. Did you fix it?
Regards,
IsmaelHey Ceyhun95!
Thank you for using Enfold.
I’m not sure if I understand you clearly (google translate) so if possible, please provide a screenshot of the issue or translate the inquiry to english.
Cheers!
IsmaelJanuary 29, 2015 at 9:46 am in reply to: Quick CSS for Static Search box instead of Popout Search button #387587Hi!
Replace the css code with this:
#header form#searchform { top: 100%; left: 75%; position: relative; z-index: 9000; }
Regards,
IsmaelHi!
I’m not sure which of these images or screenshots to check. Can you please provide a link to the actual page?
Regards,
IsmaelHey!
Sorry about that. I was able to reproduce the issue by switching to html or text mode. The bad news is, we can’t see any errors so it might take a while before we can find a fix. We reported the issue to Kriesi. Please wait for his response.
Best regards,
IsmaelHi!
I’m sorry but the login credentials aren’t working. Please check.
Best regards,
IsmaelHey!
I’m sorry but the search function that you’re asking is a bit complicated and falls under custom modification. Please hire a freelance developer or find another plugin that coincides with the theme. For further modifications, please visit Envato Studio or Werkpress.
Regards,
IsmaelHey!
Please download 3.0.8 which includes an actual fix for this specific issue. Let us know if it works.
Regards,
IsmaelHey!
Looks like you figured out how to add the title. Use this on the Quick CSS field to enlarge it:
.avia-content-slider .slide-entry-title { font-size: 20px; line-height: 1.4em; margin: 0; }
Regards,
IsmaelHey MikeOlbinski!
Thank you for visiting the support forum.
Looks like you’re not using the Enfold theme. I can only see shortcodess on the frontpage.
Regards,
IsmaelJanuary 29, 2015 at 9:14 am in reply to: Change background color for some of the sublevel menu? #387567Hey!
Please try this:
#menu-item-883 > .sub-menu a { background: blue; }
The #menu-item-883 is the id of the “UTDANNELSER” menu item. Use chrome inspect element or firebug to get the proper menu id selector.
Regards,
IsmaelHey Arne-Thorbeck!
Thank you for using Enfold.
Edit the iconbox element then choose the second option on the IconBox Styling.
Best regards,
IsmaelJanuary 29, 2015 at 9:05 am in reply to: Saving Changes on Frontpage deletes Content – after Update to 3.0.7 #387564 -
AuthorPosts