Tagged: ,

Viewing 18 posts - 1 through 18 (of 18 total)
  • Author
    Posts
  • #223376

    hello again, how can I hide in the posts: author Info and comments
    thank you!

    #223654

    Hey ftt123!

    Please add following code to Quick CSS in Enfold theme options under Styling tab

    .post-meta-infos { display: none; }

    and post the link to your website if that does not work

    Cheers!
    Yigit

    #223859

    thank you Yigit, it works, but I need the date/month/year info
    and do not need category and admin info
    regards,

    #223948

    Hi!

    Can you post the link to your website?

    Regards,
    Yigit

    #223950

    here it is the specific one: http://emiousyrou.factoriadigitalpremium.es/2014/los-parques-cientificos-y-tecnologicos-y-sus-entidades-acuden-a-transfiere-con-las-agendas-cargadas-de-citas
    I need the date/month/year but not the time
    and not category nor author info
    and I do not want the beginning of the breadcrumb
    thank you!

    #223972

    another thing: I need to place social in the page not at the end but a bit upper, because I have built a “fake footer” due to I have 3 microsites and I need 3 differents footers. I am sending you a link where you can see my problem: http://emiousyrou.factoriadigitalpremium.es/tecnogetafe/entidades-instaladas/centum
    thanks!

    #224155

    Hey!

    Please add following code to Quick CSS in Enfold theme options under Styling tab

    .comment-container, .text-sep-comment, .text-sep-date, span.blog-categories, .text-sep-cat, span.blog-author, .breadcrumb-title { display: none; }

    Can you post a screenshot and show where you would like to display social icons?

    Best regards,
    Yigit

    #224316
    This reply has been marked as private.
    #224322
    This reply has been marked as private.
    #224951

    Hi!

    Please add following code to Quick CSS as well

    .breadcrumb-title { display: none!important; }

    Please add Icon Element under Content Elements in Avia Layout Section and choose to display your icon as “Standalone Icon with border and optional caption” and please make sure to change icon color.
    Please try using this plugin http://wordpress.org/plugins/codestyling-localization/

    Regards,
    Yigit

    #225009

    thank you, but I don’t understand the plugin purpose…
    is it for placing social wherever I need?

    #225165

    Hey!

    The plugin is to translate strings or change them without needing to hardcode them into theme files

    Cheers!
    Yigit

    #745368

    hello,
    i have the problem, how i can hide comments and data from the categories on the article. with shortcodes it will not work

    #745384

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .html_elegant-blog .avia-content-slider .slide-meta,.html_elegant-blog #top .avia-content-slider .blog-categories {
        display: none;
    }
    
    

    Best regards,
    Yigit

    #745386

    sorry, is not working…

    #745389

    Hey!

    Please try changing the code to following

    .html_elegant-blog .avia-content-slider .slide-meta,.html_elegant-blog #top .avia-content-slider .blog-categories {
        display: none !important;
    }
    

    then please flush browser cache and refresh your page a few times – http://wiki.scratch.mit.edu/wiki/Hard_Refresh

    Regards,
    Yigit

    #745391

    sorry, also not working

    #745394

    Hey!

    Then please start a new thread and attach temporary WP admin logins in private content field. If you post them here, they will be visible to creator of this thread as well.

    Best regards,
    Yigit

Viewing 18 posts - 1 through 18 (of 18 total)
  • You must be logged in to reply to this topic.