Forum Replies Created
-
AuthorPosts
-
Hi Rkard, I saw the widget is working. Thanks, what was it?
thank you?Hi Rikard thanks for the answear,
I updated the theme, updated WP version, still not working, deleted the whole theme and replaced, erased the widget and reuploaded, not working.
I have deactivated advanced layout builder preview (is that what you mean?) in the theme option, still not working.thanks
MimmoCan close it, thanks
Perfect!
thanks a lot
Mimmohi,
ok it works, the only thing left to fit is that I don’t want to see the author of the article in the archive page.
It is still visible even if in the blog options is desabled.
thanks a lot
Mimmohi, it has to be added in Theme Enfold/child > functions.php?
thanks
MimmoHi Victoria,
I am very sorry, but I got lost, found and done all said in this chat, but nothing change. At the moment the thing I need is to see the featured image post in the archive page and not to see the author in archive page
thanks for the helpHi, sorry but I don’t see any reading options in the theme options.
What I have done now is to export actual theme settings, so if something happens I can reset as it is now, right?. Is there any way to send you a screenshot so to show you what I see?
thanks
mimmoSorry, fixed the point 1. and fixed hiding the comments in the archive page.
the only thing left to set is the featured image that has to be shown, and the author to be hide, in the archive page.
thanks.Hi, pages were in draft. Anyway, pages and articles are published now, the settings are almost ok, the missing things are:
– Blog page, all the articles show the right title, but the text is still the lorem ipsum text I used in designing the layout. Note that when designing the layout the titles were false text too, once I uploaded the right text, the blog page shows the right title, but that doesn’t happen with the text of the article.
– Archive page, (when I click on the category in the article page) I don’t see the featured image, and I still see author and comment tag even if in blog settings option they are disabled. In the Archive I would like to see only the date.Thiese seems to be the only and last things to fix.
Thanks for the supportThis reply has been marked as private.Hi, yes I just added the code and nothing else.
Mimmohi,
here is the short code, added in Theme Enfold/child > functions.php
<?php/*
* Add your own functions here. You can also copy some of the theme functions into this file.
* WordPress will use those functions instead of the original functions then.
*/function post_title_shortcode(){
global $post;
return get_the_title($post->ID);
}
add_shortcode( ‘sc_post_title’, ‘post_title_shortcode’ );function post_date_shortcode(){
global $post;
return get_the_date(‘Y-m-d’, $post->ID);
}
add_shortcode( ‘sc_post_date’, ‘post_date_shortcode’ );
function post_category_shortcode(){
global $post;
$categories = get_the_category($post->ID);
$separator = ‘ ‘;
$output = ”;
if ( ! empty( $categories ) ) {
foreach( $categories as $category ) {
$output .= ‘term_id ) ) . ‘” alt=”‘ . esc_attr( sprintf( __( ‘View all posts in %s’, ‘textdomain’ ), $category->name ) ) . ‘”>’ . esc_html( $category->name ) . ‘‘ . $separator;
}}
return trim( $output, $separator );
}
add_shortcode( ‘sc_post_category’, ‘post_category_shortcode’ );hi,
point 1 almost solved now I can see what I want in the single post, I followed the suggestion to modify functions.php in child theme, but than I lost some of the theme options like fav, logo, font, socket and footer colors. Do I have to reset again?point 2 , the meta options in the blog layout don’t work.
thanksHi Rikard,
yes using layout editor, thanks for the help.
I have other two questions
– How do I show the category in a single post?
– In the Archive page how do I hide the voice ‘comment’ and ‘author’ and show the featured image (small)?
in general does exist a way to set the archive page?
thanks
MimmoHi Victoria I have solved it, thanks.
HI Mike
ok it worked, thanks a lot
Mimmothanks a lot
This reply has been marked as private.April 9, 2018 at 4:38 pm in reply to: Enfold Instagram Widget not Working (Enfold 4.2.6, PHP 7.2) #939303This reply has been marked as private.Hy Victoria, maybe I was not that clear in asking for the uploader, I need to give tha chance to my visitors to upload a file into the enfold contact form. is it possible?
thanks
mimmoApril 5, 2018 at 11:17 am in reply to: Enfold Instagram Widget not Working (Enfold 4.2.6, PHP 7.2) #937608Hi,
had same problem with instagram widget, followed instructions by Ygit but gives me back this error message “No direct script access allowed” and now I can’t access to the wp admin area.
and the site is no more visible too.
urgent help nedeed please.
mimmook thanks, I found where to upload fonts to a slider.
thanks
mimmoThis reply has been marked as private.This reply has been marked as private.Login in private.
- This reply was modified 6 years, 8 months ago by Rikard.
-
AuthorPosts