Forum Replies Created
-
AuthorPosts
-
Glad the issue is solved MJ!
Best regards,
JosueHi!
Add this too:
@media only screen and (max-width: 767px) { .html_header_top.html_header_sticky #header { position: static !important; } .av_header_transparency { display: block !important; } }Regards,
JosueHi!
Maybe you are misusing the WP HideShow shortcodes, or there is a plugin limitation when it’s used in this environment, if you look at the markup all links are pointing to the same expandable content. I’d suggest contacting the plugin author:
https://wordpress.org/support/plugin/wp-showhideAlternatively, you could try using the Enfold built-in toggles:
http://kriesi.at/themes/enfold/shortcodes/toggles-accordions/Cheers!
Josue-
This reply was modified 11 years, 6 months ago by
Josue.
You are welcome, glad to help :)
Regards,
JosueOctober 6, 2014 at 10:36 pm in reply to: Promo BoX Button not showing up after WP 4.0 upgrade #331200Hi!
The CF7 form is working because i modified the From email (here).
Regarding the mobile menu on iPad, add this to Quick CSS:
@media only screen and (max-width: 1024px) { .html_mobile_menu_tablet .main_menu , .html_mobile_menu_tablet #header_main_alternate{display:none;} .html_mobile_menu_tablet .container #advanced_menu_toggle, .html_mobile_menu_tablet #advanced_menu_hide{display:block;} .html_mobile_menu_tablet #mobile-advanced{display:block;} .html_boxed.html_header_sticky #header { width: 100%; } }Cheers!
JosueHi,
Try adding this at the very end of your theme functions.php file:
function add_custom_script(){ ?> <script> jQuery(window).load(function(){ jQuery(".sh-link").on('click', function(){ jQuery(window).trigger('resize'); }); }); </script> <?php } add_action('wp_footer', 'add_custom_script');Regards,
JosueYou are welcome Tim, glad to help :)
Regards,
JosueHey Peter!
Don’t duplicate the code, use only one, like this:
// enable alb on projects add_filter('avf_builder_boxes','enable_boxes_on_posts'); function enable_boxes_on_posts($boxes) { $boxes[] = array( 'title' =>__('Avia Layout Builder','avia_framework' ), 'id'=>'avia_builder', 'page'=>array('portfolio', 'page', 'galleries', 'projects'), 'context'=>'normal', 'expandable'=>true ); $boxes[] = array( 'title' =>__('Layout','avia_framework' ), 'id'=>'layout', 'page'=>array('portfolio', 'page', 'galleries', 'projects'), 'context'=>'side', 'priority'=>'low'); $boxes[] = array( 'title' =>__('Additional Portfolio Settings','avia_framework' ), 'id'=>'preview', 'page'=>array('portfolio', 'page', 'galleries', 'projects'), 'context'=>'normal', 'priority'=>'high' ); return $boxes; }Note the the array(‘portfolio’, ‘page’, ‘galleries’, ‘projects’) repeated three times.
Regards,
JosueYour portfolio page isn’t loading right now, you have a fatal error in the config-templatebuilder/avia-shortcodes/portfolio.php file.
Regards,
JosueHey!
It works fine now, the plugin “Alpine PhotoTile for Instagram” seems to be conflicting with the theme options panel.
Regards,
JosueHey!
I don’t think this is related to the theme or its updates to be honest, try activating any other theme and test CF7 again. Another thing you could try is attempt to recover your password, check if you receive the recovery message.
Also make sure your SMTP is correctly configured.
Regards,
JosueHey!
I’d suggest using a WP plugin instead, like WP ShowHide.
How to enable shortcode rendering in portfolio excerpt:
https://kriesi.at/support/topic/using-enfold-shortcodes-in-the-excerpt/#post-196611Regards,
JosueHi @alessietta,
Have you tried disabling all third-party plugins to see if it gets fixed? can you please create us a WordPress administrator account? post it here as a private reply.
Regards,
JosueHi Tim,
Try adding this at the very end of your theme / child theme functions.php file:
function gallery_title_fix(){ ?> <script> (function($){ $(window).load(function() { $('.gallery-item img').each(function(){ var lin = $(this).attr('alt'); $(this).attr('title',lin); }); }); })(jQuery); </script> <?php } add_action('wp_footer', 'gallery_title_fix');Regards,
JosueHey!
Yes, that’s possible, you can put the contact form on a separate page with nothing but the form (you can use Blank template). Then on the team page you’d make the mail icon link to that page this way:
If you have the latest version of Enfold (3.0) the page containing the form will open as a popup.
Cheers!
JosueHey!
We can’t replace a theme via Dashboard (only add new ones), that’s something you need to do via FTP. Customization made through the Theme Options will not get lost, but if you have directly modified the theme files i suggest creating a backup beforehand.
Regards,
JosueYou are welcome, glad to help :)
Regards,
JosueOctober 6, 2014 at 5:43 pm in reply to: Promo BoX Button not showing up after WP 4.0 upgrade #331012Hi Terri!
The problem is that your server is only allowing mails sent from “wordpress at holleycreative.com”, you can test that in this page (i modified the CF7 form). If you want to use the Enfold form you’d need to modify the from email, refer to this topic.
Regards,
JosueOctober 6, 2014 at 6:55 am in reply to: Promo BoX Button not showing up after WP 4.0 upgrade #330717Hi!
If CF7 is not working then it’s a server side problem, ask your hosting about your mail capabilities, perhaps you need to configure SMTP.
Also, try attempting to recover your password and check if you receive the email.
Regards,
JosueHey!
It’s done, i modified the single.php. I highly suggest you to use a child theme so this modifications don’t get lost when you update the theme.
Here’s the modified single.php with the image after the breadcrumbs, keep a backup of this:
https://gist.github.com/josueochoa/b3eddf64808b8f68b1aaBest regards,
JosueOctober 6, 2014 at 4:43 am in reply to: How to display Custom Post Type list using Advance Layout Builder #330696Hi!
Those three taxonomies are available in the list – http://i.imgur.com/trWcLBn.png
Afaik it’s not possible to select more than one taxonomy at the same time.
Cheers!
JosueHi Alastair,
I was able to edit your homepage without issues – http://screencast.com/t/N1J0mOmsVFlA
@Crosscultura, you are using a very old version of Enfold, please update the theme to the latest version (3.0).Cheers!
JosueHey!
It should work fine now, this is the code i used:
add_filter('avf_builder_boxes','enable_boxes_on_posts'); function enable_boxes_on_posts($boxes) { $boxes[] = array( 'title' =>__('Avia Layout Builder','avia_framework' ), 'id'=>'avia_builder', 'page'=>array('portfolio', 'page', 'galleries'), 'context'=>'normal', 'expandable'=>true ); $boxes[] = array( 'title' =>__('Layout','avia_framework' ), 'id'=>'layout', 'page'=>array('portfolio', 'page', 'galleries'), 'context'=>'side', 'priority'=>'low'); $boxes[] = array( 'title' =>__('Additional Portfolio Settings','avia_framework' ), 'id'=>'preview', 'page'=>array('portfolio', 'page', 'galleries'), 'context'=>'normal', 'priority'=>'high' ); return $boxes; }Regards,
JosueHi Peter,
I’m unable to edit files via Dashboard (there is no Edit option in the menu), can you please hand us a temporary FTP account? post it here as a private reply.
Regards,
JosueYou are welcome Fred, glad to help :)
Regards,
JosueHi!
I tried editing your homepage and it loaded fine – http://screencast.com/t/iO19JvZFv0aS
Cheers!
JosueYou are welcome, glad to help :)
Regards,
JosueOctober 5, 2014 at 11:06 am in reply to: Icons/Formatting on Blog Post Layout without Sidebar #330444You are welcome, glad to help :)
Regards,
Josue -
This reply was modified 11 years, 6 months ago by
-
AuthorPosts
