Forum Replies Created
-
AuthorPosts
-
Hi hvdnghia!
Did you subscribe to cloudflare for your website? Please try to disable Rocket Loader (Asynchronous Loading of Javascript). https://support.cloudflare.com/hc/en-us/articles/200168056
Best regards,
YigitHi!
Please try as following
add_filter('avf_template_builder_content', 'avia_add_social_toolbar_template_builder', 10, 1); function avia_add_social_toolbar_template_builder($content = "") { $content .= do_shortcode('[FACEBOOK-SHORTCODE]'); return $content; }Best regards,
YigitOctober 23, 2014 at 2:56 pm in reply to: List-icons not visible after updating to Enfold 3.0.2 #340115Hey!
If there is no issue on shortcodes.js file when you de-activate the plugin, then updating the file probably will not solve the issue. You can try updating the file and if that does not help, please contact plugin author as they should have better insight on what could be causing the issue
Cheers!
YigitHey!
You can use the code as following
.page-id-62 .entry-content p, .page-id-59 .entry-content p { display: none; }I wanted to look into it but login credentials do not seem to work. Can you check them once again?
Cheers!
YigitHey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 770px) { #top .av-submenu-container { display: none !important; }}Best regards,
YigitOctober 23, 2014 at 2:49 pm in reply to: Add a link to the right of the google translate drop down (resubmit) #340109Hi mcraig77!
If you would like to add it manually, please go to Appeanrace > Editor and open Helper-main-menu.php file and find
<div id='header_meta' class='container_wrap container_wrap_meta <?php echo avia_header_class_string(array('header_social', 'header_secondary_menu', 'header_phone_active'), 'av_'); ?>'>and add your text right below it
<a href="http://kriesi.at" class="my-custom-text">Here is your text</a>then add following code to Quick CSS
a.my-custom-text { color: red; } a.my-custom-text:hover { color: orange; }Regards,
YigitHi!
Please add following code to Quick CSS
.page-id-62 .entry-content p { display: none; }Can you please elaborate on the second issue?
Cheers!
YigitHey Raphep!
Please try de-activating all active plugins and check if that helps. Then you can activate them one by one to find the culprit
Cheers!
YigitHey mcraig77!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#footer strong.news-headline, #footer .news-headline * { color: white!important; }Best regards,
YigitHey!
You should make changes on Custom.css file via FTP or you can simply use Quick CSS field in Enfold theme options > General Styling tab.
If you are using a child theme, you can go to Appearance > Editor and add your custom CSS code to Style.css file of your child theme as wellCheers!
YigitHey djshortkut!
E-mail link works fine and for phone number please link it as following
<a href="tel:1-234-567-8987">1-234-567-8987</a>Cheers!
YigitOctober 23, 2014 at 2:27 pm in reply to: Is there a way to control what the side arrows show? #340089Hey!
Yes, but you can use a child theme to avoid that – http://kriesi.at/documentation/enfold/using-a-child-theme/ :)
Regards,
YigitHi alfengland!
Please use more advanced search like SearchWP – http://kriesi.at/documentation/enfold/use-searchwp-instead-of-the-standard-search/ or Relevanssi – http://kriesi.at/documentation/enfold/use-relevanssi-in-search-instead-of-the-default-search/
Best regards,
YigitHey!
Please try and let us know so we can mark the thread as resolved or assist you further
Best regards,
YigitHey studioinktvis!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.slide-entry-wrap .inner_product_header, .slide-entry-wrap .avia_cart_buttons { display: none; }Regards,
YigitHey!
Glad Marie could help! Let us know if you have any other questions or issues
@marienoisette Thanks! :)Cheers!
YigitHey dalboslampen!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#socket { position: fixed; bottom: 0; width: 100%; }Regards,
YigitHey dalboslampen!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.avia-menu.av-main-nav-wrap { text-align: right; }Regards,
YigitOctober 23, 2014 at 1:05 pm in reply to: Layout Builder isn;t working after WordPress 4 Update #340059Hi!
Please try and let us know so we can mark the thread as resolved or assist you further
Cheers!
YigitHey george!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.blog .entry-content p { display: none; }If that does not work, please post the link to your website
Best regards,
YigitOctober 23, 2014 at 12:56 pm in reply to: Is there a way to control what the side arrows show? #340054Hi Krissie!
Please add following code to Functions.php file in Appearance > Editor
add_filter('avia_post_nav_settings','avia_same_category_filter', 10, 1); function avia_same_category_filter($settings) { $settings['same_category'] = true; return $settings; }Cheers!
YigitOctober 23, 2014 at 12:52 pm in reply to: Icon with text not spacing correctly after 3 lines of text #340050Hey onegirlrtw!
Can you post the link to your page where we can see the example please?
Regards,
YigitOctober 23, 2014 at 12:52 pm in reply to: Hide fullwith easy slider on mobile devices / scale photos for mobile page speed #340049Hey Johan!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 767px) { .avia-fullwidth-slider { display: none; }}Regards,
YigitOctober 23, 2014 at 12:50 pm in reply to: Quick css for main and top menu changes does not work #340047Hi!
Please try following
nav.sub_menu .current-menu-item a { color: #46b57a!important; }Best regards,
YigitOctober 23, 2014 at 12:48 pm in reply to: Remove featured image on main blog but keep the small icon image to the left #340043Hi!
@atelier_interaktiv Can you post the link to your website please? Have you tried flushing browser cache after applying custom CSS code?Regards,
YigitHey David!
Please go to Appearance > Widgets and edit your widget and uncheck “Show post count” – http://i.imgur.com/7nNU5tF.png
Best regards,
Yigit -
AuthorPosts
