Forum Replies Created
-
AuthorPosts
-
Hi!
This is clearly not the best way to achieve what you are looking for, but please try adding following code to Quick CSS instead
@media only screen and (min-width: 768px) { #top div.product .woocommerce-tabs { margin-left: -54%; margin-top: 10%; }}You may need to adjust the value for some screen sizes. For more solid solution, please hire a freelance developer
Cheers!
YigitHi!
You can Edit your posts and add “Resolved” at the bottom so we can close it. But please try and avoid creating duplicated topics as it is making it harder for us and other users to follow. It seems like you have created 18 topics in 3 days and some of them looks like duplicates – https://kriesi.at/support/profile/martinbelton/topics/ :)
Regards,
YigitHey!
You can request such feature here – https://kriesi.at/support/enfold-feature-requests/ or vote if already requested. And if it urgent for you, you can hire a freelance developer on Envato Studio or Codeable. You can also request quote from WerkPress.
Cheers!
YigitHi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
.archive .fullsize .template-blog .big-preview img { width: 20%!important; margin: auto; }Regards,
Yigit-
This reply was modified 11 years, 11 months ago by
Yigit.
Hi!
Please add following code to Quick CSS and adjust as needed
.title_container .breadcrumb { left: -20px; }then go to Appearance > Editor and open functions-enfold.php file and find
'heading' => 'h1' //headings are set based on this article: http://yoast.com/blog-headings-structure/and change it to
'heading' => 'h3' //headings are set based on this article: http://yoast.com/blog-headings-structure/Best regards,
Yigit-
This reply was modified 11 years, 11 months ago by
Yigit.
Hi rpl_admin!
Please try adding following code to Quick CSS
.single-product .container { width: 100% !important; }If that does not work, please post the link to your website so we can take a look
Cheers!
YigitHi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab to remove top padding of content
.content, .sidebar { padding-top: 0; }Best regards,
YigitHi!
“Maintenance mode is on
Website will be available soon”. Do you mind posting a temporary login so we can see it? :)Regards,
YigitHey PanInternational!
Please add following code to Quick CSS as well
.grid-content { margin-top: -54px; background-color: transparent!important; } .grid-entry .avia-arrow { display: none; } .grid-entry-title { background-color: transparent!important; color: white!important; }You may need to adjust the Margin-top value
Cheers!
YigitHi!
Glad you figured it out! Let us know if you have any other questions or issues :)
Best regards,
YigitHey!
Can you post the link to your website so we can take a look? I do not have an access to LayerSlider plugin as a standalone but you can take a look at their documentation for more information i believe :)
Best regards,
YigitHi jurgen1979!
Can you elaborate? You cannot save posts and pages?
I am not aware of such issue but have you tried contacting CF7 author?Regards,
YigitHi alexoua!
Unfortunately it is not possible. Fullwidth Masonry elements work only “fullwidth” :)
Cheers!
YigitHi!
Please use following code in Quick CSS instead
.avia-layerslider strong { color: inherit!important; }Best regards,
YigitHey!
Please add following code to Quick CSS as well
#mobile-advanced { display: block; }Regards,
YigitHey heufti65!
Please try deactivating all active plugins and check if that helps. If not, please re-update the theme via FTP – http://vimeo.com/67209750
Best regards,
YigitHey changegroup!
Please see – http://justcreative.com/2013/01/22/how-to-use-custom-fonts-with-font-face-on-wordpress/
or try using this plugin http://wordpress.org/plugins/wp-font-face/Regards,
YigitHey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.main_menu { display: none; } #advanced_menu_toggle, #advanced_menu_hide { display: block; }Regards,
YigitMay 14, 2014 at 1:43 pm in reply to: Changing button and font color of "submit" button in contact form #264628Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
.main_color input[type='submit'] { background-color: orange; color: black; border-color: orange; } .main_color input[type='submit']:hover { background-color: red; color: white; border-color: red; }Cheers!
YigitMay 14, 2014 at 1:38 pm in reply to: Where can I submitt my 5 stars for your awesome Enfold theme? #264625Hey!
Glad Ismael could help! Let us know if you have any other questions or issues :)
Have a great day!Cheers!
YigitHi!
My bad, please add following code to Quick CSS instead
@media only screen and (max-width: 990px) { .image-overlay { opacity: 0.6 !important; }}Regards,
YigitHey burbina!
Can you post a screenshot showing the changes you would like to make so we can make sure to understand it?
Cheers!
YigitHi martinbelton!
Can you post the link to your website and point out the section so we can provide you accurate custom CSS code?
Cheers!
YigitHey!
I have tried adding custom CSS code to Quick CSS field in Enfold theme options > General Styling and it did work fine – http://i.imgur.com/Ku47HfQ.png
You may need to apply !important rule to your custom CSS code to override existing ruleCheers!
YigitHi mrjukic!
Please go to Appearance > Editor and open Functions.php file and find
if(isset($avia_config['use_child_theme_functions_only'])) return;and add following code right below it
add_theme_support( 'deactivate_layerslider' );It will disable bundled LayerSlider and then you can install it as a standalone plugin
Best regards,
YigitHi El-Watch!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
.header_color .ajax_search_title { color: red; }Cheers!
Yigit -
This reply was modified 11 years, 11 months ago by
-
AuthorPosts
