Forum Replies Created
-
AuthorPosts
-
Hi,
Hope you guys had great holidays!
The issue finally popped up on one of my test sites. I tried disabling directory browsing by editing .htaccess file and started validation. I will post the updates here.
Best regards,
YigitHey DE,
Happy New Year!
Please edit your Blog Post element and go to Content > Filter > Page Element Filter and choose to skip – https://imgur.com/a/1NpOj8f
Best regards,
YigitHey Oriano,
Thanks for contacting us!
Please refer to this post – https://kriesi.at/documentation/enfold/menu/#different-menu-for-different-pages
You can use the code as following and change menu names :)
function my_custom_wp_nav_menu_args( $args = '' ) { if($args['theme_location'] === 'avia') if( is_singular( 'portfolio' ) ) { $args['menu'] = 'Anchor Menu'; } else { $args['menu'] = 'Full Menu'; } return $args; } add_filter( 'wp_nav_menu_args', 'my_custom_wp_nav_menu_args' );
Best regards,
Yigit-
This reply was modified 2 years, 6 months ago by
Yigit.
Hey,
Thanks for contacting us!
I compared the section to your actual video but I do not see any overlay on the section. I attached screenshots in private content field below. Have you figured it out already? :)
Best regards,
YigitHi,
Glad Nikko could help! Let us know if you have any other questions and enjoy the rest of your day :)
Best regards,
YigitHey Borislav,
Thanks for contacting us!
You can register to our support forum – https://kriesi.at/support/register/ using your purchase code and start new threads under Enfold sub forum :)
Best regards,
YigitHi,
Thank you! I have attached the download link in private content field below. Please let me know if you are unable to see it so we can find another solution :)
Regards,
YigitHey,
Thanks for contacting us!
Please refer to this post – https://kriesi.at/documentation/enfold/menu/#different-menu-for-different-pages. You can use either plugin or custom code solution provided there :)
Best regards,
YigitHi,
Thanks for your patience!
Color Section at the very bottom of your page was breaking the layout for some reason. I copied Grid Row element that you are using and placed it at the bottom of the page and hid it on all screens in Advanced > Responsive tab and that fixed the issue.
Please review your website :)
Merry Christmas and Happy New Year! 🎅 🎆
Best regards,
YigitHi,
I have installed Enfold 5.3.1.1 via FTP, activated your child theme and there were no errors. I activated default theme once again.
Please review your website :)
Merry Christmas and Happy New Year! 🎅 🎆
Best regards,
YigitHi Vincent,
We have informed Kriesi about your message. If he has not responded to your request yet, please feel free to raise a dispute with Envato support team.
Merry Christmas and Happy New Year! 🎅 🎆
Best regards,
YigitHi,
You can ignore the warning. As you can see in the result, it does not break neither back nor front end :)
Merry Christmas and Happy New Year! 🎅 🎆
Best regards,
YigitMerhabalar Bilal,
Glad you liked Enfold! Unfortunately, we are unable to offer you any discount as we are not able to create coupon codes on ThemeForest.
Please feel free to subscribe to our newsletter though. We send out a newsletter when the theme is on sale :)
Happy New Year! 🎅🎆
Regards,
YigitDecember 24, 2022 at 12:21 am in reply to: Logo for transparency for secific page ( header_replacement_logo ) #1377282Hey,
Great!
We have already reported it to our devs :)
Let us know if you have any other questions.
Merry Christmas and Happy New Year 🎅🎆
Regards,
YigitHi,
Glad Mike could help! Let us know if you have any other questions.
Merry Christmas and Happy New Year! 🎅🎆
Regards,
YigitHey!
Could you please add following code to Quick CSS in Enfold theme options > General Styling
.avia-chrome-108 .avia-image-container.av-img-box-shadow.av-styling-circle .avia_image { overflow: hidden; }
Regards,
YigitHi Gianluca,
I am afraid we are still not clear on the changes you would like to make. Could you please show us examples?
In Settings > Permalinks, you can change Portfolio base permalink but it seems like you have already figured that out :)
Best regards,
YigitHey Lene,
That is displayed on the page you are so when your visitor clicks on the active menu item, they scroll to the top of the page :)
Regards,
YigitDecember 23, 2022 at 4:41 pm in reply to: Logo for transparency for secific page ( header_replacement_logo ) #1377246Hey Guenni,
Thanks for contacting us!
Could you please try using following code
function replace_transparent_logo_on_some_pages($sub){ if( is_page( 59 ) ){ $sub = 'content of the SVG file here'; } return $sub; } add_filter('avf_logo_subtext','replace_transparent_logo_on_some_pages');
This does work on my local installation with SVG :)
Best regards,
YigitHi,
I added your image using HTML in Special Heading element as following
<img class="heading-img" src="https://your-domain.com/wp-content/uploads/2022/12/italien.png">
Then added following code to bottom of Quick CSS field to adjust the size of the image
/* Flag image size in Special Heading element */ .heading-img { max-width: 20px; }
Please review your website :)
Regards,
YigitHey Nic,
I went to Enfold theme options > Advanced Styling and edited H4 tagged elements and changed the font family – https://imgur.com/a/ONtKNRa.
Please review your website :)
Best regards,
YigitHi Raimund,
You are welcome! :)
For your information, you can take a look at Enfold documentation here – https://kriesi.at/documentation/enfold/
If you have any other questions or issues, feel free to start a new thread under Enfold sub forum and we will gladly try to help you :)
Merry Christmas and Happy New Year! 🎅🎆
Best regards,
YigitDecember 23, 2022 at 4:11 pm in reply to: Die farbig hinterlegten Headlines sehen in der mobilen Ansicht schlecht aus #1377241Hi,
I deleted the code Nikko shared and added following instead
@media only screen and (max-width: 993px) { .av-special-heading.turquoise-background h1.av-special-heading-tag strong { padding-left: 20px; } .av-special-heading.turquoise-background h1.av-special-heading-tag { margin-left: 0; } } @media only screen and (max-width: 480px) { .av-special-heading.turquoise-background h1.av-special-heading-tag, .av-special-heading.turquoise-background h1.av-special-heading-tag strong { padding: 0; } }
Please review your website.
Best regards,
YigitHey,
You can use following code to add scripts after opening Body tag
add_action('ava_after_body_opening_tag','new_ava_after_body_opening_tag'); function new_ava_after_body_opening_tag(){ ?> <script> // Your script here </script> <?php }
Regards,
YigitDecember 23, 2022 at 3:48 pm in reply to: Kontaktformular | Der Anzeige bei gesendeter Nachricht funktioniert leider nicht #1377235Hi,
Is it possible that the message i appears in white letters on a white field and is therefore not visible?
Yes, that is the case.
I changed the code to following one
#top h3.avia-form-success { background-color: transparent; }
Please review your website :)
Best regards,
YigitHi tremblayly,
Please refer to @guenni007’s post :)
@guenni007 thanks as always :)Best regards,
YigitHi,
You are welcome! :)
For your information, you can take a look at Enfold documentation here – https://kriesi.at/documentation/enfold/
If you have any other questions or issues, feel free to start a new thread under Enfold sub forum and we will gladly try to help you :)
Merry Christmas and happy new year! 🎅
Best regards,
Yigit -
This reply was modified 2 years, 6 months ago by
-
AuthorPosts