Forum Replies Created
-
AuthorPosts
-
Hey!
They will be safe, just change it for a moment and test it to discard if the problem is coming from the theme.
Regards,
JosueYou are welcome Michael, glad to help :)
Regards,
JosueHi,
Can you post the link to your website please?
Regards,
JosueHi!
If they are available in the WordPress Media Library you can use the Enfold Gallery element.
Regards,
JosueHi!
Can you check if it works with the parent theme activated?
Cheers!
JosueHi!
Should work now, you needed to edit Menu 2 in Appearance > Menus.
Cheers!
JosueHi,
Use this CSS:
.home nav.main_menu { display: none; }Regards,
JosueYou are welcome, glad to help :)
Regards,
JosueHey!
Try adding this code to the Quick CSS:
.content, .sidebar { padding-top: 20px; padding-bottom: 20px; }Adjust as needed.
Cheers!
JosueHi!
Change the code to this:
add_action('ava_main_header', function() { ?> <div class="custom_content_wrapper"><span class=’custom_content’><a href="tel:503-233-1779">503-233-1779</a></span><br><span class=’custom_content_2′>Whatever it Takes</span></div> <?php });And add this to Quick CSS:
.custom_content_wrapper { max-width: 915px; text-align: right; margin: 0 auto; position: absolute; left: 0; right: 0; }Best regards,
JosueHi!
This will do it:
add_action( 'after_setup_theme', function(){ remove_action( 'tgmpa_register', 'avia_register_required_plugins' ); });Regards,
JosueHi Samuel,
No that’s not possible because, in order to have pagination (numbered or load more) the content shown has to be some sort of “post” type content, the Masonry Gallery (Media) is built with simple images. So you’d need to rely on the Masonry element (Content), you can edit each Portfolio Item custom link to have these open as lightbox – http://screencast.com/t/rPrLkb0VBw0
Regards,
JosueHi!
Have you tried using a Code Block element instead?
Regards,
JosueHey Nathan!
Try adding this code to the Quick CSS:
.slideshow_align_caption { text-align: right; }Cheers!
JosueHi,
Can you post the link to your website please?
Regards,
JosueHi Nathan!
Use a FullWidth Submenu element.
Cheers!
JosueHey!
Try adding this code to the Quick CSS:
.av_facebook_widget_wrap{ background: red !important; }Change as needed.
Cheers!
JosueJune 23, 2015 at 11:29 pm in reply to: Changing Dashicon of Portfolio Items in WP Admin Menu #463705Hey!
Try adding this to your child theme functions.php file:
add_filter('avf_portfolio_cpt_args', function($args) { $args['menu_icon'] = 'dashicons-portfolio'; return $args; });Cheers!
JosueHey Michael!
Try adding this code to the Quick CSS:
#top #wrap_all .avia-gallery-thumb { text-align: center; } #top #wrap_all .avia-gallery-thumb a { display: inline-block !important; float: none !important; }Cheers!
JosueHi,
Can you please check if the issue persists with the default WordPress theme activated?
Regards,
JosueHey!
Can you post a screenshot/mockup of what would you want to achieve?
Best regards,
JosueHey!
Try adding this code to the Quick CSS:
#top #wrap_all #socket .social_bookmarks li a { font-size: 22px; }Cheers!
JosueHey!
Glad you like the theme, regarding your request, refer to this video:
Cheers!
JosueHey!
Change your code to:
add_action('ava_main_header', function() { ?> <span class=’custom_content’><a href="tel:503-233-1779">503-233-1779</a></span><br><span class=’custom_content_2′>Whatever it Takes</span> <?php });Cheers!
JosueJune 23, 2015 at 11:01 pm in reply to: hi, i want to use the dancinf font here: http://i.imgur.com/wTgDiOx.jpg #463690Hi!
The private reply functionality has some caveats right now, please do the following:
1. Edit your last reply
2. Add the private content there
3. SaveRegards,
JosueHi!
The private reply functionality has some caveats right now, please do the following:
1. Edit your last reply
2. Add the private content there
3. SaveRegards,
JosueJune 23, 2015 at 10:56 pm in reply to: Ajax Portfolio gives "Page not found" in languages (only for specific users) #463687Hi,
Can you please check if the issue persists with the default WordPress theme activated?
Regards,
JosueYeah, this is a new forum functionality and it seems to have some caveats, please do the following:
– Edit your last reply
– Add the private content there
– SaveRegards,
Josue -
AuthorPosts
