Forum Replies Created
-
AuthorPosts
-
Hi!
Please add following code to Quick CSS as well
#socket { z-index: 999; }It is possible but on smaller screens it would cause some issues so i would personally recommend you socket version :)
Cheers!
YigitHey!
Please add following code to Quick CSS as well
.html_header_top.html_logo_center .logo { left: 0; -webkit-transform: none; -moz-transform: none; -ms-transform: none; transform: none; }Thank you for your kind words :)
Regards,
YigitOctober 23, 2014 at 3:23 pm in reply to: wysiwyg and text editor stopped working for blog posts: empty / blank content #340135Hi Marc!
Please try de-activating all active plugins and check if that helps. If not, please try re-updating the theme via FTP and make sure to overwrite all files – http://vimeo.com/67209750
Regards,
YigitHi Carolina!
Can you please try de-activating all active plugins and check if that helps?
Regards,
YigitHi!
No worries at all David, we are always happy to help! Let us know if you have any other questions or issues :)
Cheers!
YigitHi 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!
Yigit -
AuthorPosts
