Forum Replies Created
-
AuthorPosts
-
Hi zerodotnine,
Glad you got it working for you! :)
If you need further assistance please let us know.
Best regards,
VictoriaJune 8, 2020 at 9:24 pm in reply to: Still having issue with logo in header (mobile / tablet) #1220660Hey alexx8675,
Best regards,
VictoriaHey lubrandi,
Could you please attach some screenshots of the issue?
Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?
Best regards,
VictoriaJune 8, 2020 at 9:21 pm in reply to: Is there a way to make a button open a slideshow gallery? #1220657Hi alexx8675,
You might want to look for a plugin that does that. It is a custom functionality that needs to be built separately.
If you need further assistance please let us know.
Best regards,
VictoriaHi Portal kairós ,
Thank you for sharing :) I hope it will work for you then.
If you need further assistance please let us know.
Best regards,
VictoriaJune 8, 2020 at 9:17 pm in reply to: Read-More text for blog entries missing on home when using Avia Layout Architec #1220650Hi mai,
You need to move archive.php to your child theme if you want the modification to survive updates.
And change
$atts = array( 'type' => 'grid', 'items' => get_option('posts_per_page'), 'columns' => 3, 'class' => 'avia-builder-el-no-sibling', 'paginate' => 'yes', 'use_main_query_pagination' => 'yes', 'custom_query' => array( 'post__in'=>$post_ids, 'post_type'=>get_post_types() ) );to:
$atts = array( 'type' => 'grid', 'items' => get_option('posts_per_page'), 'columns' => 3, 'contents' => 'excerpt_read_more', 'class' => 'avia-builder-el-no-sibling', 'paginate' => 'yes', 'use_main_query_pagination' => 'yes', 'custom_query' => array( 'post__in'=>$post_ids, 'post_type'=>get_post_types() ) );If you need further assistance please let us know.
Best regards,
VictoriaHey Michael,
Where, on which lines are you adding the code?
Best regards,
VictoriaHi studiocrone,
https://share.getcloudapp.com/rRulP5pK You need to edit the color section to check the Section background tab.
If you need further assistance please let us know.
Best regards,
VictoriaHey Zest,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
#header_main { display: flex; flex-direction: column-reverse; } .html_header_top.html_header_topbar_active.html_header_sticky #top #main { padding-top: 200px; }If you need further assistance please let us know.
Best regards,
VictoriaHey ComeAlivesorted,
We cannot see pages in the maintenance mode. Please share credentials in private.
Best regards,
VictoriaHi irxcommunicatie,
Could you please attach some screenshots of the issue?
Best regards,
VictoriaHi awasner,
Could you please give us a link to your website, we need more context to be able to help you.
Best regards,
VictoriaHey HPT-admin,
Best regards,
VictoriaHi maxcoppeta,
Glad you got it working for you! :)
If you need further assistance please let us know.
Best regards,
VictoriaJune 8, 2020 at 8:42 pm in reply to: how to get image hotspots background color transparent #1220628Hey ftt123,
Could you please give us a link to your website, we need more context to be able to help you.
Best regards,
VictoriaHi ftt123,
Glad we could help :)
If you need further assistance please let us know.
Best regards,
VictoriaHi angrycreative,
There are versions 4.5.2 and 4.5.7, which one do you prefer?
Best regards,
VictoriaHi mistercupix,
It looks like you’re using some other gallery, not the ones that come with the theme, right?
Best regards,
VictoriaHi buraud,
Glad we could help :)
If you need further assistance please let us know.
Best regards,
VictoriaJune 8, 2020 at 8:24 pm in reply to: top menu : position of dropdown + button style + breadcrum navigation #1220622Hi anma,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
#top .sub_menu #avia2-menu li ul { left: 20px; }If you need further assistance please let us know.
Best regards,
VictoriaHi Stefan,
https://share.getcloudapp.com/z8u87LO2 It will work with portfolio items. Are you using portfolios?
Best regards,
VictoriaHi Michel,
Please the code put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css.
If you need further assistance please let us know.
Best regards,
VictoriaHi Michelmes,
Great :)
If you need further assistance please let us know in a new one as we are closing this thread.
Best regards,
VictoriaHey Apollid,
Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?
Best regards,
VictoriaHey fusedmanagement,
Could you please give us a link to your website, we need more context to be able to help you.
Best regards,
VictoriaHi mexinsurance,
Can you please describe you issue here in more detail?
Best regards,
VictoriaHi jnightingale,
Best regards,
VictoriaHi Ambrose,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
.ls-overflow-visible { overflow: hidden !important; }If you need further assistance please let us know.
Best regards,
VictoriaJune 8, 2020 at 7:49 pm in reply to: How to remove the dotted grid overlay form the color section? #1220602Hi oliverdubai,
Glad you got it working for you! :)
If you need further assistance please let us know.
Best regards,
VictoriaJune 8, 2020 at 7:47 pm in reply to: What is the ideal image dimensions, resolution & file size to avoid pixilation? #1220599Hi oliverdubai,
First of all, you need to add this code to your functions.php, so that images do not lose quality on upload:
function av_return_100(){ return 100; } add_filter('jpeg_quality', 'av_return_100'); add_filter('wp_editor_set_quality', 'av_return_100');Best regards,
Victoria-
This reply was modified 5 years, 9 months ago by
Victoria.
-
This reply was modified 5 years, 9 months ago by
-
AuthorPosts
