Forum Replies Created
-
AuthorPosts
-
Hi,
Can you please create us a WordPress administrator account? post it here as a private reply.
Regards,
JosueJuly 12, 2016 at 8:11 am in reply to: Urgent: Contact Form / Select Fields must be filled / silent ERROR #659688Hey mailworm,
I made a test page (‘CF Test’) and it worked fine with my gmail address.
Best regards,
JosueHey Joshua,
I don’t think that’s possible but in any case that’s something you’d need to deal with your hosting provider.
Best regards,
JosueHey!
Try adding this code to the Quick CSS:
@media only screen and (max-width: 767px) { .av-overlay-on-hover .av-image-caption-overlay { opacity: 1; } }
Cheers!
JosueHello,
Have you tried disabling all third-party plugins to see if it gets fixed?
Regards,
JosueJuly 12, 2016 at 7:13 am in reply to: Mansory blog to show full screen featured image instead of opening blog page #659678Hi,
Open /config-templatebuilder/avia-shortcodes/av-helper-masonry.php and look for:
$this->loop[$key]['text_after'] .= $this->loop[$key]['author'];
Replace it by this:
$this->loop[$key]['text_after'] .= $this->loop[$key]['author']; $this->loop[$key]['url'] = wp_get_attachment_image_src($id, apply_filters('avf_avia_builder_masonry_lightbox_img_size','large'));
Regards,
JosueOi Debora,
Pode colocar o link do topico criado?
Saudades,
JosueHey!
Try adding this code to the Quick CSS:
.alternate_color .container .av-inner-masonry-content, #top .alternate_color .container .av-masonry-load-more, #top .alternate_color .container .av-masonry-sort, .alternate_color .container .av-masonry-entry .avia-arrow { background: white; } #top .av-masonry-entry-title { font-weight: 100; font-size: 13px; }
Cheers!
JosueHi,
The FTP client you’re using may be the culprit of the issue, probably the edited file never gets uploaded to the server after editing, using the Dashboard editor would be the safest option i think.
Best regards,
JosueHi,
Which exact Widget are you using? can you post a screenshot of the back-end?
Best regards,
JosueGlad you managed to sort it :)
Regards,
JosueHey!
Try adding this code to the Quick CSS:
.big-preview.single-big { display: none; }
Cheers!
JosueHi,
Those should be imported from the demo sites (automatically).
Best regards,
Josue-
This reply was modified 8 years, 12 months ago by
Josue.
Hi,
There are no portfolio categories created here.
http://eatsomethingsexy.com/wp-admin/edit-tags.php?taxonomy=portfolio_entries&post_type=portfolioBest regards,
JosueYou are welcome, glad to help :)
Regards,
JosueYou are welcome, glad to help :)
Regards,
JosueJuly 10, 2016 at 10:46 am in reply to: How to remove the images from "latest news" blog posts only on homepage #658916You are welcome, glad to help :)
Regards,
JosueHey,
No, i’m afraid that’s not possible, mobile browsers disable video autoplay due to limited data-usage.
Best regards,
JosueHi,
Can you please create us a WordPress administrator account? post it here as a private reply.
Regards,
JosueHey,
The tutorial is not outdated but i’ve to admit it can be a little bit complicated for some users, i’ve added it to your site.
Best regards,
JosueHi,
Can you please create us a WordPress administrator account? post it here as a private reply. Also paste the code you’re trying to get working.
Regards,
JosueHi Martin,
I noticed that you are using a caching plugin. Would you mind opening your plugin’s settings page and temporarily deactivate the caching of your site? Then please try to clear your browser cache and hard refresh the site (Hold CTRL + SHIFT + RELOAD) to see if that solves the issue.
Regards,
JosueHey Anna Christina,
Try this plugin:
https://wordpress.org/plugins/yith-woocommerce-tab-manager/Best regards,
JosueJuly 9, 2016 at 2:25 am in reply to: Serious Woocommerce bug that *might* be related to the theme #658649Hey,
I’ve seen that before and i remember it was because of invalid menu items, try disabling WC, delete your current Menu and create a new one from scratch.
Best regards,
JosueHey jelle,
The reason you’re not getting the slide animation on captions is because the fade animation has been selected for slide transition, you can override that with this custom CSS (slide animation will always be used):
.avia_transform .av_slideshow_full .active-slide .avia-caption-content, .avia_transform .av_fullscreen .active-slide .avia-caption-content { visibility: visible; -webkit-animation: caption-right 1s 1 cubic-bezier(0.985, 0.005, 0.265, 1) !important; animation: caption-right 1s 1 cubic-bezier(0.985, 0.005, 0.265, 1) !important; } .avia_transform .av_slideshow_full .active-slide .avia-caption-title, .avia_transform .av_fullscreen .active-slide .avia-caption-title { visibility: visible; -webkit-animation: caption-left 1s 1 cubic-bezier(0.985, 0.005, 0.265, 1) !important; animation: caption-left 1s 1 cubic-bezier(0.985, 0.005, 0.265, 1) !important; }
Best regards,
JosueHi,
Open includes/helper-markup.php and look for:
case 'image_url': $attributes['itemprop'] = 'contentURL'; break;
Replace it by this:
case 'image_url': $attributes['itemprop'] = 'image'; break;
Regards,
JosueHey,
LayerSlider should scale images if they’re set as Image Layers, the link you posted is returning
pageok
.Best regards,
JosueHey!
Try adding this code to the Quick CSS:
.main_color .grid-content, .grid-entry .main_color .avia-arrow, .main_color .grid-entry-title{ background: #826c6b; } .main_color .grid-entry-title{ color: #2b2828; font-size: 16px; font-weight: bold; } .image-overlay{ display: none !important; }
Cheers!
JosueHey,
When editing the first column in that row there’s an option to disable column spacing – http://i.imgur.com/KR4dkE7.png
Best regards,
JosueHi,
Can you try implementing this (just need to swap some classes to target grid row instead of accordion slider)?
Best regards,
Josue -
This reply was modified 8 years, 12 months ago by
-
AuthorPosts