Forum Replies Created
-
AuthorPosts
-
Can you check the last reports of your PHP error log?
Regards,
JosueHey Fabiana!
Try using the HTML entity code:
function modify_share_title() { return "Então"; } add_filter('avia_social_share_title', 'modify_share_title');Best regards,
JosueOh, you’d need to implement the fix. I don’t think this was included in the last patch yet, 2.9.2 was released to make Enfold compatible with WP 4.0.
Regards,
JosueHi!
I may be able to help you but in a few weeks, if you are in a hurry check Codeable or Envato Studio.
Regards,
JosueSeptember 8, 2014 at 5:58 am in reply to: Mobile Toggle Button In Alternative Background Bar #314862Hi!
You need to increase the z-index of the header_main:
#advanced_menu_toggle { top: -25px; } #header_main { z-index: 10; }Regards,
JosueHi!
Are you using the latest version of WordPress (4.0) and Enfold (2.9.2)? have you tried disabling all third-party plugins?
Best regards,
JosueHey!
I couldn’t note the difference between the screenshot and the live site to be honest, could you please detail your request?
Regards,
JosueHey!
Try with this code:
@media only screen and (min-width: 767px) and (min-width: 989px) { #header_main .container { width: 90% !important; } }Cheers!
JosueHey Alfiya!
The problem is that if you have any typo or error in your code the code below will get nullified. The best way to have custom CSS is by using a child theme style.css
Best regards,
JosueHey!
Please set the role of the account to Administrator.
Best regards,
JosueHi!
Are you using the latest version of WordPress (4.0) and Enfold (2.9.2)? have you tried disabling all third-party plugins?
Best regards,
JosueHi Jannik!
Try the following; open css/base.css and remove the form styling from line 185 to line 253.
Regards,
JosueHey Fabiana!
Try adding this at the very end of your theme / child theme functions.php file:
function modify_share_title() { return "SOMETHING ELSE"; } add_filter('avia_social_share_title', 'modify_share_title');Cheers!
JosueHey Dalen!
I’d suggest changing that setting in Enfold > Header Layout > Mobile Menu > Header Mobile Menu activation
Regards,
JosueHi!
Try the following code in Quick CSS:
#header_meta{ background: url(IMAGE_URL) repeat top center !important; }Best regards,
JosueHey!
If you set a link (to an image) to one of the captions or the slides in the slider it will get lightboxed automatically.
Cheers!
JosueSeptember 8, 2014 at 5:24 am in reply to: Where can I add html code so that I have a banner under the menu? #314841Hi!
Yes, that’s possible, refer to:
http://codex.wordpress.org/Function_Reference/is_pageMore conditionals:
http://codex.wordpress.org/Conditional_TagsRegards,
JosueHey!
I’m not sure if i understood what you want to achieve, your masonry galleries are showing more than 2 columns right now.
Cheers!
JosueHey!
Try using the Advanced Style Editor:
Cheers!
JosueHey Dan!
Try adding this at the very end of your theme / child theme functions.php file:
function put_stuff_in_header() { ?> <div class="banner"><img src="banner_url"></div> <?php } add_action('ava_after_main_menu', 'put_stuff_in_header');Cheers!
Josue-
This reply was modified 11 years, 7 months ago by
Josue.
Hello,
Have you tried disabling all third-party plugins to see if it gets fixed? can you post a link to your website?
Regards,
JosueHello,
Have you tried disabling all third-party plugins to see if it gets fixed? can you post a link to your website?
Regards,
JosueHey!
Try adding this code to the Quick CSS:
.jbww_search_bar input[type="text"] { top: 14px; position: relative; left: 2px; }Cheers!
JosueHey Alex!
Try changing the width setting of the slider to the width of the background image you want to use (2248).
Best regards,
JosueHey Justin!
Yes, you can change that in Enfold > Header Layout > Mobile Menu > Header Mobile Menu activation
Cheers!
JosueHola,
Cual es el problema exactamente?
Saludos,
JosueHey Richard!
Please set-up a test form with this plugin to discard if the issue is coming from the theme.
Regards,
JosueSeptember 8, 2014 at 5:06 am in reply to: Insert a shorter 2nd Main Menu like the Enfold "Main Menu" on a few pages #314827You are welcome, hope you manage to sort this problem out.
Best regards,
Josue -
This reply was modified 11 years, 7 months ago by
-
AuthorPosts
