Forum Replies Created
-
AuthorPosts
-
Hey Sadegh,
1. Enable custom class for ALB elements and set a class of “alignr” to the heading elements you want to be right aligned, then add this to Quick CSS:
.alignr{ text-align: right; }
2. Make sure you’re pasting raw un-formatted text into the Text Blocks, that text seems to have some HTML mixed with it, enable the “Text” tab and remove it.
Best regards,
JosueHi,
Can you post the link to your website please?
Regards,
JosueHello!
It is possible but it would require a heavy modification to the theme, unfortunately that’s beyond our support scope. You can request a customisation quote from a third-party provider here.
Regards,
JosueHey Aurora,
I didn’t note anything unusual in your site, can you detail what’s the issue you’re having?
Best regards,
JosueHey s7130927d,
Your site is on maintenance mode, please post an access so we can check it.
Best regards,
JosueHola,
¿Que es lo que quieres cambiar exactamente? quieres definir un sidebar por defecto para cierto tipo de Posts?
Saludos,
JosueHey!
Try adding this code to the Quick CSS:
h2.post-title.entry-title { font-size: 22px !important; }
Cheers!
JosueHi,
Use this:
#top .av-main-nav ul a{ font-size: 14px; } #top .av-main-nav ul li:hover a{ background: #21b1ec; color: white !important; }
Best regards,
JosueHey!
Try adding this code to the Quick CSS:
@media only screen and (max-width: 767px) { #top .flex_cell .avia-button.avia-position-left { float: none; display: inline-block; position: relative; left: 0; right: 0; } #top .flex_cell .avia-button-wrap { display: block; float: none; text-align: center; } }
Cheers!
JosueJuly 30, 2016 at 5:37 pm in reply to: Replace toggle icon with another entypo-fontello font OR use a png #666842Hey!
Try adding this code to the Quick CSS:
#top .scroll-down-link:before { content: url(_LINK_TO_IMG_); }
Make sure the image is around 60×60.
Cheers!
JosueHi,
Check it now, i added this to your child theme functions.php:
function change_blog_archive_style() { global $avia_config; if(!is_single()){ $avia_config['blog_content'] = "excerpt_read_more"; } } add_action('get_header', 'change_blog_archive_style');
Best regards,
JosueJuly 30, 2016 at 5:16 pm in reply to: Updating from Enfold 2.7 to 3.6 completely breaks layout #666835Hi,
That error is expected when using a newer version of WP with an older version of Enfold, one thing you can do is replace the whole
framework
folder (from a copy of the latest Enfold).Best regards,
JosueJuly 30, 2016 at 5:14 pm in reply to: Replace toggle icon with another entypo-fontello font OR use a png #666834Hi,
Post a link to the Page where you have the toggle element.
Best regards,
JosueHi,
Can you post the link to your website please?
Regards,
JosueEs por este codigo que tienes en style.css:
/*PARA PONER EL SIDEBAR DEBAJO EN VERSI�N IPAD VERTICAL*/ @media only screen and (min-device-width: 768px) and (max-device-width: 967px) and (orientation: portrait) { .container { max-width: 100% !important; } #top #main .sidebar { width: 100% !important; } /*PARA PONER EL FOOTER CON UNA SOLA COLUMNA EN IPAD VERTICAL*/ .flex_column { width: 100% !important; margin-left: 0 !important; } }
Hi,
Add this:
@media only screen and (max-width: 767px){ .responsive #socket .social_bookmarks, .responsive #socket .copyright { display: block; float: none; clear: both; margin: 0; text-align: center; } .responsive #socket .social_bookmarks li { float: none; display: inline-block; } .responsive #socket .sub_menu_socket { padding-top: 10px; } .responsive #socket .sub_menu_socket li { display: block; margin: 8px 0; border: 0; } }
Best regards,
JosueJuly 30, 2016 at 4:43 pm in reply to: SEO Ultimate Plugin Title Tag Not Appearin on Blog Page #666830Hi,
Can you please check if the issue persists with the default WordPress theme activated?
Regards,
JosueUsa este codigo:
@media only screen and (max-width: 480px) { .av_font_icon.av-icon-style-border .av-icon-char { padding: 10px; } .av_icon_caption { font-size: 13px; } }
July 30, 2016 at 5:44 am in reply to: disable sidebar for certain products (designed with advanced layout editor) #666776Hi,
You could use CSS to hide them, try these codes in Quick CSS:
.postid-400 .sidebar, .postid-660 .sidebar, .postid-1164 .sidebar, .postid-1087 .sidebar { display: none !important; } .postid-400 .content, .postid-660 .content, .postid-1164 .content, .postid-1087 .content{ border: 0; width: 100% !important; }
Best regards,
JosueJuly 30, 2016 at 5:19 am in reply to: How to change header text on Tag page to reflect tag selected? #666774Hi,
check it now.
Best regards,
JosueHey!
Please post a link to your site.
Best regards,
JosueDale, procedo a cerrar el tema.
July 29, 2016 at 11:49 pm in reply to: Enfold and team work. Merging local databases into staging/production enviroment #666724Hi,
I checked your site and the dynamic stylesheet is being included as expected:
<link rel='stylesheet' id='avia-cdn-dynamic-css' href='https://d3a83k1p4ldgk8.cloudfront.net/wp-content/uploads/dynamic_avia/villa_bugis.css?ver=2' type='text/css' media='all' />
Best regards,
JosueJuly 29, 2016 at 7:59 pm in reply to: Reverse Colors of Social Icons (already tried other threads) #666689Hi,
have you checked in another browser or computer? can you post a screenshot of your view.
Best regards,
JosueJuly 29, 2016 at 3:32 pm in reply to: Reverse Colors of Social Icons (already tried other threads) #666610Hey LorbeerDesign,
What’s the login URL?
Best regards,
JosueHey,
I’m afraid that’s a expected behaviour, the lightbox script catches all items present in the grid, and when you filter something it doesn’t remove them from the page but hides them with CSS.
If you truly want the lightbox to only catch the current images you could replace the default filter with links (HTML list) to their actual archive pages (
http://website.com/portfolio_entries/{category}
).Regards,
Josue -
AuthorPosts