Forum Replies Created
-
AuthorPosts
-
Hi MulderMind!
Please consider using iframe – https://www.w3schools.com/tags/tag_iframe.asp
Regards,
YigitMarch 14, 2017 at 3:20 pm in reply to: top bar color changes color to match alternate background for menu hover color #760763Hi!
Please go to Enfold theme options > Advanced Styling and edit “Main menu links” hover state and “Small bar above Main Menu”.
If that does not help, please post a screenshot and show the changes you would like to make. You can upload your screenshots on imgur.com or Dropbox public folder and post the links here :)Best regards,
YigitHey!
It would be easier if you referred to this post – http://kriesi.at/documentation/enfold/change-icon-used-for-standard-theme-elements/
@guenni007 Thanks for your help! :)Best regards,
YigitHi Erwin!
Thanks for contacting us!
Glad you liked the new demo! :)
We have forwarded your message to our devs.Best regards,
YigitHey Xavier!
That is expected as Fullscreen Slider takes the 100% height of the screen, it does not fit correctly on mobile devices. You can refer to this post – http://kriesi.at/documentation/enfold/hide-menu-itemselements-on-mobile/ replace the slider with the one you optimized for mobile screens when displayed on mobile.
Kriesi mentioned that upcoming update will focus on mobile experience and such issues will be revisited & improved.
Best regards,
YigitHi,
Can you please changing following line in enfold/js/shortcodes.js file
var new_pos = ((parseInt(tab_nr,10) – 1) * -100 );to following one
if ($('body').hasClass("rtl")) { var new_pos = ((parseInt(tab_nr,10) - 1) * +100 ); } else { var new_pos = ((parseInt(tab_nr,10) - 1) * -100 ); }You can firstly move the file to your child theme – http://kriesi.at/documentation/enfold/using-a-child-theme/, apply the changes there and then add following code to functions.php file of your child theme
function wp_change_shortcodesjs() { wp_dequeue_script( 'avia-shortcodes' ); wp_enqueue_script( 'avia-shortcodes-child', get_stylesheet_directory_uri().'/js/shortcodes.js', array('jquery'), 2, true ); } add_action( 'wp_print_scripts', 'wp_change_shortcodesjs', 100 );Best regards,
YigitHi Guenter!
Currently it is not possible. You know you can target the image using
.your-custom-class img { }Would that be fine? :)
Regards,
YigitHi AnineOlsen!
Please consider using a plugin such as this one – https://wordpress.org/plugins/search-meter/ or this one – https://wordpress.org/plugins/wp-statistics/
Regards,
YigitMarch 14, 2017 at 2:59 pm in reply to: toggle content inverse color in different color section #760746Hey YongyanLi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.main_color .toggle_content { background-color: inherit; }Best regards,
YigitHi,
I tried registering to your site on my iphone and it worked totally fine. Attached screenshots in private content field.
Have you figured it out already?Best regards,
YigitHey hobart,
I corrected charcode of your icon in functions.php file and that helped. Please review your website now :)
Best regards,
YigitMarch 14, 2017 at 2:51 pm in reply to: Main menu – how to remove border from one menu item and put it on another #760741Hi,
Can you please insert your background image as an image element into your cell and choose to hide it on desktop by referring to this post – http://kriesi.at/documentation/enfold/hide-menu-itemselements-on-mobile/? :)
Best regards,
YigitHi,
Sorry for the late reply!
You can simply translate untranslated strings to your language using this plugin – https://wordpress.org/plugins/loco-translate/ or this free software – https://poedit.net/. You can find language files in Enfold/lang folder.
If you are using a child theme – http://kriesi.at/documentation/enfold/using-a-child-theme/, you can refer to this post – http://kriesi.at/documentation/enfold/child-theme-translations/ and move your translations to your child themeBest regards,
YigitMarch 14, 2017 at 2:44 pm in reply to: Possible to get your nice Mockups on New Demo Enfold-2017 on Future Page #760738Hi,
Glad you figured it out!
You can use the images that come with Enfold demos on any of your Enfold based projects :)
I am marking this thread as resolved. Please feel free to start a new one if you have any other questions or issuesBest regards,
YigitHi Dick!
We would be glad to help you with this customization, but at the moment there is no easy way to do this by using a small custom code snippet, so I am afraid its out of the scope of our support.
But please feel free to request such feature at our feature request system: https://kriesi.at/support/enfold-feature-requests/
This system allows us to keep track of user suggestions and lets you vote on the feature you would like to see the most. I am afraid though there is no guarantee that a feature will get implemented. If that’s something you really need you can always try to hire a developer for the task :)
Best regards,
YigitHi,
They show up fine on my end, attached a screenshot in private content field.
Please flush browser cache and refresh your page a few times – http://wiki.scratch.mit.edu/wiki/Hard_Refresh
Best regards,
YigitHi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.avia_cart_buttons { opacity: 1; }Best regards,
YigitHi,
I updated the code in my last post. There was an error in it. Please try it now and it should display sub menu items on hover :)
Best regards,
YigitHi,
Please copy enfold/includes/helper-main-menu.php file to your child theme in the same path and then find following line in the file
if($headerS['header_topbar'] == true)and change it to following
if($headerS['header_topbar'] == true && !is_page(483) && has_category('music'))Best regards,
YigitHi,
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,
YigitHi!
You are welcome!
Let us know if you have any other questions or issues! :)Cheers!
YigitHey!
Please add following code to Quick CSS as well
@media only screen and (max-width: 480px) { #top .commentlist .children ul { margin: 0 20px 0 10px; }}Cheers!
YigitHey spencemann,
We have fixed the issue already. Also, i checked your website on Safari on macOS and cannot reproduce the issue.
Please flush browser cache and refresh your page a few times – http://wiki.scratch.mit.edu/wiki/Hard_RefreshBest regards,
YigitHi,
Sorry for the late reply!
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:@media only screen and (max-width: 480px) { #top .comment_text { font-size: 15px; }}Best regards,
YigitHi,
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,
YigitHey StormWebDesign,
1- Please refer to this post – http://kriesi.at/documentation/enfold/color-section-with-100-container/ and create a Color section element with 100% container width and place your element inside it :)
2- If you would like to display 1 column on mobile, please refer to this post – http://kriesi.at/documentation/enfold/hide-menu-itemselements-on-mobile/ and add another Partner/Logo element to your page and choose to display it only on mobile
Best regards,
YigitHi,
Sorry for the late reply!
To provide you a proper solution, we are going to need to see your site and to see your site, it should be publicly accessible. Could you please let us know when you site goes public then we can check it?Best regards,
YigitHi!
Can you please try re-updating the theme via FTP and overwrite all files manually – http://kriesi.at/documentation/enfold/updating-your-theme-files/?
Cheers!
YigitHi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
#avia-menu > li > a, #avia-menu > li > a > span.avia-menu-text { min-width: 90px; }Best regards,
YigitHey!
Sorry for the late reply!
Please refer to this post – http://kriesi.at/documentation/enfold/my-contact-form-is-not-sending-emails/
Best regards,
Yigit -
AuthorPosts
