Forum Replies Created
-
AuthorPosts
-
Hey!
Try adding this code to the Quick CSS:
div.phone-info { position: absolute; right: 0; top: 15px; }Cheers!
JosueHey!
Are you are referring to this?

Regards,
JosueHey!
Try regenerating the thumbnails: http://wordpress.org/plugins/regenerate-thumbnails/
Regards,
JosueHey Lin!
Refer to this topic:
https://kriesi.at/support/topic/share-icons-on-pages-and-portfolio-items/Best regards,
JosueHi Ralph,
Can you post the link to your website please?
Answering the first question, yes the dropdown menu was removed because of compatibility issues.
Regards,
JosueHey!
Yes, that’s possible, refer to this guide on how to implement multiple backgrounds:
https://developer.mozilla.org/en-US/docs/Web/Guide/CSS/Using_multiple_backgroundsBest regards,
JosueHey Katharina!
Please update the theme to the latest version (2.8.1). Also, try disabling all third-party plugins.
Best regards,
JosueThe quotes are messed up, that normally happens when you copy the code directly from the mail message.
Best regards,
JosueHey Kpellikaan!
Try adding this at the very end of your theme / child theme functions.php file:
remove_filter('the_title', 'wptexturize');Cheers!
JosueHey!
Try adding this code to the Quick CSS:
#main h1, #main h2, #main h3, #main h4, #main h5, #main h6, #main h1 *, #main h2 *, #main h3 *, #main h4 *, #main h5 *, #main h6 *{ font-family: "Oswald", arial, sans-serif !important; } .entry-content { font-family: 'Source Code Pro',Consolas, 'Andale Mono', 'Lucida Console', 'Lucida Sans Typewriter', Monaco, 'Courier New', monospace!important; }Cheers!
JosueJuly 7, 2014 at 8:30 pm in reply to: Center Main Navigation Bar & Reduce white space under header on iPad #288161#advanced_menu_toggle{ height: 60px !important; width: 120px !important; }Modify as needed.
July 7, 2014 at 7:06 pm in reply to: Center Main Navigation Bar & Reduce white space under header on iPad #288138Try with this code (i modified what you already have):
#advanced_menu_toggle { top: 120%; line-height: 12px; right: 45%; } #advanced_menu_toggle:before { content: 'Main Menu'; font-size: 12px }Refresh a few time to see the changes.
That color is set here (Enfold > General Styling):

Great, we looking forward to hearing from you Jason :)
Regards,
JosueYou are welcome, always glad to help :)
Regards,
JosueHey Denis!
That’s not possible with Enfold out of the box, but i believe there is a plugin for that, like:
http://wizardinternetsolutions.com/plugins/vertical-menu-widgetTry googling “wordpress custom menu widget plugin” too.
Regards,
JosueHey Luke!
Try adding this code to the Quick CSS:
div.av-special-heading.av-special-heading-h3.meta-heading { margin-top: 0 !important; }Cheers!
JosueHi Denis!
Try using !important:
.textwidget h3 {font-size: 20px; background:grey; color: white; margin-left:-5px; margin-right:-5px; padding:5px !important; }Regards,
JosueJuly 7, 2014 at 4:20 am in reply to: Center Main Navigation Bar & Reduce white space under header on iPad #287800The [nolink] is used to remove the Kriesi backlink that will appear there by default. The linking you were having on your socket was because you had a unclosed link in one of your footer widgets, i already fixed it.
Hey Isaac!
1. If you wan’t to remove the black bars and have the video fullwidth again you’d need to remove the code i previously suggested.
2. It’s not that easy because the height gets changed dynamically every time the website gets loaded on a different window size or the user resizes it. Nevertheless, i don’t think there is much of a difference between 50% and 60%, as this values depend on the window size.
Cheers!
JosueTry with this code:
[class^='tribe'] a { color: #fb673c !important; } .tribe-events-ical.tribe-events-button { color: white !important; }Hey!
You’d need to generate the shortcodes to use in a separate Page (using the magic wand tool). For example, here’s an icon element (phone) in shortcode format:
[av_font_icon icon='ue854' font='entypo-fontello' style='' caption='' link='' linktarget='' color='' size='40px' position='left'][/av_font_icon]
Regards,
JosueYou are welcome :)
Regards,
JosueCheck in Plugins > Edit functions, i’ve put there a function (it’s a plugin) that includes the Google Font separately.
You are welcome Frederic, always glad to help :)
Regards,
JosueYou are welcome Richard, always glad to help :)
Regards,
JosueHey!
Try adding this code to the Quick CSS:
.bbp-search-form:before { content: url(https://kriesi.at/wp-content/themes/kriesi/images/enfold.jpg); display: block; margin-bottom: 15px; }Change the URL of the Enfold banner by the of yours.
Cheers!
JosueHey Richard!
We are aware of that annoyance and we are looking for a fix. Here’s a workaround in the meantime; put this in your theme / child theme functions.php file:
function av_br_func(){ return "<p> </p>"; } add_shortcode('av_br', 'av_br_func');Then simply put [av_br] where you want to have a double break line:

Best regards,
JosueHi!
Try applying this mod:
https://kriesi.at/support/topic/viewer-controls-text-size/#post-285885Then you can paste [shortcodes] in that field.
Best regards,
Josue -
AuthorPosts
