Forum Replies Created
-
AuthorPosts
-
Hi Brad,
Glad that Victoria helped you. Thanks for using Enfold :)
Best regards,
NikkoHi,
Glad we could help. Let us know if you need more assistance :)
Best regards,
NikkoHey Amy Williams,
Please register first on our support forum: https://kriesi.at/support/register/
Your purchase code will be needed so you can register.Best regards,
NikkoHey multivan2,
The child theme does inherit the theme options of the parent theme, so you can activate it either in the child or parent theme :)
Best regards,
NikkoHey Susanne,
Can you post a link to your site? so we can try to check it. You can post the link in private content so it can only be viewed by moderators.
Best regards,
NikkoHey reproo,
You can enable wordpress debug: https://codex.wordpress.org/Debugging_in_WordPress and check the errors. Or you can give us temporary admin access and ftp access, so we can try to check it also. Just post the details in private content, so only moderators can view it.
Best regards,
NikkoHi,
I tried to isolate the video and it does work fine, I did duplicate the page and it works fine on the newly created duplicate page, link in private content. It’s a bit weird, but it does work but not on that page, you can just swap those pages.
Best regards,
NikkoHi,
Looks Great! Glad that Ismael helped you and thanks for using Enfold :)
Best regards,
NikkoHey seykom,
Can you post a link to your site? so we can give the exact css code that should work. You can post it in Private Content, if you want the link to be kept private and only seen by moderators.
Best regards,
NikkoHi Lena,
I’m not sure what’s the desired output that you want to achieve, can you post a screenshot of it, so we can have a better idea.
Best regards,
NikkoHey katielherpiniere,
Try adding this css code in Quick CSS (located in Enfold > General Styling):
#top .avia-tooltip, .avia-tooltip .avia-arrow { background-color: blue; }Just change the color. Hope this helps :)
Best regards,
NikkoHey OriginsSpeak,
Can you give us temporary access so we can check your site? it’s just showing the coming soon page.
Best regards,
NikkoHi,
a.) You can go to Enfold > Advanced Styling > then select an element to Customize, you can choose the Main Menu and the submenu.
b.) We can give you css code for that since there’s no option for the active links. Try adding this css code in Quick CSS (located in Enfold > General Styling):
#avia-menu .current-menu-item > a { color: darkred !important; }Just replace the color value.
c.) I could see the mega menu but I don’t see the one you are referring.
d.) Unfortunately it would require quite some time and customization of the theme to achieve this, so I am sorry to tell you that this is not covered by our support. However if its really important for you to get this done, you can always hire a freelancer to do the job for you.
Best regards,
NikkoHey bobfurgo,
The whole contact form is found in enfold > config-templatebuilder > avia-shortcodes > contact.php and the fields are in enfold > framework > php > class-form-generator.php
Hope this info helps.Best regards,
NikkoHey KK,
Try adding this css code in Quick CSS (located in Enfold > General Styling):
.home .grid-image:before { background: rgba(0,0,0,0.5) !important; top: 0 !important; padding: 0 !important; display: flex !important; align-items: center; justify-content: center; }Let us know if this helps :)
Best regards,
NikkoHi,
It’s still not working, I even tried to remove the extra space in the username. Please check.
Best regards,
NikkoHi,
I have checked it and it does work, I think 120px is too far down (and not visible) and goes to the white background. The code will only affect screen sizes between 768px and 959px which is the screen size of ipad in portrait mode.
Best regards,
NikkoHi,
Try adding this css code in Quick CSS:
#top .avia-testimonial-meta .avia-testimonial-image { height: 120px; width: 120px; margin-bottom: 30px; } #top .avia-section.avia-builder-el-last .entry-content-wrapper { text-align: center; } #top .avia-section.avia-builder-el-last .entry-content-wrapper > span.av_font_icon { display: inline-block; margin: 0 10px 20px; }Hope this helps :)
Best regards,
NikkoHey ScottYetter,
Try adding this css code in Quick CSS (located in Enfold > General Styling):
@media only screen and (max-width:959px) and (min-width:768px) { .home #header #avia-menu { position: relative; top: 60px; } }Hope this helps :)
Best regards,
NikkoHey hdsitomh,
Try to enable wordpress debug: https://codex.wordpress.org/Debugging_in_WordPress there might be some settings you need to change in your local machine.
Best regards,
NikkoHi,
Try adding this css code in Quick CSS (located in Enfold > General Styling):
#top ul.vink li { list-style: none; background: url('link') left center no-repeat; }Replace the link with url in Private Content. Hope this helps :)
Best regards,
NikkoOctober 23, 2017 at 4:24 am in reply to: How can I add an "Add to cart" button on a non-product page? #867427Hi,
Thanks for understanding and thanks for using Enfold :)
Best regards,
NikkoOctober 23, 2017 at 4:23 am in reply to: Notice: WC_Cart::get_cart_url is deprecated since version 2.5! Use wc_get_cart_u #867426Hi,
Glad that Rikard helped you. Let us know if you need more assistance :)
Best regards,
NikkoHi,
I have tested the embed code you posted and I get the same error. Can you give us temporary admin access? so we can check further.
Best regards,
NikkoHey kagitvs,
Try adding this php code at the bottom of functions.php:
function list_categories_fn( $atts ) { $cat = '<ul>'; $cat .= wp_list_categories( array( 'orderby' => 'name', 'title_li' => '' ) ); $cat .= '</ul>'; return $cat; } add_shortcode( 'list_categories', 'list_categories_fn' );then on your page just use this shortcode:
[list_categories]This should list all your categories. Hope this helps :)
Best regards,
NikkoHey condonpb,
I think it’s difficult to achieve that with 2 columns, would it be okay if we make it 1 column?
Best regards,
NikkoHi,
Glad to hear that. Thanks for using Enfold :)
Best regards,
NikkoHi Chris,
Glad we could help and thanks for always using Enfold :)
Best regards,
NikkoHi,
You’re welcome, you can add another if to accommodate very large screens.
Glad we could help and thanks for using Enfold :)
Best regards,
NikkoHey Stephan,
Can you try to copy all the contents of Quick CSS to a text editor and remove all the contents from Quick CSS, save after then clear browser cache and check. Then re-add the css codes back to Quick CSS, just let us know if it did affect or not.
Best regards,
Nikko -
AuthorPosts
