Forum Replies Created
-
AuthorPosts
-
Hi,
Can you please create me an administrator account? post it here as a private reply.
Regards,
JosueYou are welcome Cordell, always glad to help :)
Regards,
JosueHi,
Can you please create me an administrator account on that site? post it here as a private reply.
Regards,
JosueOctober 27, 2014 at 10:33 pm in reply to: How to add custom buttons at the top of each post and page? #341827You are welcome, glad to help :)
Regards,
JosueOctober 27, 2014 at 10:32 pm in reply to: Blog Single Author Small – Doesn't Look Like Your Demo Page – Why? #341826Hi,
Can you please create me an administrator account? post it here as a private reply.
Regards,
JosueOctober 27, 2014 at 10:23 pm in reply to: Blog Single Author Small – Doesn't Look Like Your Demo Page – Why? #341821Hi Cordell,
Try adding this at the very end of your theme / child theme functions.php file:
function add_custom_script(){ ?> <script> (function($){ $(window).load(function() { $('#header_main .rev_slider_wrapper').after($('#header_main .main_menu')); }); })(jQuery); </script> <?php } add_action('wp_footer', 'add_custom_script');Regards,
JosueOctober 27, 2014 at 10:08 pm in reply to: Blog Single Author Small – Doesn't Look Like Your Demo Page – Why? #341813Yes, deactivate the other one and try with WP Open Graph which it’s simpler and easier to set-up, i’ve tested it on my local Enfold installation.
Best regards,
JosueOctober 27, 2014 at 9:59 pm in reply to: Header Logo – Custom URL using child theme functions.php #341809Hi Stephen!
What you set there is the “homepage page” to show, but the “homepage url” will always be ‘/’ (that’s why we have to re-declare the home URL in the logo, breadcrumb, etc) unless you change that in Settings > General.
Regards,
JosueOctober 27, 2014 at 9:47 pm in reply to: Blog Single Author Small – Doesn't Look Like Your Demo Page – Why? #341805Hi Dori!
Try with this one, i just tested it on my sandbox install and it successfully included the Facebook OG tags in the source
Cheers!
JosueHi!
Add this to Quick CSS:
@media only screen and (max-width: 767px) { .my-custom-ad { position: absolute; right: auto; bottom: auto; top: 80px; background: white; width: 100%; padding: 0 50px; } }Best regards,
JosueOctober 27, 2014 at 9:24 pm in reply to: How to add custom buttons at the top of each post and page? #341797Hey!
Unfortunately there is no hook available at that location, you’d need to directly edit the includes/loop-index.php theme file. I’ve already done that, the social links are now appearing at the desired location.
Alternatively you can copy single.php and includes/loop-index.php to your child theme installation so this modification gets preserved on theme update.
Best regards,
JosueHey Cordell!
Try adding this code to the Quick CSS:
nav.main_menu { background: white; }Cheers!
JosueOctober 27, 2014 at 9:07 pm in reply to: How to add custom buttons at the top of each post and page? #341784Hey!
They are showing up now, the quotes you put were wrong, i fixed it on your child functions.php.
Regards,
JosueHi!
Try with this then:
[av_hr class='invisible' height='1' shadow='no-shadow' position='center' custom_border='av-border-thin' custom_width='50px' custom_border_color='' custom_margin_top='30px' custom_margin_bottom='30px' icon_select='yes' custom_icon_color='' icon='ue808' font='entypo-fontello' custom_class='']
Best regards,
JosueOctober 27, 2014 at 9:01 pm in reply to: Tab in custom page template: how to make them work on mobile? #341779Hello,
Have you tried disabling all third-party plugins to see if it gets fixed?
Regards,
JosueYou are welcome, glad to help :)
Regards,
JosueOctober 27, 2014 at 7:23 pm in reply to: How to add custom buttons at the top of each post and page? #341700Hey!
It works now, i left this code in your child functions.php:
function custom_func($id, $context) { if($context == 'post'){ ?> <div> SOCIAL LINKS HERE </div> <?php } } add_action('ava_after_content', 'custom_func', 10, 2);Best regards,
JosueHey!
Try putting it below the columns shortcode.
Cheers!
JosueHi!
Try with this code instead:
.main_color .container .av-inner-masonry-content, .main_color .container .av-masonry-entry .avia-arrow{ background: red; }Adjust as needed.
Regards,
JosueYou are welcome Courtney, always glad to help :)
Regards,
JosueYou are welcome Darryl, always glad to help :)
Regards,
JosueHmm, in that case try using an av_hr (separator) shortcode:
[av_hr class='full' height='5' shadow='no-shadow' position='center' custom_border='av-border-thin' custom_width='50px' custom_border_color='' custom_margin_top='30px' custom_margin_bottom='30px' icon_select='yes' custom_icon_color='' icon='ue808' font='entypo-fontello']
Best regards,
JosueOctober 27, 2014 at 2:01 am in reply to: How to Integrate Google Custom Search (CSE) into Enfold #341260Hey!
Can you paste the code you are trying to put?
Best regards,
JosueYou are welcome, always glad to help :)
Regards,
JosueHey!
As you are using a child theme you can use a child theme functions.php (if there is no functions.php, create it at the root of the child theme directory).
Cheers!
JosueHi!
Yes, that plugin will let you modify the
<title></title>tag.Best regards,
JosueHi!
Yes, you can change that setting in Enfold > Header > Mobile Menu.
Cheers!
JosueHi Petr,
Can you post the link to your website please?
Regards,
Josue -
AuthorPosts
