jmuniz
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Virtue] Home page – marginHello,
There is no problem. Thank you for your attention to me.
The margins I am talking about are those of the article block.
Here is the screenshot of the home page of the online site:https://www.dropbox.com/s/ruv0i992ut1fjr7/Scrennshot_ok.PNG?dl=0
Here is the screenshot of the home page of the site on the local server:
https://www.dropbox.com/s/a8zvx9ll3dipvd7/Screenshot_not_ok.PNG?dl=0
Looking at the block sizes I saw that they are different:
the block size of the online site: dvi.row = 1170×284.233
the block size of the site on local server: dvi.row = 1200×285.2
The problem comes from that I think. But I didn’t change anything on the CSS fileThanks again for your support
Forum: Themes and Templates
In reply to: [Virtue] Home page – marginHello,
The site is online (https://loustic.net) and does not have this problem. But I still have a local copy too. The problem is local and I wanted to know why the margins have changed.
Thank you for your attention.
Best regardsForum: Themes and Templates
In reply to: [Virtue] Home page – marginHello,
Thanks for taking your time to answer me.
I did everything you asked me to do, but the problem continues.
I will review on my side.
Thanks again for your support!
Best regardsForum: Themes and Templates
In reply to: [Virtue] Home page – marginHello,
Thank you for your reply.
I sent you this link from a screenshot : https://www.dropbox.com/s/77hnwoopueg1h3n/Capture-ecran.PNG?dl=0
because I am working on a local server.
On the home page, the center section – recent articles, you must change the value of margins on the class: margin-home to correct the problem. Before I did not touch this class:<div class = “home-blog home-margin clearfix home-padding”>
:: before
.
.
.
<div class = “row” … </div></div>
Best regards
Forum: Themes and Templates
In reply to: [Virtue] Recent articles – home pageHi Ben,
Thank you for your reply.
If I move page content to enabled list and recent article to disabled list, all articles in all categories are displayed on the homepage.
I always posted on the home page the recents articles (two maximum) by a specific category. If this article is very small I would like to display the full post with external or internal links. But I see that it is not possible.
Thank you very much for taking your time to answer me.Jmuniz
Forum: Themes and Templates
In reply to: [Virtue] Recent articles – home pageHi Ben,
Thank for your help.
I did change the setting, but it didn’t change anything.
Did I miss something?
I send you a screenshot:https://www.dropbox.com/s/7l5c2m1irih43ek/screenshot.jpg?dl=0
Thanks again
Jmuniz
Forum: Themes and Templates
In reply to: [Virtue] Recent articles – home pageHello Ben,
Thank you for your reply.
I changed the configration as you explained to me, but the links are not available on the homepage but on the article. I still have the “Read More”. you can see: https://loustic.netJmuniz
Forum: Themes and Templates
In reply to: [Virtue] Recent articles – home pageHi Ben
I thank you very much.
All the content of the article is well displayed, but the link in the content of the article is not available (they are not in blue)
How can I make these links available ?Jmuniz
Forum: Themes and Templates
In reply to: [Virtue] Recent articles – home pageHello,
Thank you for your reply and for the assistance of the forum which is excellent!Jmuniz
Forum: Themes and Templates
In reply to: [Virtue] Recent articles – home pageHello,
I found how to add a link to the excerpt. You must add this code: in the function.php of the child theme:function new_excerpt_more( $more ) {
return ‘ ‘ . __(‘Read More’, ‘your-text-domain’) . ‘‘;
}
add_filter( ‘excerpt_more’, ‘new_excerpt_more’ );As my article is very small I would like to remove the “read more”. Can you help me ?
thanks a lot
JmunizForum: Themes and Templates
In reply to: [Virtue] Recent articles – home pageHi,
Thank you for answering me.
I already try, but it does not work. I added the person’s email address on the custom snippet as a link but it’s displayed as a text, not a link.Jmuniz
Forum: Reviews
In reply to: [Virtue] Homepage – latest articlesHello Ben,
thank you very much
Excuse me for answering you too late. I was on vacation.
I put the file blog-home.php in the folder of the child theme by removing lines 42-115 and replaced by: <? Php get_template_part (‘templates / content’, ‘fullpost’); ?>, but it did not work. I do not have the full content of the article.Best regards
Forum: Reviews
In reply to: [Virtue] Homepage – latest articlesHello,
Thank you for your reply. If I activate the content of the page, all the articles will be displayed. This is not what I want because I display articles by categories. Two maximum on the homepage.
Here is the link of the site:
https://loustic.netBest regards
Forum: Themes and Templates
In reply to: [Virtue] Breadcrumb NavXTHello Kevin,
Thank you very much !
Sorry for the delayed response, I have been on vacation.
As I told you, I put the header.php script in my child theme, and it works:
_________
<?php
/*
DO NOT ADD SCRIPTS HERE
USE a plugin like : https://www.ads-software.com/plugins/header-and-footer-scripts/– Force plugins to stop stating incorrect errors –
<?php wp_head(); ?>
*/
get_template_part(‘templates/head’); ?><body <?php body_class(); ?>>
<?php
do_action(‘virtue_after_body’);
?><div id=”wrapper” class=”container”>
<?phpget_template_part(‘templates/header’);
?>
<!– NavXT — nov/2017 –>
<div class=”breadcrumbs” typeof=”BreadcrumbList” vocab=”https://schema.org/”>
<?php if(function_exists(‘bcn_display’))
{
bcn_display();
}?>
</div>
_______The code link on the paragraph BASIC USAGE:
https://mtekk.us/code/breadcrumb-navxt/#basicBest regards,
-Jmuniz
Forum: Themes and Templates
In reply to: [Virtue] Breadcrumb NavXTHi,
I added the code on header.php in the parent theme, but did not work because the PHP script was not closed. I copied the header.php for my child theme by closing any opening of PHP. I put the code in the end and it works for all types of page, article and porfolio.
It’s the best solution ?
Thank you very much.Cordially
Jmuniz