Forum Replies Created
-
AuthorPosts
-
Hi gfriend70,
There’s no known issue for what you described. I believe the issue maybe more of Woocommerce as you have mentioned.
I looked up to our forum for issues regarding Apple Pay / Google Pay but it’s more of a display issue but not functionality:
– https://kriesi.at/support/topic/proceed-to-checkout-button-not-working-on-mobile-devices/
– https://kriesi.at/support/topic/woocommerce-digital-wallet-default-store-and-paypal-buttons-alignment-spacing/Best regards,
NikkoHi gfriend70,
Can you try to change is_blog() in Ismael’s code to is_home() ?
Hope it helps.Best regards,
NikkoHi dreamreader,
Can you give us the link to the page? so we can give an accurate CSS code.
You can post the link in private content.Best regards,
NikkoHi diogovareta,
also how can I place the terms inside the boxes?
Please check on the other thread: https://kriesi.at/support/topic/change-the-word-site-in-the-wordpress-comments-form-box/#post-1423858
Best regards,
NikkoOctober 27, 2023 at 2:35 am in reply to: Change the word ‘Site’ in the wordpress comments form box #1423858Hi diogovareta,
You can do it by adding this code in your child theme’s functions.php (just replace the values inside placeholder):
add_filter( 'comment_form_default_fields', 'enfold_comment_placeholders' ); function enfold_comment_placeholders( $fields ) { $fields['author'] = str_replace( '<input', '<input placeholder="Name"', $fields['author'] ); $fields['email'] = str_replace( '<input', '<input placeholder="Email Address"', $fields['email'] ); $fields['url'] = str_replace( '<input', '<input placeholder="Website"', $fields['url'] ); return $fields; }
Then hide the labels with this CSS code:
#commentform .comment-form-author label, #commentform .comment-form-email label, #commentform .comment-form-url label { display: none; }
Hope it helps.
Best regards,
NikkoHi phausner,
Yes, you are correct that the file is in the directory, however, the Theme Editor was not enabled on your site, so you can only access it via FTP or cPanel (through webhost).
I opted for option #1, I posted above and made the changes, please review your website.Best regards,
NikkoOctober 27, 2023 at 1:55 am in reply to: Enfold Theme Problem: non-JS module / ERR_CONNECTION_CLOSED #1423853Hi webmaster800,
Thanks for posting the video showing the error.
The login has expired, please extend the expiry date.Best regards,
NikkoHi Guido,
Thanks for using Enfold and have a great day!
Best regards,
NikkoHi phausner,
The Blog Layout you are using is Blog Layout which means it uses a predefined layout, there are two options you can do.
1. Switch to Use the advance layout editor to build your own blog layout (simply edit the page you have chosen in Enfold->Theme Options as a blog page) and you’ll have control over the Blog page.
or:
2. Simply add this code at the bottom of your child theme’s functions.php code:function exclude_category( $query ) { if ( $query->is_home() && $query->is_main_query() ) { $query->set( 'cat', '-20, -21' ); } } add_action( 'pre_get_posts', 'exclude_category' );
Hope it helps.
Best regards,
NikkoHi Lyse,
Thanks for giving us the link.
I have checked it and I do see the X logo between facebook and instagram icon, the issue may just be in your local browser, please try to refresh your browser using ctrl + f5 or clear the browser cache.Best regards,
NikkoHi lanlion2003,
I tried to login however it returns “ERROR: Incorrect username or password.”.
As for easyslider missing pause and play button, it does not actually have that feature, layerslider, however can have that feature since it is more advanced slider.
As for transition, can you make a test page? so we can simply check how it transitions, and as for not fading, I think it may be just caching issues.Best regards,
NikkoOctober 26, 2023 at 11:34 am in reply to: Actual enfold – ad “read more” link to every magazine entry #1423771Hi Arne,
You can add the read more link below this code in magazine.php (line 1559):
$output .= implode( '', $header_content );
Hope this helps.
Best regards,
NikkoHi Ryan-Michael,
Yes, you can select a demo and import it so you can have the styles setup.
Best regards,
NikkoHi whdsolutions,
Thanks for giving us admin access.
I have made the changes on functions.php of your child theme, please review your website.Best regards,
NikkoHi whdsolutions,
Can you give us temporary admin access on the staging site? so we can try to check on the issue further.
Best regards,
NikkoHi slikslok,
Thanks for providing the admin access.
It should be fixed now, if not, then please edit the page and press CTRL + SHIFT + ALT + F.
I think you may have accidentally toggled fullscreen mode.
Hope it helps.Best regards,
NikkoHi Lyse,
I’m glad that you have managed to fix the issue.
Thanks for using Enfold and have a great day!Best regards,
NikkoHi whdsolutions,
Can you try the solution posted on this thread: https://kriesi.at/support/topic/portfolio-items-wont-open-in-a-new-window-from-the-masonry-grid/
Hope it helps.Best regards,
NikkoHi Ryan-Michael,
Thanks for purchasing our theme :)
You can import our Construction Demo on Enfold > Theme Options > Import Demo, so you can have the design setup.
Then you can simply those House Designs in Portfolio.
Hope it helps.Best regards,
NikkoHi Guido,
Please try to add this CSS code in Enfold > General Styling > Quick CSS:
@media only screen and (min-width:767px) and (max-width:1540px) { .home #av_section_3 .av_one_fourth { display: none; } .home #av_section_3 .av_one_half { margin-left: 0; width: 100%; } .home #av_section_3 .av_one_half #nex-forms button.btn { margin-left: auto; margin-right: auto; } }
Best regards,
NikkoHi JantienM,
Please try to add this in Enfold > General Styling > Quick CSS:
.home #av_section_3 .avia-button-wrap { margin-left: auto; margin-right: auto; display: block; }
Hope it helps.
Best regards,
NikkoHi Sabine,
I’m glad that Rikard could help you :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHi rosiet5,
I apologize for the delayed response.
I think that will not be possible with the current layout since parallax will move the object as you scroll which makes.
Maybe instead of 2 rows with 2 columns, make it 1 row with 2 columns and just add the image on top of the other.Best regards,
NikkoHi Loveronika,
Thanks for giving us admin access.
I have adjusted the font sizes on smaller devices (you can see this when you edit the slide element, and you go to Style > Font Sizes, then you select those icons and set the font sizes). Then I added this CSS in Enfold > General Styling > Quick CSS, to adjust the height of the slider:@media only screen and (max-width:479px) { .home #full_slider_1, .home #full_slider_1 .avia-slideshow, .home #full_slider_1 .avia-slideshow-inner, .home #full_slider_1 .avia-slide-wrap { min-height: 300px; } .home #full_slider_1 .avia-slide-wrap { background-size: cover !important; } }
Please review your website.
Best regards,
NikkoHi MikeTandySwag,
I’m glad that we could help you :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHi jb84,
You can follow the instructions in https://kriesi.at/documentation/enfold/import-demos/#how-to-manually-import-a-theme-demo
1. Add this in your functions.php:add_theme_support( 'avia_demo_store_downloaded_files' );
2. Get the demo you’d like to use in https://github.com/KriesiMedia/enfold-library/tree/master/demos
3. Upload the demo (the zip file) to \uploads\avia_demo_files\ then extract it, so it should be like (I’ll use law for example), \uploads\avia_demo_files\law (law folder should have two files law.txt and law.xml)
4. Go to Enfold > Theme Options > Import Demo, and when you hover over Law demo, it should show Click to Export (not Click to Download) and that should do it.
If in case, it does not show Click to Export, try moving the law folder from \uploads\avia_demo_files\law to \uploads\dynamic_avia\avia_demo_files\law
Hope it helps.Best regards,
NikkoHi madmanbean,
I’m glad that Rikard could help you :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHi Loveronika,
I’m glad that Ismael could help you :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHi jb84,
I apologize for the delayed response, the Law demo has been imported and I have responded on the original thread.
I will close this thread and continue the discussion in the original post.Best regards,
Nikko -
AuthorPosts