Forum Replies Created
-
AuthorPosts
-
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.image-overlay { width: 100%!important; left: 0!important; }Best regards,
YigitFebruary 1, 2017 at 2:46 pm in reply to: Malware warning by Wordfence because of PHP-comment in html-helper.class.php #741254Hey!
You are welcome!
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)Best regards,
YigitHey!
Please try adding this at the very end of your themes / child themes functions.php file in Appearance > Editor:
add_filter('avia_post_nav_settings', 'avia_post_nav_settings_mod'); function avia_post_nav_settings_mod($settings) { $settings['same_category'] = true; return $settings; }Best regards,
YigitFebruary 1, 2017 at 2:41 pm in reply to: Product Grid (how to display only certain products with WooCommerce?) #741248Hey Majken,
Sorry for the late reply!
You can simply create a new product category and then add the products you would like to display in that category and choose to display only that category in Product Grid element – http://i.imgur.com/YmKO02y.png :)Best regards,
YigitHey!
Sorry for the late reply!
Please post us your login credentials (in the “private data” field), so we can take a look at your backend.
Login credentials include:
- The URL to the login screen.
- A valid username (with full administration capabilities).
- As well as a password for that username.
- permission to deactivate plugins if necessary.
Best regards,
YigitFebruary 1, 2017 at 2:37 pm in reply to: Malware warning by Wordfence because of PHP-comment in html-helper.class.php #741245Hi,
Glad it worked for you! :)
We will keep the thread open and will wait to hear from the creator of this thread. If you have any other questions or issues, please feel free to start a new thread.
Best regards,
YigitHey Erich!
Sorry for the late reply!
Please refer to this post – https://kriesi.at/support/topic/how-to-edit-woocomerce-product-page-layout/#post-730198
Best regards,
YigitFebruary 1, 2017 at 2:32 pm in reply to: How to make the background photo smaller for mobile devices in color section Qui #741241Hey endanight,
Please edit your color section element and choose “Scale to fit” option – http://i.imgur.com/SMNgqV3.png
Alternatively, you can refer to this post – http://kriesi.at/documentation/enfold/hide-menu-itemselements-on-mobile/ and choose to display different color section element on mobile with optimized background imageBest regards,
YigitFebruary 1, 2017 at 2:24 pm in reply to: Default excerpt in Blog Post Grid Layout when using the Avia Layout Builder #741240Hey!
Please edit your post and click “Screen options” on the top right corner and check “Excerpt” and then scroll below your post and add your excerpt into “excerpt” field
Cheers!
YigitFebruary 1, 2017 at 2:22 pm in reply to: add an image to the right of the menu. (to replace social icons in main menu) #741238Merhabalar,
Appearance > Editor icerisinde child temanizin style.css dosyasina assagidaki kodu ekledim
#header .widget { padding-top: 0; position: inherit; z-index: 999; float: right; padding-bottom: 0; margin-top: 10px; margin-bottom: -10px; } nav.main_menu { margin-right: 200px; }Menuye sag margin eklendigi icin mobilde logo ile ust uste gelebilir. Oyle bir durum olusursa lutfen bu linklere goz atin – http://kriesi.at/documentation/enfold/menu-overlaps-logo-on-tablets/ ve http://kriesi.at/documentation/enfold/switching-to-mobile-menu-on-higher-resolutions/
Best regards,
YigitHi,
That is because of your customization. You can see default behaviour here on demo site – http://kriesi.at/themes/enfold/
Best regards,
YigitFebruary 1, 2017 at 2:12 pm in reply to: Redirect to non secure cart page. Unable to update cart #741230Hi,
Glad you figured it out!
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)Best regards,
YigitFebruary 1, 2017 at 2:11 pm in reply to: Vulnerability / suspected malware in avia-template-builder #741227Hey!
I am not really sure then unfortunately. The fix i provided was just to get rid of Wordfence warning. Link was in commented line so it had no affect
Cheers!
YigitHey!
I checked your website on Opera and it is loading totally fine on my end. Please see screenshots in private content field
Best regards,
YigitHi,
1- Yes, i simply copied from source code.
2- Can you please post a screenshot and show the issues? You can upload your screenshots on imgur.com or Dropbox public folder and post the links here. Also, please point out your page :)Best regards,
YigitHi!
Please change the code to following one
add_filter('avia_masonry_entries_query', 'avia_masonry_entries_query_mod', 10, 3); function avia_masonry_entries_query_mod( $query, $masonry ) { $query['post_status'] = array( 'publish', 'private' ); return $query; }Best regards,
YigitFebruary 1, 2017 at 1:44 pm in reply to: Minimize white space between layout element & media element #741215Hi!
You have following custom CSS codes
@media only screen and (min-width: 768px) { .entry-content-wrapper { min-height: 900px; }} .entry-content-wrapper { min-height: 1000px; }These are causing the issue. Please remove them.
Best regards,
YigitHi elimar!
You are currently using an older version of the theme. Please update Enfold to the latest version 3.8.4 – http://kriesi.at/documentation/enfold/updating-your-theme-files/ and flush browser cache and refresh your page a few times – http://wiki.scratch.mit.edu/wiki/Hard_Refresh
If that too does not help, please create a temporary admin login and post it here privately.
Also, please make sure that Instagram profile you would like to display is public.Best regards,
YigitHi,
I can no longer see the issue. Have you figured it out already? :)
Best regards,
YigitHi,
Oh sorry. Not sure why i kept reading titles :)
Try the following:
1. Install this plugin: https://wordpress.org/plugins/simple-image-sizes/
2. Go to Settings > Media
3. Change theportfolio_smallimage size (increase its width / height).
4. Regenerate the thumbnails by clicking the button at the bottom.Best regards,
YigitHi Mohammad!
You can insert HTML into navigation label fields – http://www.w3schools.com/tags/tag_img.asp
If that does not help, please elaborate on the changes you would like to make and post screenshots. You can upload your screenshots on imgur.com or Dropbox public folder and attach the links hereRegards,
YigitHi Mohammad,
You are welcome!
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)Best regards,
YigitHi,
It is without media queries actually. Please use the code as following
.rtl #mobile-advanced li > a:before, .rtl .html_header_mobile_behavior #mobile-advanced span > a:before, .rtl #mobile-advanced .mega_menu_title:before { left: auto; right: 0; margin-right: 10px; transform: rotate(180deg); } #top.rtl #header .social_bookmarks li:last-child { border-right: 1px solid #e2e2e2!important; }Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field.
Best regards,
YigitHi,
You are welcome!
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)Best regards,
YigitFebruary 1, 2017 at 1:31 pm in reply to: Vulnerability / suspected malware in avia-template-builder #741202Hi H,
I checked both of your sites and they loaded just fine on my end without forcing me to download a file.
Can you please try checking your sites on another browser? A browser add-on you are using might be causing the issueBest regards,
YigitHi,
Please check the file on your child theme, if it is not there or you cannot see the changes Ismael made there, then he probably made them on parent theme. In that case, please copy the file to your child theme.
Best regards,
YigitFebruary 1, 2017 at 1:26 pm in reply to: Malware warning by Wordfence because of PHP-comment in html-helper.class.php #741199Hey!
Please refer to this post – https://kriesi.at/support/topic/wordfence-found-a-suspected-malware-in-an-enfold-php-file/#post-740608
Regards,
YigitHi Luigina!
I just replied to your other thread. Let us continue there :)
Best regards,
Yigit -
AuthorPosts
