Forum Replies Created
-
AuthorPosts
-
January 26, 2023 at 9:27 am in reply to: How to remove the “title attribute” in post title link #1395328
Hi, please check the problem in my test website, page:
https://www.cheapseo.cn/google-seo/
Admin access attached
I have add the code:
remove_action(‘wp_head’, ‘wp_shortlink_wp_head’);
to remove the shortlink.
If it is the same function as yours?
And, I also try to remove the profile and pingback links, what code should I add?
January 26, 2023 at 3:41 am in reply to: How to remove the “title attribute” in post title link #1395277Hi,
I need to add the shadow for all single post not only for the featured image,
I use:
.template-blog .post .entry-content-wrapper {
overflow: visible;
box-shadow: 0 0 10px 0 #444;
padding: 10px;
border-radius: 4px;
margin-bottom: 40px;
}Right?
All website have the shortlink, not a plugin problem
January 25, 2023 at 9:21 am in reply to: How to remove the “title attribute” in post title link #1395092Hi, I didn’t have a white space after title, you can see all the titles of single feature image posts, all have the blank, please check this page: https://www.yundianseo.com/en-seo/
For some reasons, I can’t give you a admin access, the problem can be see on All Enfold websites using the single featured image posts, you can have a test.
January 25, 2023 at 8:52 am in reply to: How to remove the “title attribute” in post title link #1395084Thanks for explain, is it normally, there is a blank here?
January 25, 2023 at 8:49 am in reply to: How to remove post category not only on page, but also in code #1395083Thanks, it do the work, please close
Thanks,
You can close it
January 25, 2023 at 8:18 am in reply to: How to remove the “title attribute” in post title link #1395075Hi,
In same browser, there isn’t “” in grid post title link:
It is just the title, so how to remove the “” showed in post title link of big image feature blog
Have find a way to resolve it, you can close it now
Hi,
This code is not work: add_filter(“avf_show_author_meta”, “__return_false” );
And, I just want to remove the link, not all the text
please see it in the page: https://www.yundianseo.com/website/
January 25, 2023 at 5:22 am in reply to: How to remove post category not only on page, but also in code #1395052you can check this page:
January 25, 2023 at 5:22 am in reply to: How to remove post category not only on page, but also in code #1395051Hi,
I use the css, but there are some problem, the top, left, right sides are blank
and there isn’t gad in mobile view
January 25, 2023 at 3:53 am in reply to: How to remove the “title attribute” in post title link #1395028Hi, it do the work, but how to remove the ” ” in the code
I just need Title, not “Title”
January 24, 2023 at 12:40 pm in reply to: How to remove the “title attribute” in post title link #1394907Hi,
I just want to remove the title attribute from post title link, not all A links
January 24, 2023 at 10:29 am in reply to: How to remove the “title attribute” in post title link #1394893Hi,
It is not image ALT, it is the “title attribute” of post title link
January 24, 2023 at 9:28 am in reply to: How to remove the “title attribute” in post title link #1394882January 24, 2023 at 8:01 am in reply to: How to remove post category not only on page, but also in code #1394875The same problem for grid post, how to totally remove the category:
and add a box shadow around the single post clumn
January 24, 2023 at 7:13 am in reply to: How to remove post category not only on page, but also in code #1394872Hi, I found the code:
if( ! empty( $cats ) )
{
$cat_output .= ‘<span class=”blog-categories minor-meta”>’;
$cat_output .= $cats;
$cat_output .= ‘</span>’;
$cats = ”;
}But, there isn’t $cat_output .= trim( $cats );
January 24, 2023 at 4:00 am in reply to: How to remove post category not only on page, but also in code #1394861Thanks,
How to leave the category text, but remove its link totally on page and in code?
January 23, 2023 at 12:23 pm in reply to: How to remove post category not only on page, but also in code #1394765or, just leave the category text, but remove its link totally on page and in code
Hi, the problem is not the pagination can’t work, it is the paginations’ url link
The pagination url use ?avia-element-paging=2 in enfold 4.8.3, how change it to the static one like /page/2/
For example:
https://www.example.com/products/?avia-element-paging=2
to
Thanks, the new code work as you said, but the author is too close to the data, how could it display as below:
0 comments / May 11, 2015 / By Vic
September 30, 2020 at 5:24 am in reply to: How to add the author meta to the blog grid layout to show the author’s name? #1249562still not work
I have try add $meta .= “<span class=’slide-meta-author updated’>” .$author.”</span>”;
below:
$author = get_the_author_meta( ‘display_name’, $entry->post_author );
but still not display author
September 27, 2020 at 4:41 am in reply to: How to add the author meta to the blog grid layout to show the author’s name? #1248741This is the code to solve the problem in that thread, so what should i do in latest Enfold as you said the code is not working.
September 26, 2020 at 4:58 am in reply to: How to add the author meta to the blog grid layout to show the author’s name? #1248550Hello, just as that thread said, I find the config-templatebuilder > avia-shortcodes > postslider.php
$meta .= “<time class=’slide-meta-time updated’ $markup>” .get_the_time(get_option(‘date_format’), $the_id).”</time>”;
and add this code below it:
$author = get_the_author_meta( ‘display_name’, $entry->post_author );
and save it then clear all cache, but nothing happened, the author still not display in grid layout blog, just show time and comments
you can check the problem in any latest Enfold website
-
AuthorPosts