Forum Replies Created
-
AuthorPosts
-
Hi Gianfranco!
Yes, this one – http://screencast.com/t/KtVoGXl7LK, once imported you should be able to find “Home v9: Videos and Parallax” inside “Homepage” page group.
Best regards,
JosueHello,
Have you tried disabling all third-party plugins to see if it gets fixed?
Regards,
JosueHey!
Try adding this code to the Quick CSS:
#mobile-advanced{ right: 0; top: -100%; -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); transform: scale(1); -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; transition: all 0.3s ease; -webkit-transform-origin: 0% 0%; -moz-transform-origin: 0% 0%; -ms-transform-origin: 0% 0%; transform-origin: 0% 0%; } .avia_transform3d #mobile-advanced{ -webkit-transform: scale3d(1); -moz-transform: scale3d(1); transform: scale3d(1); } .show_mobile_menu #mobile-advanced{ -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); transform: scale(1); -webkit-transform: translate(0, 100%); -moz-transform: translate(0, 100%); -ms-transform: translate(0, 100%); transform: translate(0, 100%); } .avia_transform3d .show_mobile_menu #mobile-advanced{ -webkit-transform: scale3d(1); -moz-transform: scale3d(1); transform: scale3d(1); -webkit-transform: translate3d(0, 100%, 0); -moz-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0); }Cheers!
JosueHi Lynn!
I’d suggest using Yoast as it already has a fix for this issue:
https://yoast.com/wordpress/plugins/canonical/Regards,
JosueHi!
Try adding !important:
.main_color .grid-entry-title { background: #3db1e2; font-weight: inherit; font-size: medium; color: white !important; }Cheers!
JosueOctober 20, 2014 at 3:37 pm in reply to: Link colors in title text of "Magnific-Popup" lightbox (bug or missing feature?) #338393Hey Eckhard!
I’ll report this anyways so hopefully Kriesi comes up a proper solution :)
Cheers!
JosueHope it works for you, let us know if you have any other questions :)
Regards,
JosueHi!
Enable this, set a custom class (ex: “custom-class”) to the separator you want to affect and change the code accordingly:
.custom-class span.av-seperator-icon { font-size: 24px; }Cheers!
JosueYou are welcome, glad we could help :)
Regards,
JosueHey Martin!
No, it is possible to use custom fonts too, you’ll just need to import them as icon fonts, check out this video.
Use Fontello to convert your custom graphic into an icon font, you’ll need to import it as a compound-path SVG.
Regards,
JosueHi!
That’s very weird, i’ve never seen something like that to be honest. Can you check if this happens with the default theme activated? also, try reproducing it on another computer/browser.
Regards,
JosueOctober 20, 2014 at 7:57 am in reply to: description column on pricing table – not acting as demo #338162Hey!
Yes, that’s a way better solution actually :)
Regards,
JosueHi Dustin,
Can you please create me an administrator account? post it here as a private reply.
Regards,
JosueHi!
That’s currently a limitation, please use a specialized plugin like Contact Form 7 – https://wordpress.org/plugins/contact-form-7/
Cheers!
JosueHey!
Can you post a link to one of those posts? also try using the Open Graph debugger – https://developers.facebook.com/tools/debug/
Cheers!
JosueHey!
Can you post a screenshot/mockup of what would you want to achieve?
Best regards,
JosueCan you post a link to that portfolio page? you should be able to remove the quote by editing that page.
Cheers!
JosueOctober 20, 2014 at 1:01 am in reply to: Bug v 3.0.1 – Accordion Slider Gallery breaks the layout #338055@tidusuper91, a fix will be included in the next update.
Best regards,
JosueHey!
Try changing the “Link Handling” setting to “Display the big image in a lightbox” – http://screencast.com/t/4C9oXLF4gCm
Regards,
JosueOctober 19, 2014 at 8:25 pm in reply to: description column on pricing table – not acting as demo #338013Hey!
Discard my previous suggestion, the problem is that some of the pricing rows have two lines, add this code to the Quick CSS, that will increase the height of the respective description rows:
.avia-desc-col li:nth-child(3), .avia-desc-col li:nth-child(9), .avia-desc-col li:nth-child(10) { height: 61px; }Cheers!
JosueHmm, not a theme issue then. Try disabling all third-party plugins or checking it on another computer.
Best regards,
JosueYou are welcome, glad to help :)
Regards,
JosueOctober 19, 2014 at 6:14 pm in reply to: Blog grid with always the same preview picture of each category #337983October 19, 2014 at 8:29 am in reply to: Newbie help – what effects are these websites using? #337903You are welcome, glad to help :)
Regards,
JosueHey Soila!
Do the “non-showing” Posts appear in the backend view?
Regards,
JosueHi,
Open /includes/loop-index.php and look for this:
if(is_singular()) { $link = avia_image_by_id(get_post_thumbnail_id(), 'large', 'url'); }Replace it by this:
$link = avia_image_by_id(get_post_thumbnail_id(), 'large', 'url');Regards,
JosueHi,
Can you post the link to one of your products please?
Regards,
Josue -
AuthorPosts
