Forum Replies Created
-
AuthorPosts
-
Hey!
I added custom CSS code to bottom of Quick CSS field. Please review your website now.
Regards,
YigitJanuary 23, 2015 at 6:33 pm in reply to: image gallery: image shows up by click instead with mouseover #384518Hey!
I edited the code and changed the function name but yes, you can adjust the code and change it to following
function wp_change_aviajs() { wp_dequeue_script( 'avia-default' ); wp_enqueue_script( 'avia-default-child', get_stylesheet_directory_uri().'/js/avia.js', array('jquery'), 2, true ); } add_action( 'wp_print_scripts', 'wp_change_aviajs', 100 );to load avia.js file from your child theme :)
Regards,
YigitHi!
As a work around, you can set header to no transparency and right click on breadcrumbs bar and click “Edit as HTML” – http://i.imgur.com/dlPJSti.png
and copy HTML code and paste it inside a Code Block element ( which should be inserted below your slider ) and then place your code block element inside a Color Section element with a unique ID – http://kriesi.at/documentation/enfold/wp-content/uploads/sites/2/2013/12/color-section-ID.png ( i.e.: your-custom-id )
and then add following code to Quick CSS#your-custom-id { min-height: 57px; } #your-custom-id .content { padding: 0; } #your-custom-id .container { max-width: 100%; padding: 0; margin: 0; width: 100%; }If you would like to edit files, you are going to need to edit class-breadcrumb.php file inside Enfold/framework/php folder but as i mentioned before, that kind of customization would be out of the scope of our support and needs to be done by a freelance developer.
Regards,
YigitJanuary 23, 2015 at 6:17 pm in reply to: Farb-Sektion and/or Grid Row break out to the left side #384508Hey KMikeT!
Can you post a screenshot of the issue please? I checked your website but could not see any issues.
You can upload your screenshots on imgur.com or Dropbox public folder.Best regards,
YigitHi!
1- You can find Enfold online documentation here – http://kriesi.at/documentation/enfold/
We recommend importing a theme demo ( in Enfold theme options > Demo Import ) and experimenting on the existing pages to figure out how Advanced Layout Builder works quickly.
2- You can add one of the elements that display posts ( like Masonry, Blog posts, Portfolio Grid etc. ) and choose to display a certain category on your page.
3- Mega Menu is one of the features of Enfold and you can find video instructions here – http://kriesi.at/documentation/enfold/portfolio-item/creating-a-mega-menu/
4- You can create a multisite ( http://codex.wordpress.org/Create_A_Network ) or two different installations on your local environment. And if you would like to move your local installation to a live server, please see – http://kriesi.at/documentation/enfold/move-from-a-local-installation-to-a-live-server/Regards,
YigitHey 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, 3 months 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,
Yigit -
This reply was modified 11 years, 3 months ago by
-
AuthorPosts
