Best Premium and Free WordPress Themes › Forums › Corporate Plus Pro › Blog-articles
- This topic has 17 replies, 2 voices, and was last updated 6 years, 2 months ago by
acmesupports.
-
AuthorPosts
-
March 6, 2017 at 1:17 pm #14420
Tineke Smit
ParticipantI 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 SmithMarch 6, 2017 at 2:43 pm #14423acmesupports
ModeratorHello 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
March 6, 2017 at 7:31 pm #14440Tineke Smit
ParticipantThank 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.March 7, 2017 at 2:34 am #14443acmesupports
ModeratorHello 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.March 7, 2017 at 8:43 am #14449Tineke Smit
ParticipantHello,
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,
CorinaMarch 7, 2017 at 3:30 pm #14475acmesupports
ModeratorIt 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
March 7, 2017 at 6:46 pm #14482Tineke Smit
ParticipantHello,
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.
RegardsMarch 8, 2017 at 1:04 am #14490acmesupports
ModeratorAll 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
March 8, 2017 at 10:59 am #14505Tineke Smit
ParticipantHello,
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
March 8, 2017 at 1:10 pm #14508acmesupports
Moderator1. 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
March 8, 2017 at 2:27 pm #14518Tineke Smit
ParticipantI 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; ?>
<?phpBut 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.
RegardsMarch 8, 2017 at 11:02 pm #14538acmesupports
ModeratorPlease 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.
March 9, 2017 at 9:41 am #14563Tineke Smit
ParticipantThere is no customizer-core.php inside….
March 10, 2017 at 1:43 am #14597acmesupports
ModeratorIn corporate plus pro theme, you can find that codes on the theme codes file. Please check the parent theme files codes.
March 21, 2017 at 10:33 am #15026Tineke Smit
ParticipantHello,
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 -
AuthorPosts
- The topic ‘Blog-articles’ is closed to new replies.