Forum Replies Created
-
AuthorPosts
-
Hi,
Please change the code to following one
function av_move_icon(){ ?> <script> jQuery(window).load(function(){ jQuery(".single .dot-irecommendthis").detach().appendTo('.single .blog-categories.minor-meta') }); </script> <?php } add_action('wp_footer', 'av_move_icon');Best regards,
YigitHey!
Please switch user role to administrator so we can check if you have any errors in your custom CSS.
Regards,
YigitHi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
.search header.entry-content-header { pointer-events: all; }Best regards,
YigitAugust 7, 2017 at 12:12 pm in reply to: Enfold Team Member Description, is it possible to hide until you click? #835328Hey BrittS,
Sorry for the late reply!
Could you please try using Accordion element – http://kriesi.at/themes/enfold-2017/elements/accordion/?
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.Best regards,
YigitHey Ahmad,
Sorry for the late reply!
You can use a plugin such as this one – https://wordpress.org/plugins/relevanssi/ and find Enfold implementation here – http://kriesi.at/documentation/enfold/use-relevanssi-in-search-instead-of-the-default-search/ :)
Best regards,
YigitHi Michael!
Thanks for contacting us!
You can use Masonry element to display your blog posts if you would like to replicate Travel demo’s format. Alternatively, you can use Grid layout on Blog Posts element.
If you have any other questions or issues, please register to our support forum – https://kriesi.at/support/register/ and start a new thread under Enfold sub forum :)
Cheers!
YigitHi,
Sorry for the late reply, however if the information you need is not on our legal information page, i am afraid we might not be able to help.
Best regards,
YigitHi,
Can you please post temporary admin logins here privately and elaborate on the changes you would like to make?
Best regards,
YigitAugust 5, 2017 at 4:46 pm in reply to: Quick CSS conflicting with new mobile menu. Need quick insight. #834829Hi,
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 :)Best regards,
YigitHey,
You can find it in Enfold theme options > Main Menu > General tab – http://i.imgur.com/UjVowUj.png :)
Best regards,
YigitHi,
@Tamosch Please try de-activating all active plugins and check if that helps. If it does not, please start a new thread under Enfold sub forum and attach temporary admin logins. If you post them here, they will be visible to creator of this thread as wellBest regards,
YigitHey,
Please make sure you are using the latest version of Enfold which is currently 4.1.2 – kriesi.at/documentation/enfold/updating-your-theme-files/ and then go to Enfold theme options > Main Menu > General and choose “Display as icon” in “Menu Items for Desktop” and then go to Burger/Mobile Menu tab and choose “full page overlay menu” in “Menu Overlay Style” :)
Best regards,
YigitHey,
Not sure if i understood you clearly however if you would like to add custom content to your header, please refer to this post – http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/
If that is not what you meant, 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 Picante,
Please use following code to add the code in
<head>tagfunction my_custom_code_head(){ ?> //Your code goes here <?php } add_action('wp_head', 'my_custom_code_head');and following code to add in
<body>tagfunction my_custom_code_body(){ ?> // Your code goes here <?php } add_action('wp_footer', 'my_custom_code_body');Best regards,
Yigit-
This reply was modified 8 years, 8 months ago by
Yigit.
Hey Tilman,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
.slide-entry-excerpt.entry-content { font-size: 12px; }Best regards,
YigitHey!
Please go to Enfold theme options > Main Menu > General and check “Append search icon to main menu” :)
Regards,
YigitHi,
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 :)Best regards,
YigitHi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
@media only screen and (max-width: 768px) { #header_main { display: none !important; }}Best regards,
YigitAugust 5, 2017 at 2:36 pm in reply to: Quick CSS conflicting with new mobile menu. Need quick insight. #834793Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
@media only screen and (max-width: 767px) { .responsive #top #header .social_bookmarks { display: block!important; }}If that does not help, please post a link to your website
Best regards,
YigitHey limedrop,
That is a good idea however it is currently not possible unfortunately. Please feel free to request – or vote if already requested – such feature on Enfold feature request form.
You can try using a plugin such as this one – https://wordpress.org/plugins/instagram-feed/ :)
Best regards,
YigitHi,
You can add “pu-button” custom CSS class to your buttons elements and it should work fine as well. I adjusted the code in Functions.php file a little :)
Best regards,
YigitHi!
You are welcome! Thanks for your understanding :)
Let us know if you have any other questions or issues and enjoy your weekend!Best regards,
YigitHey,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
@media only screen and (max-width: 768px) { #header_meta { position: fixed; width: 100%; top: 0; } #advanced_menu_toggle { position: fixed; top: 55px; right: 10px; } }Best regards,
YigitAugust 5, 2017 at 2:15 pm in reply to: Bilder, die beim scollen im Hintergrund fest fixiert stehen bleiben #834783Hey Andreas,
Could you please show an example of the changes you would like to make so we can provide you an accurate answer? :)
Best regards,
YigitHey Simon,
Currently custom CSS classes are stripped out of menu items on mobile. We will fix it in upcoming Enfold update. In the meantime, you can try creating a new menu for mobile version and add following code to Functions.php file in Appearance > Editor and display different menu on mobile
function av_different_mobile_menu( $args = '' ) { if($args['menu_id'] == 'avia-menu') { if(wp_is_mobile()) { $args['menu'] = 'main-menu-mobile'; } else { $args['menu'] = 'main-menu'; } } return $args; } add_filter( 'wp_nav_menu_args', 'av_different_mobile_menu' );Please make sure to replace menu names (“main-menu” and “main-menu-mobile”) in the code to match the name of your menus
Best regards,
YigitHey!
Yes, you can upload your screenshots on imgur.com or Dropbox public folder and post the links here. Please post a link of your website as well so we can provide you an accurate solution.
Regards,
Yigit -
This reply was modified 8 years, 8 months ago by
-
AuthorPosts
