Forum Replies Created
-
AuthorPosts
-
Hi sajko82_wp!
You can try using Magic Zoom Plus plugin from MagicToolBox – https://www.magictoolbox.com/magiczoomplus/modules/wordpress/.
It is compatible with Enfold and their support team is very helpful :)Cheers!
YigitHey!
Sorry but it asked for a new one. I will keep the window open for ThemeForest, can you please post the new verification code? :)
Cheers!
YigitDecember 19, 2016 at 4:15 pm in reply to: How to remove separator from blog posts and change heading font size? #726085Hi!
Please add following code to Quick CSS as well
.page-id-154 .entry-content p { font-size: 14px; } .page-id-154 .more-link { font-size: 14px; }If you would like to apply these changes globally, please remove “.page-id-154” from code
Cheers!
YigitDecember 19, 2016 at 4:03 pm in reply to: How to remove separator from blog posts and change heading font size? #726070Hey kieranvyas!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.html_elegant-blog .av-vertical-delimiter { display: none; } .page-id-154 h2.post-title.entry-title { font-size: 20px!important; }Regards,
YigitHey GraphicEyeDK,
Please edit your table and choose to make them scrollable on mobile.
Also, please update Enfold to the latest version 3.8.4 – kriesi.at/documentation/enfold/updating-your-theme-files/. We have made small corrections to tables on mobile.Best regards,
YigitDecember 19, 2016 at 3:53 pm in reply to: Woocommerce ShortCodes Product on mobile view, the 2. #726065Hi!
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 :)Regards,
YigitHey tlchase,
I am getting “Forbidden. You don’t have permission to access / on this server.” error. Can you please try disabling restriction temporarily. Have you tried going to Enfold theme options and saving options?
Best regards,
YigitHi,
I can see only margin issue and you can fix it by adding following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 480px) { .responsive #top .avia-smallarrow-slider .flex_column { margin-bottom: 20px!important; }}Best regards,
YigitHi Jon,
Which browser and OS are you using? I cannot see a blue border around your dropdown.
Can you please also post a screenshot showing the issue? You can upload your screenshots on imgur.com or Dropbox public folder and post the links here.Best regards,
YigitHi,
You can enable debugging mode to see shortcodes you have created in pages using Advanced Layout Builder – http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/
Or, You can switch to Default Editor and click on Magic Wand to see full list of shortcodes http://i.imgur.com/n4KXkdm.jpg
then you can create any of them and copy/paste shortcode into any other content element or into text widget.I would recommend you to create a custom widget area in Appearance > Widgets and place Enfold Facebook Likebox widget inside it and then by referring to description above, you can add a widget area element to your page and choose to display your custom widget area in it. Copy its shortcode from debugging field and paste it into your tab content
Best regards,
YigitDecember 19, 2016 at 3:39 pm in reply to: Woocommerce ShortCodes Product on mobile view, the 2. #726047Hey Pascal,
I changed the code to following one
@media only screen and (max-width: 479px) { .avia_textblock pre, .responsive #top #main .products .product { width: auto!important; }}Please review your website now
Best regards,
YigitHey jelle,
You are going to need to use a plugin such as Yoast to have more control over the content you share on social media :)
Best regards,
YigitHi,
Can you please post a screenshot and show the issue you are having?
I checked your page on 1920x1200px screen and resized the screen to 1575px and it still looks fine on my end :)Best regards,
YigitDecember 19, 2016 at 3:27 pm in reply to: Setting a custom sidebar as the default sidebar for posts #726042Hey Phil!
Please try using this plugin – https://wordpress.org/plugins/widget-logic/ and place your widget in displayed everywhere widget area and insert following condition in widget logic
is_single()and for all widgets that you would not like to display in single sidebar, use
!is_single()Best regards,
YigitHi,
You can copy wp-themes/uploads folder from your localhost to live server to move your images. For Enfold settings, you can simply go to Enfold theme options and save it
Best regards,
YigitHi!
I tried to login to your ThemeForest account however verification code is needed. Should be sent to your email. Please post it here privately or simply refer to this screenshot – http://kriesi.at/wp-content/uploads/2013/09/registration_steps.jpg and find your purchase code.
Cheers!
YigitHey!
I added following code to Functions.php file in Appearance > Editor
add_filter( 'avf_google_heading_font', 'avia_new_add_heading_font'); function avia_new_add_heading_font($fonts) { $fonts['Playfair Display'] = 'Playfair Display:400,700,900'; return $fonts; } add_filter( 'avf_google_content_font', 'avia_new_add_content_font'); function avia_new_add_content_font($fonts) { $fonts['Playfair Display'] = 'Playfair Display:400,700,900'; return $fonts; }Please review your website now
Best regards,
YigitDecember 19, 2016 at 3:09 pm in reply to: Add FB, and Instagram icons in widget footer column 1 #726037Hi!
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 :)Regards,
YigitHey jelle,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
#socket .social_bookmarks li a { font-size: 16px; }Best regards,
YigitDecember 19, 2016 at 2:53 pm in reply to: Add FB, and Instagram icons in widget footer column 1 #726029Hey!
“Enfold Facebook Likebox” shows the likebox and “Enfold Instagram” displays your Instagram content :)
Edit: If you would like to display your social icons, please copy the code i posted in private content field and paste it into text widget and then add following code to Quick CSS in Enfold theme options under General Styling tab
.widget .social_bookmarks li { clear: none!important; }Cheers!
Yigit-
This reply was modified 9 years, 4 months ago by
Yigit.
December 19, 2016 at 2:51 pm in reply to: How can I use media queries in Button Content Element to change target URL ? #726026Hi,
Great! Glad it is working fine and thank you for sharing your solution!
Let us know if you have any other questions or issues and enjoy your holidays :)Best regards,
YigitHey!
We do not have any user registered with your email. Can you please post your purchase code here privately so we can reset your account?
Regards,
YigitDecember 19, 2016 at 2:44 pm in reply to: Add FB, and Instagram icons in widget footer column 1 #726021Hey Jose!
Please go to Appearance > Widgets and add your widgets into 1st footer column :)
Best regards,
YigitDecember 19, 2016 at 2:42 pm in reply to: Textarea white font #fff with white background #fff #726017Hey!
Please make sure that you are using Enfold 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 does not help, please post FTP and WP admin logins here privately.Best regards,
YigitHi!
Thank you for contacting us!
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
What exactly is the issue, why you cannot login to our support forum? If you would like us to reset your forum account, please post your purchase here privately :)
Regards,
YigitHi Mark!
Thank you for contacting us!
Can you please register to our support forum – https://kriesi.at/support/register/ and then post admin login credentials in here privately?
Best regards,
YigitHi Milan!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
li#menu-item-burger a:before { content: 'Menu '; font-size: 20px; } div.av-burger-overlay-bg { background-color: white; } #top #wrap_all #av-burger-menu-ul li a { color: #999; }Cheers!
YigitHey!
Can you please try adding following code to wp-config.php file near top and check if that helps?
define('CONCATENATE_SCRIPTS', false);FTP logins did not work for me
Regards,
YigitHi,
Please try to increase the allocated memory to 256M: http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP
You can contact your service provider and they can do it for you.Best regards,
Yigit -
This reply was modified 9 years, 4 months ago by
-
AuthorPosts
