Forum Replies Created
-
AuthorPosts
-
April 3, 2017 at 10:07 pm in reply to: Delete JavaScript and CSS that block the display in the above-the-fold content #771380
Hey paola86pp,
Please, may you explain your question better?
Best regards,
John TorvikHey alan_clor,
I`ve checked your dashboard and all is working normally. Check here: http://www.sohoradiolondon.com/wp-admin/post.php?post=1564&action=edit
Best regards,
John TorvikHi,
To fix it, just add this custom CSS code at Enfold Theme Options > General Styling > Quick CSS
@media only screen and (max-width: 767px) { #wrap_all { overflow: hidden; /*needed for mobile menu scrolling */ } }
Best regards,
John TorvikHey Annelies,
Just add this custom CSS code at Enfold Theme Options > General Styling > Quick CSS
.av_header_transparency .logo { display: block !important; }
Best regards,
John TorvikApril 3, 2017 at 9:29 pm in reply to: How to align a text item into center but only in mobile view #771339Hey force-media,
Thanks for using Enfold.
Please, may you share your page link? Then I can provide to you the custom CSS code.
Best regards,
John TorvikHey adferger1,
Please, to check it better, may you share the page link?
Best regards,
John TorvikHey wock_legacy,
Please, may you explain your question with more details?
Best regards,
John TorvikHey adferger1,
Just add this custom CSS code at Enfold Theme Options > General Styling > Quick CSS
#top .avia-button-fullwidth:hover .avia_button_background { background-color: #000 !important; }
Best regards,
John TorvikHey Jeannette,
Just add this custom CSS code at Enfold Theme Options > General Styling > Quick CSS
.main-title { float: right; } .title_container .breadcrumb{ right: initial !important; }
Best regards,
John TorvikHi,
Please, may you share the user and password to access your site? See here: http://prntscr.com/ersf5l
Best regards,
John TorvikHey kelsangwangpo,
Please, may you explain your question better and increase some screenshots?
Best regards,
John TorvikHi,
May you solve the fonts issues present on the console?
Best regards,
John TorvikHey Dr. Christian Holthaus,
Please, may you tell me which is the case?
Best regards,
John TorvikHey kelsangwangpo,
Please, to solve this, is necessary to create another slider with the new image size and hide it with a custom CSS and show only on mobile, so, to do it, I`ll need that you enable the custom class following this tutorial: kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ and share with me your WP credentials.
Best regards,
John TorvikHi,
Please, may you share with me your WP credentials and your website link?
Best regards,
John TorvikHi,
To fix it, just add this custom CSS code at Enfold Theme Options > General Styling > Quick CSS
.avia-data-table .avia-desc-col { width: 180px !important; }
Best regards,
John TorvikHey Ruben,
Please, may you check the credentials again? Because I`ve tried to access your dashboard and they are incorrect.
Best regards,
John TorvikHi,
This plugin should help you: https://wordpress.org/plugins/taxonomy-terms-order/
Best regards,
John TorvikHi,
Please, first of all, the credentials aren`t working, may you check it?
Now, as Mike said, there`s some google font issues and you can solve it reading this article: http://justcreative.com/2013/01/22/how-to-use-custom-fonts-with-font-face-on-wordpress/ and try to add the font-weight at Enfold Theme Options > General Styling > Quick CSS instead the style.css (just to test).
Best regards,
John TorvikHey pkjd,
Please, may you share with us your WP credentials and the website link to access it? And please, may you explain your question better?
Best regards,
John Torvik- This reply was modified 7 years, 9 months ago by John Torvik.
Hey SkyrackAU,
Please, may you share your WP credentials with us?
Best regards,
John TorvikHi,
Let us know if you have any other questions or issues :)
Best regards,
John TorvikHey giorgio_betagrafic,
You can add the search box using this custom PHP code at your functions.php (in your child theme).
add_filter( 'wp_nav_menu_items', 'avia_append_search_nav', 10, 2 ); function avia_append_search_nav ( $items, $args ) { if ($args->theme_location == 'avia') { $search_form = get_search_form(false); $items = '<li id="menu-item-searchbox">'.$search_form.'</li>' . $items; } return $items; }
and add this custom CSS at Enfold Theme Options > General Styling > Quick CSS too:
#menu-item-searchbox form div { display: block !important; opacity: 1 !important; width: auto !important; } #menu-item-searchbox form div #s { width: 300px !important; max-width: 300px; } #menu-item-searchbox { top: 25px; } #top #searchsubmit, .ajax_load { right: 0px; }
Best regards,
John TorvikHey melissaek13,
Please go to Enfold theme options > Blog Layout and make sure that you have chosen to display “Related Entries” and you need to know that you need to add tags to show the related entries.
Best regards,
John TorvikHi,
Please, may you share with us your WP credentials and the website link to access it?
Best regards,
John TorvikHey fcp,
Please, I`ll need that you provide to me your WP credentials and the website link, but before it, try these steps:
1) Check if you
re using the latest Enfold version (that
s the 4.0.5)
2) Disable all the plugins and check if there`s some problem yet.
3) Check your WordPress version.Best regards,
John TorvikHi,
I am sorry about it.
To fix it, just add this CSS at Enfold Theme Options > General Styling > Quick CSS
@media screen and (max-width: 480px) { .push-right { position: absolute; right: -20px; } }
Best regards,
John TorvikHi,
When there
s some blank page, it means that we
ve some PHP fatal error and to show it, enable the WP_Debug following this tutorial: https://codex.wordpress.org/WP_DEBUGBest regards,
John TorvikHi,
Let us know if you have any other questions or issues :)
Best regards,
John TorvikHey TerryGrow,
You can set the permission settings of these files to 777.
wp-content/themes/enfold/css/custom.css
wp-content/uploads/dynamic_avia/enfold.cssIt will enable the theme to apply css modifications.
This link should help you, if you need : https://codex.wordpress.org/Changing_File_Permissions
Best regards,
John Torvik -
AuthorPosts