Forum Replies Created
-
AuthorPosts
-
Hey giraz82!
Enfold 3.0.6 which will be released shortly should fix the issue but for now, please refer to Josue’s post here – https://kriesi.at/support/topic/problems-with-3-0-5-update/#post-382198
Cheers!
YigitHi!
Please add following code to Quick CSS and adjust as needed
.caption_left h2.avia-caption-title { background: transparent!important; border: none!important; color: white!important; }Regards,
YigitHi!
Please add following code to Functions.php file in Appearance > Editor
function add_custom_div(){ ?> <script> jQuery(".grid-content").click(function(){ window.location = jQuery(this).find("a:first").attr("href"); return false; }); </script> <?php } add_action('wp_footer', 'add_custom_div');then add following code to Quick CSS in Enfold theme options under General Styling tab
.grid-content { cursor: pointer; }Best regards,
YigitJanuary 23, 2015 at 6:01 pm in reply to: image gallery: image shows up by click instead with mouseover #384486Hi!
Yes, please move modified file to your child theme to the same path and then please add following code to Functions.php file of your child theme
function wp_change_shortcodesjs() { wp_dequeue_script( 'avia-default' ); wp_enqueue_script( 'avia-default-child', get_stylesheet_directory_uri().'/js/shortcodes.js', array('jquery'), 2, true ); } add_action( 'wp_print_scripts', 'wp_change_shortcodesjs', 100 );Best regards,
Yigit-
This reply was modified 11 years, 1 month ago by
Yigit.
Hey!
Please try re-updating Enfold via FTP and make sure to overwrite all files – kriesi.at/documentation/enfold/updating-your-theme-files/
Some files seem to be broken nowCheers!
YigitHey!
Do you mind creating a temporary admin login and posting it here privately so we can look into it?
Regards,
YigitHi!
Can you please post a screenshot and show the exact changes you would like to make so we can make sure that we are on the same page? :)
Regards,
YigitHey!
It does work fine actually. Please edit your images and make backgrounds transparent.
Best regards,
YigitHey a-l-p!
Please change the code to following one
.single-post .sidebar .textwidget,.single-post span.post-meta-infos *,.blog .sidebar .textwidget,.blog span.post-meta-infos *, .archive .sidebar .textwidget,.archive span.post-meta-infos * { color: white!important; } .single-post select, .single-post li.av-share-link,.blog select, .blog li.av-share-link, .archive select { background-color: #4d7157!important; color: white!important; } .single-post li.av-share-link:hover,.blog li.av-share-link:hover { background-color: white; }Best regards,
YigitHey KMikeT!
Please turn on custom CSS field for ALB elements firstly ( http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ ) and give your Text Block element a custom CSS class (i.e: my-custom-block )
then add following code to functions.php file in Appearance > Editorfunction add_custom_div(){ ?> <script> jQuery(".my-custom-block").click(function(){ window.location = jQuery(this).find("a:first").attr("href"); return false; }); </script> <?php } add_action('wp_footer', 'add_custom_div');Then add following code to Quick CSS in Enfold theme options > General Styling
.my-custom-block { background-color: red; color: white; padding: 10px; }Best regards,
YigitJanuary 23, 2015 at 5:27 pm in reply to: Admin bar gözükmüyor ve bbpress login wigdet çalışmıyorum. #384456Merhabalar,
Rica ederim, elimden geldigi kadar :)
Kurulumu yaptiginizdan beri mi var bu sorun yoksa yaptiginiz her hangi bir degisiklikten sonra mi meydana geldi? Ayrica header.php dosyasina kod eklediginizi gordum onlari functions.php dosyasina tasidim. Onun haricinde uzerinde degisiklik yaptiginiz dosya oldu mu?Best regards,
YigitHey!
Please try and let us know so we can mark the thread as resolved or assist you further
Best regards,
YigitHi!
Please add following code to Quick CSS
.main_color .av-masonry { background-color: white; }Best regards,
YigitHey Nancy!
There was an unclosed media query and wrongly placed comment in Quick CSS field, i fixed them and now it is working fine. Please review your website
Best regards,
YigitHi!
Can you please try re-updating the theme via FTP and make sure to overwrite all files – http://vimeo.com/67209750 ?
Best regards,
YigitHey satucker!
Please add following code to Quick CSS
span.blog-categories, .text-sep-cat, .text-sep-date { display: none!important; }Regards,
YigitHi Andrew!
Please disable CSS minifying feature and flush browser cache and check your website once again. Code is currently not being applied due to CSS minifying feature.
Best regards,
YigitHi johann_doe!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.image-overlay { display: none !important; }Regards,
YigitHi!
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!
YigitHi ciptanegara!
I was able to insert Tabs shortcode to a post – http://i.imgur.com/lqZIrAD.png
Have you figured it out already?Cheers!
YigitHi ariane1001!
Please try using Contact Form 7 plugin – https://wordpress.org/plugins/contact-form-7/ and also see – http://contactform7.com/special-mail-tags/
Best regards,
YigitHi AG!
Yes, you can edit Color Section elements and upload a custom background image or set a custom background color. If this is not what you meant, please elaborate and post screenshots showing the changes you would like to make. You can upload your screenshots on imgur.com or Dropbox public folder and post the links here
Cheers!
YigitHey!
Please do so and let us know so we can mark the thread as resolved or assist you further :)
Best regards,
YigitHey Sommervogel!
Please flush permalink settings in Settings > Permalinks and if that does not help, try de-activating all active plugins.
Regards,
YigitJanuary 23, 2015 at 4:35 pm in reply to: How to implement a group of elements to appear in multiple pages? #384404Hey!
Feel free to request such feature here as well – https://kriesi.at/support/enfold-feature-requests/
Best regards,
YigitHi!
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.
And try renaming “plugins” folder inside wp-content folder via FTPBest regards,
YigitHey hloft!
Please add following code to Quick CSS
@media only screen and (max-width: 769px) { #header form#searchform { top: 0px;}}and change following code
#top .av-submenu-container .container { padding: 0 40px !important; }to
#top .av-submenu-container .container { padding: 0 30px !important; }Regards,
YigitHi crewneck!
Please add following code to Quick CSS
.responsive .logo { left: 35%!important; position: relative; } @media only screen and (max-width: 480px) { .responsive .logo { left: 25%!important; position: relative; }}Regards,
Yigit -
This reply was modified 11 years, 1 month ago by
-
AuthorPosts
