Forum Replies Created
-
AuthorPosts
-
Hi,
Can you provide mockups / wireframes of similar? it’s a bit hard to figure out what you’re describing via text.
Regards,
JosueHi!
Are you referring to General Styling > Quick CSS? it looks empty on the install you provided.
Best regards,
JosueHey!
1. That may be possible but it would require a more advanced modification, unfortunately that’s beyond our support scope. You can request a customisation quote from a third-party provider here.
2. Try adding !important to the code:
.slide-meta { display: none !important; }
Regards,
JosueApril 22, 2016 at 11:36 am in reply to: How do I make all the product boxes the same size in Woocommerce #619774You are welcome, glad to help :)
Regards,
JosueHm, i guess what you need to do is disable the Tooltip functionality altogether (in mobile), try modifying this line in shortcodes.js:
new $.AviaTooltip({'class': "avia-tooltip", data: "avia-tooltip", delay:0, scope: "body"});
To:
if($.avia_utilities.isMobile == false) new $.AviaTooltip({'class': "avia-tooltip", data: "avia-tooltip", delay:0, scope: "body"});
You are welcome, glad to help :)
Regards,
JosueHey!
Which device are you using? here’s what i see – http://screencast.com/t/t5h0PlVZ
Regards,
JosueHi!
Try applying the following:
http://matthewfecher.com/webdesign/wp-quick-tip-how-to-change-the-excerpt-length/Regards,
JosueHm, what happens if you rename the function
unregister_taxonomy
to something different likeunregister_taxonomy_custom
.Regards,
JosueTry increasing the font size of the slideshow:
@media only screen and (max-width: 479px) { .responsive #top .slideshow_caption .avia-caption-content{font-size: 24px !important;} }
You are welcome, glad to help :)
Regards,
JosueYou are welcome, glad to help :)
Regards,
JosueYou are welcome, glad to help :)
Regards,
JosueOK can you hand us an admin account (via private reply)? i’ll add the icon code for you.
Could be, check in another computer to confirm (and make sure you’re running the latest version of Chrome).
Hey!
Try adding this code to the Quick CSS:
.av-masonry-entry-content.entry-content { font-size: 12px; line-height: 16px; } .av-masonry-date{ display: none; }
Cheers!
JosueHey!
Try adding this at the very end of your theme / child theme functions.php file:
function disable_srcset( $sources ) { return false; } add_filter( 'wp_calculate_image_srcset', 'disable_srcset' );
Cheers!
JosueHi Steve!
Yes that would work, you’d need to export Widgets too – https://wordpress.org/plugins/widget-importer-exporter/
Regards,
JosueHi,
I’m getting ERR_CONNECTION_REFUSED when trying to access your site via https.
Regards,
JosueHi!
Have you already imported the TripAdvisor icon from Fontello (you need to do that before touching any php code)?
Best regards,
JosueHi,
Can you please create us a WordPress administrator account? post it here as a private reply.
Regards,
JosueHi!
You can do that with Tabs, you’ll need to customize it with CSS though.
Cheers!
JosueHey!
I don’t know of any that works ‘out of the box’, menu plugins require integrations, ex: UberMenu:
Cheers!
JosueHi,
Can you post the link to your website please?
Regards,
JosueHey!
I’m afraid the built-in form wouldn’t cut it, it would be more convenient to use a specialized form like CF7:
https://wordpress.org/plugins/contact-form-7/Best regards,
JosueHey!
Try adding this code to the Quick CSS:
@media only screen and (min-width: 767px) { ul#mobile-advanced { display: none; } }
Cheers!
JosueHi Annelies!
Not possible with the Gallery element, you could do that however with the Masonry Gallery element.
Cheers!
JosueApril 21, 2016 at 2:00 pm in reply to: Fatal Error: wordpress/wp-content/themes/enfold/functions.php on line 397 #619150Hi!
Make sure the file in question exists:
/enfold/includes/admin/register-plugins.php
Best regards,
JosueHey!
Try adding this at the very end of your theme / child theme functions.php file:
add_action('ava_after_main_container', function() { dynamic_sidebar( 'custom widget area ); });
Change custom widget area for the name of the widget area you’ve created.
Cheers!
Josue -
AuthorPosts