Forum Replies Created
-
AuthorPosts
-
Hello!
It may be a WordPress error, i read that 3.6 got some jQuery bugs, try updating your WordPress installation to the latest version.
Best regards,
JosueHello ScarletView!
That’s an unexpected behavior with Vimeo links, however here’s a quick fix,
Open this file, and look for this line(459):
autolinkElements: 'a[rel^="prettyPhoto"], a[rel^="lightbox"], a[href$=jpg], a[href$=png], a[href$=gif], a[href$=jpeg], a[href$=".mov"] , a[href$=".swf"] , a[href*="vimeo.com"] , a[href*="youtube.com"] , a[href*="screenr.com"]'
Replace it with:
autolinkElements: 'a[rel^="prettyPhoto"], a[rel^="lightbox"], a[href$=jpg], a[href$=png], a[href$=gif], a[href$=jpeg], a[href$=".mov"] , a[href$=".swf"], a[href*="youtube.com/watch"] , a[href*="screenr.com"]'
Best regards,
JosueSeptember 19, 2013 at 1:43 am in reply to: Boxed Layout, trying to get rid of the 50px border #163255Glad you get it working, let us know if there is anything we can help :)
Regards,
JosueHi Bruno,
Can you post a link to your website and tell us exactly what you want to modify?
Best regards,
JosueSeptember 19, 2013 at 1:38 am in reply to: 'Catchable fatal error' appears when I try to access the Menus tab in WordPress #163251Hi!
I think this problem has to do with cyrillic characters, can we get an screenshot of the backend view of the menu?
Best regards,
JosueHello dalegrant!
The page you posted returns a 404 error :(
Cheers!
JosueSeptember 19, 2013 at 12:24 am in reply to: Widget in a Text Block, Testimonial in a Textblock possible? #163236Hi selvaria!
Adding this code to the Quick CSS area in the Theme options page will do it:
.home .flex_column.first div.avia_textblock:first-child{ border-bottom: 1px solid #dbdbdb; } .home .flex_column.first div.avia_textblock{ border-bottom: 0; } .home .flex_column.first div.avia-testimonial-wrapper, .home .flex_column div.template-blog{ border: 1px solid #dbdbdb; padding: 15px; margin-top: 0; border-top: 0; overflow: hidden; }
However it may break if you move the position of the elements too much, let us know how it goes :)
Best regards,
JosueHey Stéphane!
You wouldn’t be able to do that from the graphical interface, but a quick CSS fix will do it, can you please post a link to you website as well as the colors desired?
Regards,
JosueGlad we could help. Let us know how it goes :)
Regards,
JosueSeptember 18, 2013 at 8:27 pm in reply to: Logo disappears after page loads – New since 2.2 update #163117Glad we could help. Let us know if you have any other questions or issues :)
Regards,
JosueHi,
Just create a 404.php file (with the contents of the parent theme) inside the child theme folder.
Regards,
JosueSeptember 18, 2013 at 8:23 pm in reply to: Logo disappears after page loads – New since 2.2 update #163114September 18, 2013 at 8:15 pm in reply to: Logo disappears after page loads – New since 2.2 update #163106Hi,
It’s kinda weird, try adding this code to the Quick CSS area in the Theme options page:
.logo, .logo img{ width: auto !important; }
Regards,
JosueHi Andrew,
Sorry about confusing you, the page templates solution would work but it may be hard to implement it, however i got an idea. why not hiding the breadcrumbs by default for all pages? and the pages you don’t want to hide it (which i guess are fewer) show it.
Regards,
JosueHi,
I didn’t get any email yet.
Regards,
JosueTry this code:
.header-scrolled .logo a { height: 44px !important; }
Tested in IE8 / Win7
Regards,
JosueGlad its working for you now :)
Regards,
JosueHi,
There is a typo, replace it with:
.page-id-3231 .main_color .av_promobox{ background: #87b8d9; } .av_promobox h4{ color: white; }
Regards,
JosueHi,
Try this:
.av_promobox h4{ color: white; }
Regards,
JosueSeptember 17, 2013 at 6:24 pm in reply to: How can I remove From: WordPress that appears in emails sent via website? #162373Hi,
You can change it by adding this to the functions.php file:
add_filter('wp_mail_from', 'YOUR_EMAIL'); add_filter('wp_mail_from_name', 'YOUR_NAME');
Regards,
Josue- This reply was modified 11 years, 3 months ago by Josue.
Glad its working for you now :)
Regards,
JosueGlad its working for you now :)
Regards,
JosueGlad its working for you now :)
Regards,
JosueHi,
Did you translated the WordPress installation too?
http://codex.wordpress.org/WordPress_in_Your_Language
Regards,
JosueHi Alex,
This CSS will do it:
.av_promobox .avia-button { background-image: none; font-size: 13px; font-weight: normal; }
Regards,
JosueHi,
I didn’t get any email yet.
Regards,
JosueHi Graeme,
It is done, please check the email i sent you.
Regards,
Josue -
AuthorPosts