Important notice: we will respond to all open ticket requests up until November the 1st. After this date, we will be unable to process the ticket requests here on Ticksy.

Okay
  Public Ticket #1201680
fixed Text on blog list intro
Closed

Comments

  • chinchillete started the conversation

    Hi

    As in the image attached, you are able to add` elements to a page based on a template (two column with sidebar and featured post), but when published, the content placed through Visual Composer on the text field  does not show up. How can I add content before the blog posts' listing, so visitors may read a fixed text before scrolling down to the updated blog list? Is there a way to enable this through JS, CSS or a php add-non, without editing the template's php files?

    Thank you!

  •   chinchillete replied privately
  •  1,845
    Elated replied

    Hello there,

    Thank you for choosing our theme.

    1) Unfortunately, if you choose to use any of the blog template there is no option to add your custom content to the page, since that template is predefined and it can only be changed by changing theme files directly to override their default functionality.

    One possible workaround can be to have page with default template and to preview blog posts using Blog Slider element inside Visual Composer.

    2) Those social icons you mentioned are actually build using Visual Composers shortcode, in our demo that is following code

    [eltdf_icon icon_pack="font_elegant" fe_icon="social_instagram" size="eltdf-icon-tiny" custom_size="11" type="normal" icon_animation="" link="http://instagram.com" target="_blank" icon_color="#e1dcdb" hover_icon_color="#f8af86" margin=" 0 21px 0 0"][eltdf_icon icon_pack="font_elegant" fe_icon="social_twitter" size="eltdf-icon-tiny" custom_size="11" type="normal" icon_animation="" link="http://twitter.com" target="_blank" icon_color="#e1dcdb" hover_icon_color="#f8af86" margin=" 0 21px 0 0"][eltdf_icon icon_pack="font_elegant" fe_icon="social_pinterest" size="eltdf-icon-tiny" custom_size="11" type="normal" icon_animation="" link="https://www.pinterest.com" target="_blank" icon_color="#e1dcdb" hover_icon_color="#f8af86" margin=" 0 21px 0 0"][eltdf_icon icon_pack="font_elegant" fe_icon="social_tumblr" size="eltdf-icon-tiny" custom_size="11" type="normal" icon_animation="" link="https://www.tumblr.com" target="_blank" icon_color="#e1dcdb" hover_icon_color="#f8af86" margin=" 0 21px 0 0"][eltdf_icon icon_pack="font_elegant" fe_icon="social_vimeo" size="eltdf-icon-tiny" custom_size="11" type="normal" icon_animation="" link="https://vimeo.com/" target="_blank" icon_color="#e1dcdb" hover_icon_color="#f8af86" margin=" 0 0 0 0"]

    or you can generate your own in Visual Composer

    switch to Classic editor

    and just copy that code and paste it in Text widget and place that widget in desired Widget Area 

    Please let us know if there is anything else we can do for you.

    Thanks.


    The Elated Support Center has been moved to our centralized support platform. 

    Please note that any existing tickets prior to this change will be answered right here on Ticksy, and in due time. 

    If you wish to submit a new support request, for all new inquiries please head on to our Help Center.

    Elated Themes is part of Qode Interactive – the home of 300+ premium WordPress themes.

    Don’t forget to sign up for our newsletter and be the first to find out all the latest news.

  •   chinchillete replied privately
  •  1,845
    Elated replied

    Hello,

    1) It can be modified by changing theme files directly, for this blog layout you need to open file wp-content\themes\tomasdaisy\blog-two-columns-with-featured.php and check what we did 

    and how it shoes on front-end 

    also this text can be further customized using Custom Css.

    2) The issue is probably related to Right From Main Menu widget area inside Appearance > Widgets and there might be added some ore spacing that forces icons to go in another row. Can you please send us your wp admin access with credentials so we can check it closer.

    3) You can set to show All Categories using Blog Slider for instance, in it's settings you can set single Category or to show all. Or another solution is to list precisely which blog posts you want to be displayed in Selected Posts field:

    Please let us know if this was helpful and if there is anything else we can do for you.

    Also if you need more help regarding first issue please feel free to ask and we will gladly help you with either adding desired text or customizing it.

    Thanks.


    The Elated Support Center has been moved to our centralized support platform. 

    Please note that any existing tickets prior to this change will be answered right here on Ticksy, and in due time. 

    If you wish to submit a new support request, for all new inquiries please head on to our Help Center.

    Elated Themes is part of Qode Interactive – the home of 300+ premium WordPress themes.

    Don’t forget to sign up for our newsletter and be the first to find out all the latest news.

  •   chinchillete replied privately
  •  1,845
    Elated replied

    Hello there,

    This is because of WordPress wpautop function which is wrapping lines with paragraph tags, and now function is being executed in text widget because it is present be default in text editor, which is inducted in WordPress version 4.8. Solution to this is to remove all spaces inside text widgets, and if that doesn't work 100% or you don't want to go trough all theme widgets and to do this manually you can simply add following line of code inside theme folder / functions.php

    remove_filter('widget_text_content', 'wpautop')

    If you want  permanent modification for future updates you should add that line inside child theme folder / functions.php file.

    Please let us know if this solved the issue. Also, if you want to replicate the demo widget from top please paste into Text Widget in Right From Main Menu widget area 

    [eltdf_icon icon_pack="font_elegant" fe_icon="social_instagram" size="eltdf-icon-tiny" custom_size="11" type="normal" icon_animation="" link="http://instagram.com" target="_blank" icon_color="#e1dcdb" hover_icon_color="#f8af86" margin=" 0 21px 0 0"][eltdf_icon icon_pack="font_elegant" fe_icon="social_twitter" size="eltdf-icon-tiny" custom_size="11" type="normal" icon_animation="" link="http://twitter.com" target="_blank" icon_color="#e1dcdb" hover_icon_color="#f8af86" margin=" 0 21px 0 0"][eltdf_icon icon_pack="font_elegant" fe_icon="social_pinterest" size="eltdf-icon-tiny" custom_size="11" type="normal" icon_animation="" link="https://www.pinterest.com" target="_blank" icon_color="#e1dcdb" hover_icon_color="#f8af86" margin=" 0 21px 0 0"][eltdf_icon icon_pack="font_elegant" fe_icon="social_tumblr" size="eltdf-icon-tiny" custom_size="11" type="normal" icon_animation="" link="https://www.tumblr.com" target="_blank" icon_color="#e1dcdb" hover_icon_color="#f8af86" margin=" 0 21px 0 0"][eltdf_icon icon_pack="font_elegant" fe_icon="social_vimeo" size="eltdf-icon-tiny" custom_size="11" type="normal" icon_animation="" link="https://vimeo.com/" target="_blank" icon_color="#e1dcdb" hover_icon_color="#f8af86" margin=" 0 0 0 0"]

    Please let us know if this solved the issue.


    We hope it’s not too much trouble, but we’d really appreciate it if you could rate our theme on ThemeForest. Just visit the following link and select five stars next to our theme’s name: http://themeforest.net/downloads. This way you’ll be helping us improve our support services and make them even more efficient.


    Thanks.


    The Elated Support Center has been moved to our centralized support platform. 

    Please note that any existing tickets prior to this change will be answered right here on Ticksy, and in due time. 

    If you wish to submit a new support request, for all new inquiries please head on to our Help Center.

    Elated Themes is part of Qode Interactive – the home of 300+ premium WordPress themes.

    Don’t forget to sign up for our newsletter and be the first to find out all the latest news.

  • chinchillete replied

    Hi again

    Adding the code line to the .php file, fixed the issue. Thank your very much your time and great support! I´ll highly recommend your themes to clients and colleagues!

    Thank you!

  •  1,845
    Elated replied

    Hello,

    We are pleased to help. Thank you very much for the good review

    Please let us know if there is anything else we can do for you.

    Thanks.


    The Elated Support Center has been moved to our centralized support platform. 

    Please note that any existing tickets prior to this change will be answered right here on Ticksy, and in due time. 

    If you wish to submit a new support request, for all new inquiries please head on to our Help Center.

    Elated Themes is part of Qode Interactive – the home of 300+ premium WordPress themes.

    Don’t forget to sign up for our newsletter and be the first to find out all the latest news.