Forum Replies Created
-
AuthorPosts
-
Hi!
Use this:
@media only screen and (max-width: 48em) { #socket .container .avia-bullet { display:none !important; } }Regards,
JosueHm, not seeing it, make sure you put it in Private Content.
Best regards,
JosueJanuary 9, 2016 at 11:02 am in reply to: Add sharing social buttons: WhatsApp, Telegram and Line #562401You are welcome, glad to help :)
Regards,
JosueHi!
Check your site, i’ve applied a fix in your child theme functions.php.
Cheers!
JosueJanuary 8, 2016 at 11:51 pm in reply to: add more than 5 columns and problems with template-builder.class.php #562236Hey!
Have you considered using a Table instead? the borders could be removed with CSS.
Best regards,
JosueI’m unable to identify which element is the banner and where do you want it.
Regards,
JosueSounds like your business email isn’t able to receive messages, try contacting your e-mail hosting provider.
Best regards,
JosueHello!
Enfold doesn’t have a Pin it button i guess you’re referring to the third-party plugin mentioned in this topic, unfortunately our support is limited to theme-specific questions. You can request a customisation quote from a third-party provider here.
Regards,
JosueHey!
i’m not sure what you’re posting there, if you could provide screenshots that would be better. I guess you want the banner in the single topic view too, if so then change the code to:
add_action( 'bbp_template_before_forums_index', 'bbp_template_before_forums_index_func'); add_action( 'bbp_template_before_single_topic', 'bbp_template_before_forums_index_func'); function bbp_template_before_forums_index_func() { ?> <a href='#'><img src='img_url'></a> <?php }Cheers!
JosueOk, try adding this:
#top div .avia-gallery .avia-gallery-big { border-width: 3px; padding: 0; }Regards,
JosueHey!
The three images are actually one image, it’s not possible to modify the actual image with CSS so you’d need to split them and upload them separately (or edit the image and add the borders manually).
Cheers!
JosueHi!
Please check if the contact form works now.
Cheers!
JosueYou are welcome. Not really, we all know a bit of SEO and related :)
Regards,
JosueHi!
Try with this code in theme / child theme functions.php:
add_action( 'bbp_template_before_forums_index', 'bbp_template_before_forums_index_func'); function bbp_template_before_forums_index_func() { ?> <a href='#'><img src='img_url'></a> <?php }Regards,
JosueYou are welcome, glad to help :)
Regards,
JosueHi!
Try with this:
.avia-slideshow li img { border: 3px solid #d8a1ac; }Regards,
JosueHi!
You can:
– Disable the LayerSlider plugin and use the one that comes with the theme instead (it won’t require you a key or anything).
– Disable the one that comes with the theme and use the LayerSlider plugin, see – http://kriesi.at/documentation/enfold/deactivate-the-layerslider-plugin/Cheers!
JosueYou are welcome, glad to help :)
Regards,
JosueHi!
I’ll post a link to my test install and the phpinfo.
Cheers!
JosueTry refreshing a few times.
Best regards,
JosueOk, check it now. I’ve uploaded
avia_samplesto/wp-admin.Regards,
JosueTry replacing that (all) with this:
#top img[class*='align'], #top div .avia-gallery img, #top .mfp-figure img, #top article a img, #top iframe, #top .avia-video, #top .avia-image-container img{ border: 4px solid #d8a1ac; } #top .avia-image-container img { padding: 10px; } #top div .avia-gallery img{ padding: 0; } #top .mfp-figure img { padding: 0; } #top .mfp-bottom-bar { margin-top: 0; } #top .avia-popup .mfp-close { top: -35px; }If you want to change the border globally you’d just update this line:
border: 4px solid #d8a1ac;Please make sure you don’t copy these codes from the email notification but from the actual forum reply.
Hola,
Enfold no tiene esa funcionalidad, en la pagina que has enlazado ellos estan usando este plugin:
https://wordpress.org/plugins/real-estate-listing-realtyna-wpl/Saludos,
JosueJanuary 7, 2016 at 2:07 am in reply to: Add sharing social buttons: WhatsApp, Telegram and Line #560893No, i think that’s because you’re on Multi-site, in this case it would be necessary to have a child theme set-up. I’d suggest doing that first before we proceed.
Editing the main theme functions.php could work but that’s not recommended.
Best regards,
JosueWith all honesty this can continue for weeks until we find the real culprit, and that’s neither convenient to you or us. I’d suggest sticking to the fix of adding an extra tag. Another quicker solution could be doing a search (in the DB) and replacing all
av_one_thirdwithav_one_halfand then modifying the widths with CSS so they resembleav_third_one.I’ll provide you the SQL query to do the replace on the preview meta field now:
UPDATE wp_postmeta SET meta_value = replace(meta_value, 'av_one_third', 'av_one_half') WHERE meta_key = '_preview_text'Regards,
Josue-
This reply was modified 9 years, 10 months ago by
Josue.
Hey!
Try this:
img[class*='align'], #top div .avia-gallery img, .mfp-figure img { border: 3px solid blue; } #top div .avia-gallery img{ padding: 0; } #top .mfp-figure img { padding: 0; } #top .mfp-bottom-bar { margin-top: 0; } #top .avia-popup .mfp-close { top: -35px; }Modify the first code as needed.
Regards,
JosueHi!
Change your code to:
#header .widget { padding-top: 18px; position: absolute; top: 0; transform: translate(115%); right: 0; z-index: 9999; line-height: 100%; width: 160px; }Regards,
JosueJanuary 7, 2016 at 1:01 am in reply to: Add sharing social buttons: WhatsApp, Telegram and Line #560862Hi!
Editing theme files is not possible in your install. Have you tried the steps detailed in this message?
https://kriesi.at/support/topic/add-whatsapp-icon/#post-532969Best regards,
JosueJanuary 7, 2016 at 12:57 am in reply to: Pagination stuck, won't go past page 1, although says it's on other pages #560859Hey!
Please update the theme to the latest version (3.4.7). Also try disabling all third-party plugins.
Best regards,
JosueIn my install i’m using two
av_one_thirdand they do render, so i’m not sure if it would be considered a bug but maybe something that happens on a specific server environment.Regards,
Josue -
This reply was modified 9 years, 10 months ago by
-
AuthorPosts
