Forum Replies Created
-
AuthorPosts
-
Hey Julian!
Try adding this code to the Quick CSS:
@media only screen and (max-width: 989px) { .main_menu, #header_main_alternate{display:none;} .container #advanced_menu_toggle, #advanced_menu_hide{display:block;} #mobile-advanced{display:block;} } @media only screen and (max-width: 480px) { #header_meta .container { width: 100% !important; } }Cheers!
JosueJuly 1, 2014 at 9:27 pm in reply to: ICON CIRCLES are not perfect circles – they look "wobbly" #285917Hi!
Could you please check if it happens in this demo page (rounded circles at the bottom)?
http://kriesi.at/themes/enfold/homepage/transparent-header/Cheers!
JosueHi,
Can you post the link to your website please?
Regards,
JosueHe is using a older version of Enfold (2.4.4), that menu was removed due to compatiblity issues.
Cheers!
JosueHey!
I’m not sure what you mean with regular mobile menu, as far as i know there is only one mobile menu available.
Best regards,
JosueHi Damian!
Try emptying/purging any minification/caching plugin you may have after changing that in the Theme Options.
Regards,
JosueHi Damian!
Sorry for that, are you referring to this page right?
The issue is cause because the heading rows have different heights, that’s why i recommended that code but i think it would be better to equalize that with similar content:

Cheers!
JosueHello,
Have you tried disabling all third-party plugins to see if the blank page gets fixed?
Regards,
JosueJuly 1, 2014 at 8:41 pm in reply to: New share on Twitter > it do not take the right permalink #285889Hi!
That’s because of the three dots in the title, they are getting converted to “#8230;”.
You can avoid that by adding this to your theme or child theme functions.php:
remove_filter('the_title', 'wptexturize');Cheers!
JosueHi,
Open /includes/helper-main-menu.php and look for line 68:
if($phone) { echo "<div class='phone-info {$phone_class}'><span>{$phone}</span></div>"; }Replace it by this:
if($phone) { echo "<div class='phone-info {$phone_class}'><span>".do_shortcode($phone)."</span></div>"; }Then put the Zoom shortcode along with the number here:

Regards,
JosueJuly 1, 2014 at 7:45 pm in reply to: I have a problem with the correct display on category pages #285870Hi Paul!
You still have not told us the specific plugin that is causing the conflict (we could do some tests and maybe come up with a solution). Anyhow if you still want a refund you’d need to ask Envato about that – http://support.envato.com/index.php?/Tickets/Submit
Regards,
JosueHey!
The MC widget is appearing in the footer:

Best regards,
JosueHi Tim!
That’s because theme settings are bound to the theme folder name, you can import/export that in the Theme Options.
Cheers!
JosueLet us know how it goes, i also noted that your child theme folder name has a space in its name (CCRASA 2013), you should change that to CCRASA_2013.
Cheers!
JosueHello,
Have you tried disabling all third-party plugins to see if it gets fixed?
Regards,
JosueHey!
Try adding this code to the Quick CSS:
.main-title { display: none; }Cheers!
JosueHi!
The transparent logo and the normal logo must have the same dimension and location (in the image), take a look at the demo logo for a reference:
Regards,
JosueJuly 1, 2014 at 6:40 am in reply to: Changes made not visible on frontpage and on LayerSlider #285578Hey!
Enfold Google Fonts should work now, you had a typo in the Quick CSS (missing closing bracket).
Best regards,
JosueJuly 1, 2014 at 6:28 am in reply to: Responsive background area on homepage and other pages. #285576Hey!
Try adding this code to the Quick CSS:
.av_promobox .avia-button, .av_promobox .avia-button-wrap { width: 30% !important; float: right !important; top: 14px !important; } .av_promobox .avia-promocontent { width: 70% !important; float: left !important; }If you want that to only affect a single promobox element you can enable this and set a class to that promobox, then you’d change the selectors in the code:
.av_promobox.custom_promobox .avia-button, .av_promobox.custom_promobox .avia-button-wrap{ ... }Cheers!
JosueHi,
Does it happen with the default WordPress theme?
Cheers!
JosueI’ll ask Yigit to check this on his iPhone as i don’t have one at hand.
Regards,
JosueYou are welcome, always glad to help :)
Regards,
JosueHey!
Try with this format for each element:
<div class="flex_column av_one_half first"> <p>Your Message 1</p> [textarea your-message-1] </div>The label must be wrapped with paragraph tags.
Cheers!
JosueTry increasing this value in the Quick CSS code:
#header_main_alternate .container{ width: 365px; }Cheers!
JosueHey!
Can you post a link to that test page you did?
Regards,
JosueHey Ryan!
Can you post a screenshot of the view on iPhone 5?
Regards,
JosueHey!
Try adding this code to the Quick CSS:
#socket .sub_menu_socket { float: none !important; } #socket .sub_menu_socket ul { text-align: center; margin-bottom: 6px; } #socket .sub_menu_socket li { float: none !important; display: inline; }Cheers!
JosueYou are welcome Damian, always glad to help :)
Regards,
JosueYou are welcome, always glad to help :)
Regards,
JosueTry changing the code to:
.container #advanced_menu_toggle, #advanced_menu_hide { display: none !important; } @media only screen and (max-width: 767px) { .main_menu, #header_main_alternate, #avia-menu { display: block !important; } #header_main_alternate .container{ width: 365px; } #avia-menu a{ font-size: 12px !important; } .responsive .logo { float: none !important; margin: 0 auto !important; right: 0 !important; left: 0 !important; width: 104px; } }Best regards,
Josue -
AuthorPosts
