Forum Replies Created
-
AuthorPosts
-
Hey!
Make sure you are using the latest version of Enfold (3.0.4).
Best regards,
JosueHi!
Yes, you can use this kind of linking to open a specific tab:
http://website.com/#tab-id-1
http://website.com/#tab-id-2
http://website.com/#tab-id-3So you can build your set of desired buttons and link them that way, and you can use this in Quick CSS to hide the default tabs titles:
.tab_titles { display: none; }Best regards,
JosueHey!
What are you using to hide the menu/sidebar in the single post?
Cheers!
JosueHey!
i tried reproducing the issue on my end, here’s the result – http://screencast.com/t/XkMYQOFr5, have you checked it on another computer?
Best regards,
JosueYou are welcome, always glad to help :)
Regards,
JosueHey Ondrej!
We can’t offer theme downloads, the best route would be to Envato Support in order to regain access to your account:
https://twitter.com/envato_support
https://help.market.envato.com/hc/en-usBest regards,
JosueHi,
Can you please create us a WordPress administrator account? post it here as a private reply.
Regards,
JosueHi,
Does the issue persists if you activate the parent theme? can you please create us a WordPress administrator account? post it here as a private reply.
Regards,
JosueHi Silvia!
Glad it’s working now, you can unsubscribe from the topic here – http://screencast.com/t/mKBYR7peA9f
Regards,
JosueDecember 9, 2014 at 2:21 am in reply to: Pop-up when exiting site through external link – Easy Slider #365104Hey John!
Use this code instead:
function add_custom_script(){ ?> <script> jQuery(window).load(function(){ jQuery("a[href^='http:']").not("[href*='mydomain.com']").click(function() { alert("You're going to a better place."); }); }); </script> <?php } add_action('wp_footer', 'add_custom_script');Change “mydomain.com”.
Cheers!
JosueHi greg!
Your child theme footer.php file is causing the issue, it only contains this:
404Best regards,
JosueHello Avraamd,
Try checking your .htaccess, wp-config.php and/or database entries, please note that this falls beyond our support scope as the issue is not related to the theme. You can find further help here.
Best regards,
JosueHey!
That’s not possible that way, however you can do it via CSS; set a custom class to the button and add this to Quick CSS:
.custom-button { color: #188ece !important; background: transparent !important; border: 2px solid #188ece !important; }Best regards,
JosueDecember 9, 2014 at 1:32 am in reply to: icon box link and icon and title link not working right. bug? #365094Hi,
Can you please create us a WordPress administrator account? post it here as a private reply.
Regards,
JosueDecember 9, 2014 at 12:37 am in reply to: compatibility problem wpml string translation module #365076Hi!
The website you posted is not using Enfold.
Best regards,
JosueHey!
Try adding this code to the Quick CSS:
.avia_ajax_form input.button { color: #188ece !important; background: transparent !important; border: 2px solid #188ece !important; } .avia_ajax_form input.button:hover { color: white !important; background: #188ece !important; }Cheers!
JosueHey!
Try adding this code to the Quick CSS:
.wpp-list img.wpp-thumbnail { margin-right:9px; padding:3px; float:left; margin-top: 4px; border-style: solid; border-width: 1px; height:36px; width:36px; display: block; } .wpp-list .wpp-post-title{ color: #222222 !important; font-size: 11px !important; font-weight: bold; margin-top: 2px; display: block; } .wpp-list .post-stats{ font-size: 10px; margin-left: 47px; } .wpp-list li{ margin-bottom: 10px; }Cheers!
JosueHey!
The code works when i tested it live on your site – http://screencast.com/t/IOehxv9xMb
Best regards,
JosueDecember 9, 2014 at 12:13 am in reply to: Scroll to top hightlight first menu item as active, and should not #365061Hey!
I’m not sure if this is the cause of that but two elements shouldn’t share the same ID – http://screencast.com/t/DIRCsqI9
Best regards,
JosueDecember 8, 2014 at 11:58 pm in reply to: WPML automatically in top header – change flag to dropdown #365051Hi,
Can you please create us a WordPress administrator account? post it here as a private reply.
Regards,
JosueHey Ben!
Can you paste the PHP error you are getting?
Best regards,
JosueHey!
Seems to be a incompatibility issue with the font (Open Sans), try adding this code to the Quick CSS:
.avia-menu-text { font-family: sans-serif; }Cheers!
JosueOk, here’s the code:
function fix_icon_issue(){ if( is_page( array( 77, 232 ) ) ){ ?> <script> (function($){ $(window).scroll(function(){ $(this).trigger('resize'); }); })(jQuery); </script> <?php } } add_action('wp_footer', 'fix_icon_issue');Just put the Page IDs of the pages you want to affect here
array( 77, 232 ).Cheers!
JosueDecember 8, 2014 at 1:20 am in reply to: Mobile site layout problems on tablets after update #364382Hi!
Check your site, i added this to Quick CSS:
@media only screen and (max-width: 989px) { .iconlist_content *{ font-size: 16px; } iframe.twitter-timeline { width: 100% !important; min-width: 0 !important; } }Cheers!
JosueHi,
Can you please create us a WordPress administrator account? post it here as a private reply.
Regards,
JosueHi Avraamd,
Can you please check if the issue persists with the default WordPress theme activated?
Cheers!
JosueDecember 8, 2014 at 12:36 am in reply to: Font weight is 400 logged out but 300 when logged in (what I want) #364369Hello,
Unfortunately this kind of requests are beyond the scope of the support we can offer. Please try contacting a developer from Envato Studio or Codeable.
Best regards,
Josue -
AuthorPosts
