Forum Replies Created
-
AuthorPosts
-
Merhabalar Orhan!
I can reproduce the issue on my end. Can you please try de-activating all active plugins and check if that helps?
Regards,
YigitHi!
Thank you for your kind words, we are always happy to help :) Let us know if you have any other questions or issues!
Cheers!
YigitHi visions!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
.html_header_sidebar #top #header { width: 240px; } .html_header_left #main { margin-left: 240px; }Regards,
YigitHey aadler!
They show up fine on my end – http://i.imgur.com/AeHE3QA.png
Have you figured it out already? :)Regards,
YigitHey!
You can apply the same CSS3 effect using following code
.av-image-caption-overlay:hover { -webkit-animation: avia_pop_small 0.5s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275); -moz-animation: avia_pop_small 0.5s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275); animation: avia_pop_small 0.5s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275); }But since you have your text inside “av-image-caption-overlay”, it would be animated as well
Regards,
YigitHey!
You are welcome, glad we 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 :)Cheers!
YigitHey!
Please flush browser cache and refresh your page a few times. It seems like code Rikard posted is working fine on my end – http://imgur.com/a/oTXxH
Best regards,
YigitFebruary 11, 2015 at 2:41 pm in reply to: Enfold responsiveness problem with Ipad in upright mode #394348Hey!
You already have a topic related to your second question – https://kriesi.at/support/topic/enfold-responsiveness-on-ipad/
Please do not create duplicated topics.Best regards,
YigitHi!
Please review your website now. I have added custom CSS code to the bottom of Quick CSS field.
Regards,
YigitHi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
li.social_bookmarks_uf314.av-social-link-uf314:hover a { background-color: orange!important; color: white; }Regards,
YigitHi!
Please add following code to Quick CSS as well
@media only screen and (min-width: 768px) { #top div.product .woocommerce-tabs { margin-left: 0 !important; }}Regards,
YigitHi yklein!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
.portfolio-preview-image { width: 50%; } .portfolio-preview-content { width: 50%; }You should adjust the values accordingly
Best regards,
YigitHey!
Yes, please go to Enfold theme options > Header > Transparency Options and set menu color to white and then go to Enfold theme options > Advanced Styling tab and set “Main menu links” to black
Regards,
YigitHey axelfx07!
Please add following code to Functions.php file in Appearance > Editor and change it as needed
add_filter('avf_toggle_sort_first_label','new_toggle_tag'); function new_toggle_tag(){ $output = "New title"; return $output; }Best regards,
YigitHi sjo007!
Please go to Enfold theme options > Advanced Styling and edit “Main menu links”. To change the color of transparent header, go to Enfold theme options > Header > Transparency Options
Cheers!
YigitHi rbruski!
Here is what i did the last time – https://kriesi.at/support/topic/menu-spam/#post-378366
If that does not help, do you mind creating a temporary admin login and posting it here privately?Cheers!
Yigit-
This reply was modified 11 years, 2 months ago by
Yigit.
Hey Stefan!
Do you mind creating a temporary admin login and posting it here privately?
Best regards,
YigitFebruary 11, 2015 at 1:40 pm in reply to: Open Portfolio item images in lightbox instead of in preview window #394308Hey!
Please go to Settings > Media and increase “Thumbnail size” then regenerate thumbnails using this plugin – https://wordpress.org/plugins/regenerate-thumbnails/
Regards,
YigitHey!
Please try de-activating all active plugins as Elliott suggested and check if that helps.
Also, can you please try to increase the allocated memory to 128M: 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,
YigitHi!
Please go to Enfold theme options > Header and choose to display “Logo center, menu below” option
Regards,
YigitHi virtualsa!
Please add following code to Functions.php file in Appearance > Editor
function add_google_ads(){ ?> <script> //YOUR CODE GOES HERE </script> <?php } add_action('wp_footer', 'add_google_ads');Please try de-activating all active plugins and check if it removes Twitter codes
Best regards,
YigitHi charger70!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#top .fullsize .template-blog .big-preview img { width: auto; margin: auto; }Regards,
YigitHi gareththomson!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.container .av-content-small.units { width: 90%; }Cheers!
YigitHey!
Please add following code to Quick CSS
@media only screen and (max-width: 989px) and (min-width: 768px) { .responsive .main_menu ul:first-child > li > a { padding: 0 4px; font-size: 11px!important; }}You may need to reconfigure some options/elements since you are updating from a very old version. We recommend updating the theme frequently to avoid having such issues
Cheers!
YigitFebruary 11, 2015 at 1:08 pm in reply to: Full Section Background With Images Loading Issue In Chrome #394291Hi!
It will has not resolved yet but it will in upcoming update. You can try changing the code to following one
@media only screen and (max-width: 990px) { #wrap_all { position: relative !important; }}Best regards,
YigitHi GoldkoiFish!
As far as i know, that would not be possible without major customisation to the theme files, therefore you would need to hire a freelance developer for such customisation.
Regards,
YigitFebruary 11, 2015 at 12:59 pm in reply to: How to add a description under a menu item in a mega menu? #394284Hey connect4consulting!
You can add a new link with description in Navigation Label and with # for URL and make it sublevel menu item of “Products” menu item for example.
Best regards,
YigitHi codecreative!
You have following code in Quick CSS field
.page-id-2078 div .products .product { width: 32.6%!important; }please change it to
@media only screen and (min-width: 990px) { .page-id-2078 div .products .product { width: 32.6%!important; }}Cheers!
Yigit -
This reply was modified 11 years, 2 months ago by
-
AuthorPosts
