Forum Replies Created
-
AuthorPosts
-
June 4, 2014 at 10:36 pm in reply to: Can't get rid of the bbPress Menu in our sites sidebars… #274794
Hi,
Have you tried removing it in Appearance > Widgets?
Can you post the link to your website please?
Regards,
JosueJune 4, 2014 at 10:34 pm in reply to: WPMU Membership plugin content protection around blog posts #274792Hey Darryl!
Try generating the blog posts shortcode using the magic wand tool:

Regards,
JosueHey!
Try adding this code to the Quick CSS:
.newsbox span.news-thumb.no-news-thumb { display: none; }Cheers!
JosueJune 4, 2014 at 10:30 pm in reply to: Testimonials – Changing image from Circular to Square or Rectangle #274783You are welcome, always glad to help :)
Regards,
JosueTry with this code instead:
.grid-entry, .inner-entry, div.grid-content, .grid-entry-title { background-color: transparent !important; } .avia-arrow{ display: none; } .grid-entry-title a{ color: white !important; }Regards,
JosueHey!
What specific browser/devices are that?
Regards,
JosueHi,
Can you post the link to the website please?
Regards,
JosueHey!
Try adding this code to the Quick CSS:
.grid-entry, .inner_entry, div.grid-content, .grid-entry-title { background-color: transparent !important; } .avia-arrow{ display: none; } .grid-entry-title a{ color: white !important; }Cheers!
JosueJune 4, 2014 at 10:21 pm in reply to: Wrong display of social icons and transparent header in mobile #274773Los iconos por defecto se ocultan en esa resolución, puedes hacerlos aparecer con este código:
@media only screen and (max-width: 479px) { .responsive.html_header_top #header_main .social_bookmarks { display:block; top: 20px; left: -20px; } }Ajusta los valores top/left como creas conveniente.
Hey!
Put that code in functions.php after line 16:
if(isset($avia_config['use_child_theme_functions_only'])) return;Regards,
JosueHey!
Try adding this at the very end of your theme functions.php file:
function custom_func() { ?> <div id="second_logo"> <?php echo avia_logo('http://kriesi.at/wp-content/themes/kriesi/images/logo.png', $addition, 'strong', true); ?> </div> <?php } add_filter('ava_after_main_menu', 'custom_func');And this to the Quick CSS:
#second_logo{ position: absolute; right: 0; }Cheers!
JosueYou are welcome, always glad to help :)
Regards,
JosueJune 4, 2014 at 10:08 pm in reply to: Add an image download link to portfolio gallery image enlargement lightbox #274763Hi Jason!
It’s possible, try the solutions shared here:
http://wordpress.stackexchange.com/questions/68012/add-download-button-in-prettyphoto-pluginCheers!
JosueJune 4, 2014 at 10:01 pm in reply to: Wrong display of social icons and transparent header in mobile #274761No puedo ver la pagina ahora, me sale un error 403: Access forbidden!
http://www.abolengo.com.ar/anuevo/Hi!
Have you tried this?

Cheers!
JosueHey Stuart!
This is not a theme issue, it’s related to the APC module for Apache:
http://stackoverflow.com/questions/21897786/what-does-the-error-php-fatal-error-cannot-call-overloaded-function-for-non-obIt’s best to contact your hosting provider.
Regards,
JosueHi!
I think i know why this is happening, do a backup of your current theme and try installing a fresh unmodified copy of Enfold, just to discard if the changes we made previously are affecting the image element.
Cheers!
JosueJune 4, 2014 at 9:51 pm in reply to: Fatal error: Maximum execution time of 30 seconds exceeded in /home/content/26/1 #274754Hello!
This is more of a WordPress (wp-includes/class-wp-image-editor.php) issue rather than a theme one, unfortunately is out of the support scope we offer, try contacting a developer.
Cheers!
JosueYou are welcome, always glad to help :)
Regards,
JosueJune 4, 2014 at 9:50 pm in reply to: Uploading images does not work (Enfold 2.8.1 with Childtheme and WP 3.9) #274751Please set the account as an administrator.
Best regards,
JosueJune 4, 2014 at 9:49 pm in reply to: Wrong display of social icons and transparent header in mobile #274749Esta pasando por este codigo:
https://kriesi.at/support/topic/vertical-separators/#post-273618Cambialo por:
@media only screen and (min-width: 767px) { .social_bookmarks{ margin-top: 25px !important; } }Saludos,
JosueJune 4, 2014 at 9:43 pm in reply to: Anchor "Drow Otuside The Lines" and color bar to the header #274748That should work, you are missing the text block + the image in the code.
Cheers!
JosueHey!
Try adding this code to the Quick CSS:
#header{ background: white !important; } .header_bg { opacity: 1 !important; }Cheers!
JosueHi!
You need to use CSS for both fixes, first enable this, set a class to that button and finally add this to the Quick CSS:
.button_custom a{ pointer-events: none; background: rgba(0, 0, 0, 0.4); }Cheers!
JosueYes, but you’d need to add this to the functions.php so it loads the child shortcodes folder instead:
https://kriesi.at/support/topic/is-it-possible-to-modify-files-in-enfold-child/#post-218226Cheers!
JosueHi Stuart!
WordPress excerpts do not support shortcodes or html code by default, however this may work:
https://kriesi.at/support/topic/using-enfold-shortcodes-in-the-excerpt/#post-196611Regards,
JosueHey!
The code is working:

Try flushing your browser cache.
Cheers!
JosueHey Thomas!
In header options select “Logo left, menu below” and add this code to the Quick CSS:
#top .main_menu .menu li{float:right;}Cheers!
Josue -
AuthorPosts
