Forum Replies Created
-
AuthorPosts
-
Hi!
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!
YigitHi!
Please try re-updating the theme via FTP and make sure to overwrite all files – kriesi.at/documentation/enfold/updating-your-theme-files/
Regards,
YigitDecember 23, 2014 at 4:13 pm in reply to: ‘Language File – translation not working in Enfold Theme’ #372085Hey!
Please add following to wp-config.php file which is on the root of your WordPress installation
define ('WPLANG', 'pt_PT');Merry Christmas! :)
Cheers!
YigitHi!
Please add following code to Quick CSS
.image-overlay { background: transparent !important; }Best regards,
YigitDecember 23, 2014 at 4:05 pm in reply to: Blog post options saving in theme options but not reflecting changes. #372081Hey!
You can refer to this page and create a testing environment and make the changes there to see if that helps – http://kriesi.at/documentation/enfold/move-from-a-local-installation-to-a-live-server/
I believe that is the safest wayRegards,
Yigit -
AuthorPosts
