Forum Replies Created
-
AuthorPosts
-
Hey voipgal!
no estoy seguro de que queres hacer. Nos puedes mandar una captura de pantalla donde podemos ver de lo que queres hacer? puedes usar imgur.com o dropbox.
Para quitar el apartado Main usa este código en tu Quick CSS:
main.template-page.content.av-content-full.alpha.units { display: none; }
Para poner imagenes en tu footer tienes que ir a Appearance->Widget y luego puedes usar una widget de texto en los columnas que has creado en Enfold->Footer->Footer Columns
Espero que esto te ayuda!
Saludos,
AndySeptember 23, 2015 at 12:26 pm in reply to: Social Share Icons on product page breaking page structure. Urgent Help! #507666Hi!
it should work with my code I think, though glad you found a better solution for you. Try this code to hide for example pinterest:
li.av-share-link.av-social-link-pinterest { display: none; }
to hide email:
li.av-share-link.av-social-link-mail { display: none; }
Try this code instead in your functions.php:
remove_action( 'woocommerce_before_single_product_summary', 'avia_close_image_div', 20); add_action( 'woocommerce_before_single_product_summary', 'avia_add_social_toolbar', 20); function avia_add_social_toolbar() { $content = avia_social_share_links(array(), false, '', false); $content .= '<div class="share-this-entry">Share this entry:</div>'; echo $content; }
I hope it will work for you!
Best regards,
AndyHi!
it is important that you do not just disable caching plugin, but go into it’s settings at first to switch off caching. Afterwards disable this, as well as all other plugins and clear browser cache before hard refreshing a few times. Please confirm when you are done and still need help with this issue.
Cheers!
AndySeptember 23, 2015 at 11:59 am in reply to: Individual height columns don't seem to be working. #507639Hi!
why do you want to avoid custom CSS? Not sure what you mean with any example of individual height setting. As I already told you the “Section Minimum Height” is not about positioning, it’s about the height of the color section itself. If you want to control position of the color section you need to use custom CSS.
Regards,
AndySeptember 23, 2015 at 11:05 am in reply to: Responsive image like in One Page Portfolio Demo #507604Hey!
I can see the cropped menu on my android device. Try to control it with this code:
@media only screen and (max-width: 767px) { a#advanced_menu_toggle { top: 27px; right: -25px; }}
Make sure to clear browser cache and hard refresh a few times (tell this to your customer as well).
Regards,
Andy-
This reply was modified 9 years, 9 months ago by
Andy.
September 22, 2015 at 2:56 pm in reply to: Individual height columns don't seem to be working. #507087Hi!
I think “individual height” settings is for the height of the element itself and not for it’s position. Glad if it’s working for you now. Let us know in a new ticket, if you have some more questions related to the theme.
Regards,
AndyHi xyzb!
make sure to use newest theme and WordPress version, as well as newest plugin version. Try to deactivate all other plugins but NexGen to check if one is making problems. A link where we can see the issue would be helpful. Ask NextGen support as well as they know their plugin best.
Cheers!
AndySeptember 22, 2015 at 2:51 pm in reply to: Coloured background section (text area or colour section) #507082Hey sitesme!
I suggest to remove the background image you are using right now and use this code instead (inside Quick CSS field):
#wrapSite { background-color: rgba(0,0,0,0.6) }
The last value (0.6) is the opacity. Adjust as needed.
Regards,
AndySeptember 22, 2015 at 2:47 pm in reply to: Color section on mobile devices is displayed wrong and multi author blog style #507078Hi Remco!
1. Not sure what you mean and when I check it on mobile it looks fine to me. Can you provide us screenshots of the issue please? you can use imgur.com or dropbox.
2. Try this code:
.blog-meta { display: none; }
I hope this is what you mean.
Best regards,
AndyHi _micco!
did you use the code block element to include your click event? I think you could try to activate debug mode and include the shortcode of your code block element somehow as image link. Maybe it will work for you.
Cheers!
AndyHey!
we need a link showing what you are talking about as well, to be able to inspect the elements.
Best regards,
AndyHi!
ehm where is the link to login?
Regards,
AndyHi!
glad Ismael could help. Let us know in a new ticket if you have some more questions related to the theme. We are happy to assist you.
Best regards,
AndyHey!
I agree @rlogan2334 and thanks for checking.
I hope you can fix the (caching) issue soon. Did you ask your host if they are using any kind of caching on your server?
Best regards,
AndyHey woodyalenton!
a link showing the elements would help us a lot.
For phone number try this:.social_header .phone-info { }
What do you mean with top menu (but not main menu)? can you show us an example please? we need to inspect the elements.
Best regards,
AndySeptember 22, 2015 at 2:27 pm in reply to: Individual height columns don't seem to be working. #507052Hi!
thanks for the correct link. Use this code to control it:
.flex_column.av_three_fifth.flex_column_div.first.avia-builder-el-12.el_after_av_two_fifth.el_before_av_two_fifth { top: -115px; } .flex_column.av_three_fifth.no_margin.flex_column_div.av-zero-column-padding.first.avia-builder-el-16.el_after_av_two_fifth.el_before_av_two_fifth { top: -115px; }
Cheers!
AndySeptember 22, 2015 at 2:23 pm in reply to: Individual height columns don't seem to be working. #507050Hey!
I checked the website you have provided in your first post and can’t find the element you are showing in your screenshot. Where is it?
Regards,
AndyHey!
I think it should work when you adjust the width.
Let us know in a new ticket if you have some more questions related to the theme. We are happy to assist you.Regards,
AndyHi kunzi!
try this solution: https://kriesi.at/support/topic/add-revisions-for-portfolio-items/#post-396858
Cheers!
AndySeptember 22, 2015 at 2:15 pm in reply to: Integrate Aweber form into Contact forms on homepage and about page #507040Hey!
which style do you have now? please provide us a link showing it. And which style do you want to achieve? please show us what you need.
Regards,
AndyHey!
your website is loading very fast for me and we can’t reproduce any issue. Everything seems fine to me. Could you fix it?
Regards,
AndySeptember 22, 2015 at 1:55 pm in reply to: Individual height columns don't seem to be working. #507024Hey!
not sure what you are trying to do and a mockup would have helped a lot. However, try this code to move your buttons up:
.flex_column.av_one_fifth.flex_column_div.av-zero-column-padding.first.avia-builder-el-7.el_after_av_three_fifth.el_before_av_one_fifth { top: -130px; } .flex_column.av_one_fifth.flex_column_div.av-zero-column-padding.avia-builder-el-9.el_after_av_one_fifth.el_before_av_heading { top: -130px; }
Cheers!
AndyHi!
refer to this post: https://kriesi.at/support/topic/portfolio-sidebar-removal/#post-72354
Regards,
AndySeptember 22, 2015 at 1:17 pm in reply to: Accordion Slider – Magazine Image size – Smartphone display #507003Hi JasonC!
I am sure it is possible but would require a huge amount of work, which would be considered as custom work. You can hire a freelancer for this job here: http://kriesi.at/contact/customization
Regards,
AndySeptember 22, 2015 at 1:03 pm in reply to: Problem with preview images related to Avia layout builder #506991Hey!
I used your shortcodes (you can see them by activating debug mode) in a test post I created (see private content). It seems to work fine for me.
Cheers!
AndySeptember 22, 2015 at 12:35 pm in reply to: Additional Social Icons in Footer (replacing RSS/Twitter) Widget #506970Hey!
refer to this post brittanywinter linked in her first post: https://kriesi.at/support/topic/replace-rss-by-facebook-widget-footer/#post-312541
Regards,
AndySeptember 22, 2015 at 12:32 pm in reply to: Social Share Icons on product page breaking page structure. Urgent Help! #506966Hi!
thanks for the link. Try this code in Quick CSS field:
.av-share-box { position: relative; top: -450px; width: 75%; }
and adjust as needed.
Regards,
AndySeptember 22, 2015 at 12:29 pm in reply to: Google Maps content per iframe im Portfolio raster/masonry anzeigen lassen #506961Hey!
wir können dir keinen Support für alle Plugins von dritten anbieten, die es da draußen gibt und du müsstest dir selbstständig ein passendes heraus suchen.
Liebe Grüße,
AndyHi!
unfortunately we can’t provide support for every 3rd party plugin out there and you need to contact plugin’s author about this issue. I hope they can help you.
Regards,
AndyHey!
please activate a default WordPress theme and let us know if you have the same issue or not. You won’t loose any settings, though it’s best to have a backup, just in case.
Regards,
Andy -
This reply was modified 9 years, 9 months ago by
-
AuthorPosts