Forum Replies Created
-
AuthorPosts
-
Hey!
Thank you @set_carsten and @fotomaster. Merry Christmas to you too, enjoy your holiday with your loved ones :)
Best regards,
YigitHey!
Please review your website. Header was set to no – http://i.imgur.com/ISzE1KS.png
Regards,
YigitDecember 23, 2014 at 5:37 pm in reply to: how to add (quick css) color for the row of table when mouse move onto #372162Hey!
Please add following code to Quick CSS as well
tr:hover { background-color: #e2e2e2!important; }Regards,
YigitDecember 23, 2014 at 5:35 pm in reply to: Menu block lines not visible on mobile, menu is secondary nav is showing? #372160Hey!
Please add following code to Quick CSS as well
#advanced_menu_toggle, #advanced_menu_hide { background-color: #ffffff; color: #d9002b; border-color: #d9002b; } @media only screen and (max-width: 480px) { h1.av-special-heading-tag { font-size: 36px!important; }}Regards,
YigitDecember 23, 2014 at 5:32 pm in reply to: Masonry "Load More" conflict with PressPermit Core #372158Hi Bruno!
Thanks! Hope you are well as well :)
It would be the best if you contacted Kriesi directly using contact form here – http://kriesi.at/contact
Merry Christmas!Regards,
YigitHi!
Please add following one
span.avia-menu-fx { display: none; }First code i posted removes the lines from first image here – http://imgur.com/a/6ZEm6 and second code removes second lines. If that still does not help, please post a screenshot and show the lines you would like to remove
Cheers!
YigitHey Fritz!
Please add following code to Functions.php file in Appearance > Editor
function add_custom_toggle(){ ?> <script> jQuery(window).load(function(){ jQuery('.toggler').addClass('activeTitle'); }); </script> <?php } add_action('wp_footer', 'add_custom_toggle');Best regards,
YigitHi mterrian!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#top .iconbox.av-no-box .iconbox_icon { padding: 15px; }Best regards,
YigitHey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.postid-2498 .avia-builder-el-6 span.av_font_icon { transform: rotate(180deg); -moz-transform: rotate(180deg); -webkit-transform: rotate(180deg); }Regards,
YigitHey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
span.text-sep { opacity: 0; }Regards,
YigitHi ruanna85!
Do you mind creating a temporary admin login and posting it here privately so we can look into it? Please post a link to an example page as well
Regards,
YigitHi!
1- Please add following code to Quick CSS
.title_container .breadcrumb { font-size: 18px; text-transform: uppercase; }2- Please edit your page and click “Screen Options” on the right top corner and check “Custom Fields” then scroll below your content and make sure that header is set to YES, it could be set to NO currently.
Regards,
YigitHi Mike!
1- You can following code
.logo { margin-top: 19px; margin-bottom: 20px; }2-
.header-scrolled .logo { margin-top: 4px; margin-bottom: 5px; }3- You can use the code in #2 and adjust to find the ratio you like the most :)
Regards,
YigitDecember 23, 2014 at 5:09 pm in reply to: What's the largest image dimensions that I could put in a text widget? #372132Hey Nathan!
Your current image on the sidebar is 250x250px but resized to 227x227px. It will automatically resize depending on the screen size.
Regards,
YigitHey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.single .blog-meta { display: none!important; }Regards,
YigitDecember 23, 2014 at 5:02 pm in reply to: Moving Local Host Server Theme to Live WordPress Server #372128Hi Mike!
Thank you for your kind words, we are always happy to help!
Regarding your question, please see – http://kriesi.at/documentation/enfold/move-from-a-local-installation-to-a-live-server/Regards,
YigitHey Williamenzie!
You can simply re-update the theme via FTP and overwrite all files – http://vimeo.com/67209750
Regards,
YigitHi!
You are welcome Michael, glad we could help!
Merry Christmas to you too :)Regards,
YigitHey!
I moved the code to higher line on Functions.php file and it is working fine now. I have created a private page called “Test Page”. Please review your website – http://i.imgur.com/dErhTtW.png
Cheers!
YigitHey!
It is working fine on my end – http://i.imgur.com/91QYtc1.png
Just to make sure that we are on the same page, when you click on the toggle, extra options do not appear on your end, is that correct? If not, please elaborate and if so, please try checking your website on another browser. Also try de-activating all active plugins and check if that helpsBest regards,
YigitDecember 23, 2014 at 4:46 pm in reply to: How to get site title AND subtitle AND logo in the header? #372112Hi!
1- Please add following code to Quick CSS
h1.site_title { z-index: 999!important; }2- Please change Elliott’s code to following one
add_action( 'ava_after_main_menu', 'enfold_customization_add_stuff_to_header' ); function enfold_customization_add_stuff_to_header() { if (is_home()){ echo '<h1 class = "site_title">'.get_bloginfo("name").'</h1>'; echo '<p class = "site_description">'.get_bloginfo("description").'</p>'; } else{ echo '<p class = "site_title">'.get_bloginfo("name").'</p>'; echo '<p class = "site_description">'.get_bloginfo("description").'</p>'; } }Cheers!
YigitHi asiFarran!
Can you please try installing Contact Form 7 plugin and check if it works – https://wordpress.org/plugins/contact-form-7/
Regards,
YigitDecember 23, 2014 at 4:41 pm in reply to: How do I get rid of "Video Player" bar on top of my site #372108Hey tumold!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
span.mejs-offscreen { display: none; }Best regards,
YigitHey Carine!
I have installed Child theme. Please review your website and activate it from Appearance > Themes
Best regards,
YigitHi Jason!
Did that happen after installing a plugin? Please re-create them and let us know if issue re-occurs
Best regards,
YigitHi spheor!
1- Please add following code to Quick CSS in Enfold theme options under General Styling tab
.page-id-302 p.toggler.activeTitle { background-color: orange !important; color: white !important; } .page-id-302 p.toggler { background-color: red !important; color: white !important; }You can adjust the code for the second page by changing the page id.
2- Selector is following.image-overlay { }If you can elaborate, we can help you better.
Cheers!
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 Mike!
Yes, there is an Accordion Slider element under Media Elements in Advanced Layout Builder. An example can be seen here on the demo site – http://kriesi.at/themes/enfold/homepage/home-v10-magazine/
Cheers!
YigitDecember 23, 2014 at 4:21 pm in reply to: Responsive background header and text dont seem to work #372090Hi morten008!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 480px) { h2.av-special-heading-tag { font-size: 40px!important; }}Best regards,
YigitHey!
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/
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.Cheers!
Yigit -
AuthorPosts
