Blog-articles - Acme Themes
Viewing 15 posts - 1 through 15 (of 18 total)
  • Author
    Posts
  • #14420
    Tineke Smit
    Participant

    I have a page (category) with blog-articles http://www.coachpraktijkzijn.nl/category/nieuws/ and I have a several questions:
    1. How can I hide the tags and category-name?
    2. How can I hide the title (shows on the image)
    3. I don’t like the fact that the several blog-articles overlap eachother. How can I stop that?
    I can’t find the options in the customizer.

    Thank You for Your support.
    Corina Smith

    #14423
    acmesupports
    Moderator

    Hello Corina Smith,
    Please add the below css codes to make the section as you need.

    1.

    .archive .entry-footer {
        display: none;
    }

    2.

    .archive .entry-header a {
        display: none;
    }

    3. We think, you edited/added custom CSS before. Can you please check once by removing such custom added css or edited? Can you check once by deactivating the installed plugin.

    Regards

    #14440
    Tineke Smit
    Participant

    Thank You. It worked!
    I like the lay-out now. I only have 1 question:
    The ‘read more-tab’ doesn’t work. Is that a option for this Theme ‘Corporate Plus’?
    http://www.coachpraktijkzijn.nl/category/nieuws/ As you can see, the fist article is very long, i’d like to add a button with “read more”. I use SiteOrigon Page-Builder.
    I hope You can help me.

    #14443
    acmesupports
    Moderator

    Hello Corina,
    The page link you provided is of category page. I first recommend you to check the demo page of category page. After that I think, it will work for your requirement for that page. Can you please verify once and let me know.

    #14449
    Tineke Smit
    Participant

    Hello,
    I changed the catetegory page into a blog-page with help of the documentation:

    (Setting up Front page and Blog ( Posts ) page
    From Customize, go to Static Front Page
    Choose a A static page
    Now select Front page and Posts page from the drop down
    Note: if you don’t have added pages for this, first add pages from WordPress Admin panel => Pages.)

    The read more button still doesn’t show. What am I doing wrong? http://www.coachpraktijkzijn.nl/nieuws/

    Best regards,
    Corina

    #14475
    acmesupports
    Moderator

    It seems that the unwanted custom css is added for it. Find the below codes and remove that code from your custom css where you used to add.

    article.post .read-more {
        display: none;
    }

    I think, previously you request us to hide that Read More button and we provided that custom css.
    Let us know the results.

    Regards

    #14482
    Tineke Smit
    Participant

    Hello,
    Yes, that was the ‘problem’, I removed the css and now I see the ‘read more’ button. But I have now some other questions:
    1. can I change the text in Dutch? (Read More —> Verder lezen)
    2. the Spacing around the button is very large, Is it possible to make smaller? So much green erea (background)…
    3. and the blogpost 2 and 3 don’t need the ‘read more’-button. Those blogpost are showing all the content already. Only when I select ‘read more’in the Page Builder I’d like to see the button. Is that possible?
    – my site: http://www.coachpraktijkzijn.nl/nieuws/
    Thank You for Your help.
    Regards

    #14490
    acmesupports
    Moderator

    All this need is custom work with CSS and PHP.
    Find the Read More text in Appearance > Customize > Layout/Design Options > blog/archive options and change it.
    In case of spacing and button disable on some post, it needs some work on the customization.

    Regards

    #14505
    Tineke Smit
    Participant

    Hello,

    Thank You for Your answer.
    1. I can’t find the Read-More text in the Customizer. I can only change the folowing options at Blog/archive Options:
    – Image Layout Options
    – Show Description Form
    – Description Lenght In Words
    – Exclude Categories In Blog/Archive Pages
    Is there a solution?
    2. The spacing around the button is solved; I found the CSS.
    3. I didn’t found the option: button disable on some post. Do You know wich CSS I have to change?

    Best Regards

    #14508
    acmesupports
    Moderator

    1. If the options are not available on the theme, you need to edit that codes and can change the Read More text with your own words. You can find the codes inside \acmethemes\customizer\customizer-core.php line 500.
    3. Can you please let us know which post you are saying?

    Regards

    #14518
    Tineke Smit
    Participant

    I can’t find the codes inside (core.php). I used also the [ctrl+f] for searching. The only ‘Read More’ text I found was in the content.php:

    <div class=”entry-content”>
    <?php
    corporate_plus_blog_content_layout();
    $corporate_plus_blog_archive_read_more = corporate_plus_blog_archive_more_text();
    if( !empty( $corporate_plus_blog_archive_read_more )){
    ?>
    “>
    <?php echo $corporate_plus_blog_archive_read_more; ?>

    <?php

    But that code doesn’t do the thing. I have no idea why it is not working. Do You have any idea?
    What about the post: I mean this site: http://www.coachpraktijkzijn.nl/nieuws/ I didn’t found the option: button disable on some post. Do You know wich CSS I have to change to disable the ‘read more’ button? Article 2 and 3 shows all the text, there is no more text to read.
    Regards

    #14538
    acmesupports
    Moderator

    Please check inside customizer-core.php not only in core.php. You will surely find the Read More there. Please check once and let us know.

    #14563
    Tineke Smit
    Participant

    There is no customizer-core.php inside….

    #14597
    acmesupports
    Moderator

    In corporate plus pro theme, you can find that codes on the theme codes file. Please check the parent theme files codes.

    #15026
    Tineke Smit
    Participant

    Hello,
    I have still a problem finding the customizer-core.php file inside the theme.
    In WordPress I can’t find it (in the editor). But when I check the files on my computer it is there. How do I get the file that is on my computer into the editor in WordPress. I intalled the Corporate Plus Theme as a ZIPP file. It seems that the customizer-core.php did not installed. Can You help me?
    Regards

Viewing 15 posts - 1 through 15 (of 18 total)
  • The topic ‘Blog-articles’ is closed to new replies.