Forum Replies Created
-
AuthorPosts
-
Hi,
@trikosm Can you please start a new thread and attach temporary admin logins in private content field? If you post them here, they will be visible to creator of this thread as well.Best regards,
YigitSeptember 5, 2017 at 3:45 pm in reply to: Translate WooCommerce button text via WPML or plugin? #848167Hi,
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,
YigitHi!
1- Please add widget area to your header – http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/
2- Please add following code to Functions.php file in Appearance > Editoradd_filter( 'avia_breadcrumbs_args', 'avia_breadcrumbs_args_mod', 10, 1 ); function avia_breadcrumbs_args_mod( $args ) { $args['show_home'] = __( 'New Home', 'avia_framework' ); return $args; }Regards,
YigitSeptember 5, 2017 at 3:34 pm in reply to: How do I hide the language in the burger menu but keep them in the mobile header #848155Hi,
Glad Rikard could help! :)
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 Eric,
Theme does not change how return to shop button works. Also, following the same steps, i could not reproduce the issue on my local installation. Could you please try switching to another theme temporarily to check if it is theme related or not? Also, have you made any changes on WooCommerce files?
Best regards,
YigitHi,
I am not sure if i understood the issue. Can you please post a screenshot and show so we can make sure that we are on the same page?
You can upload your screenshots on imgur.com or Dropbox public folder and post the links here.Best regards,
YigitHey Joe,
Please refer to my post here – https://kriesi.at/support/topic/lightbox-for-mailchimp-form/#post-582439
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,
YigitHi,
Can you please try re-updating the theme via FTP and overwrite all files –
kriesi.at/documentation/enfold/updating-your-theme-files/ ?Best regards,
YigitHi!
You can simply inspect elements on your browser and check the class of Body tag to find it.
Regards,
YigitHi,
Please add following code to Functions.php file in Appearance > Editor
function my_custom_code_head(){ ?> //Your code goes here <?php } add_action('wp_head', 'my_custom_code_head');Best regards,
YigitHi Edgar,
Thanks for contacting us!
Please refer to this post – http://kriesi.at/documentation/enfold/display-footer-menu-scroll-to-top-button-on-mobile/
To see the links and receive full support, please register to our support forum – https://kriesi.at/support/register/ and start a new thread under Enfold sub forum :)
Regards,
YigitHi Ulrike,
Thanks for contacting us and sorry for the late reply!
Out of the box theme does not have any special feature for disabled people. However you can try using a plugin such as this one – https://wordpress.org/plugins/font-resizer/
Let us know if you have any other questions :)
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,
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,
YigitMerhabalar Gökhan,
Tesekkurler umarim sende iyisindir :)
Sitenizdeki tum sayfalara goz attim fakat bende her hangi bir yonlendirme olmuyor sorunu cozdunuz mu? Cozmediyseniz, baska bir tarayici deneyebilir misiniz?
Best regards,
YigitHey GeoCreo!
Please add following code to Functions.php file in Appearance > Editor
add_filter('avf_postgrid_excerpt_length','avia_change_postgrid_excerpt_length', 10, 1); function avia_change_postgrid_excerpt_length($length) { $length = 100; return $length; }Best regards,
YigitSeptember 4, 2017 at 9:54 pm in reply to: Change hover icon and opacity of circle on portfolio item #847910Hi,
I added following code to Quick CSS
.image-overlay.overlay-type-extern .image-overlay-inside:before { content: '\E803'; font-family: 'entypo-fontello'; }Please review your website
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,
YigitHey!
I used the code as following
#header_meta .container{ min-height: 40px; } #header .social_bookmarks li{ font-size: 28px; border-right-style: none; width: 40px; } #header .social_bookmarks li a { width: 40px; height: 40px; line-height: 40px; }Please review your website
Best regards,
Yigit-
This reply was modified 8 years, 7 months ago by
Yigit.
Hi,
I edited your widget and removed full link, left only username instead. Please review your website
Best regards,
YigitHi,
I added following code to Quick CSS in Enfold theme options > General Styling
li#menu-item-3100 { float: right; } .html_header_top.html_logo_center #header_main_alternate .main_menu ul:first-child { width: 100%; }and set header to transparent. Please review your website.
Best regards,
YigitHi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:.av-main-nav > li > ul { border-top-width: 1px; }Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field.
If that too does not help, please create temporary admin logins and post them here privately so we can look into it.
Best regards,
YigitHi,
Glad you figured it out and thanks for sharing your solution! :)
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,
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,
I changed your last menu items custom link from “#qtransLangSwLM#” to “#” as it was throwing an error and that helped. Please review your website :)
Best regards,
YigitHey!
You are welcome! Let us know if you have any other questions or issues :)
Best regards,
YigitHey derx,
Try the following:
1. Install this plugin: https://wordpress.org/plugins/simple-image-sizes/
2. Go to Settings > Media
3. Change theentry_without_sidebarimage size (increase its width / height).
4. Regenerate the thumbnails by clicking the button at the bottom.Best regards,
YigitSeptember 4, 2017 at 3:07 pm in reply to: Again: Previous/Next buttons on Portfolio Items restrict to 1 category? #847760 -
This reply was modified 8 years, 7 months ago by
-
AuthorPosts
