Search Results for 'remove tag from post'

Results from the Forum
Simion C.
tagDiv Staff

Hi,

Unfortunately a text logo will not be displayed on mobile, so in the absence of a logo image you must upload a different logo for the mobile theme, in the Logo for mobile section in theme panel –
https://www.screencast.com/t/Brc1EXXHx More information here – https://forum.tagdiv.com/logo-favicon/
The Big grid that displays on mobile is supposed to show featured posts, so please make sure you have posts in that category. Everything you need to know about the mobile theme is available here
https://forum.tagdiv.com/the-mobile-theme/ and you can choose to use it on all the website or not, there is no option to have it only for some parts of the site.
Please note that the theme is testes and works properly, if your website is slow there are multiple factors that can affect the speed, like plugins for example or modifications to the theme files. If you want to test this, please disable all your plugins except the ones bundled with the theme, remove any modifications made if there are any, clear any caching installed then check the results. You can also use the links provided above to make the site faster.
You can see here for example the time the website spends to load resources
https://www.screencast.com/t/C1dzNcjIst
And that can only be caused by the factors mentioned.

Thanks

Edward
tagDiv Member

We are experiencing some technical issue, but the Newspaper theme will be available again soon! We estimate this may take an hour or two, depending on Envato team.

Please rest assured! We are developing, updating and supporting this theme and we don’t plan to give up on it.

I’m sorry for any inconvenience this surprising situation might have caused you!

Thank you for understanding!

https://forum.tagdiv.com/topic/newspaper-theme-was-removed-from-themeforest/#post-165841

  • This reply was modified 9 years by Edward.
ParisSingapore
Participant
#0

Hello tagDiv Team,

Thanks for the great template, I’ve been using it for a few years and I’m really happy about it. The latest updates make it even better to use. Also appreciate the tons of documentation and visual examples.

I’m currently thinking of changing my template and I was wondering if there is an option to set a maximum width for a post/page to avoid the text to be stretch on larger screen like MBP Retina (making the content difficult to read).

If I use a sidebar on a post/page there is no problem as there is already a max width set by default apparently. But if I remove the sidebar (in the option) I ended up with a very strech text.
See example of a post with Sidebar
See example of a page without sidebar

I know I can edit the code to set a max width directly, but I was wondering if there’s an option in the theme to do it already (so I have no worries when I update the theme). And if not it will probably be a good addition.

The main reason for me to getting rid of the sidebar is now almost 60% of my traffic is mobile and people don’t see it/use it (not to mention it will slow the the display for mobile user). Thanks for reading and have a great day!

TranAnh
Participant
#0

Hello TagDiv group yesterday I installed Newpaper version 7.8 star I have installed the Visual Compore plugin it is wrong with the Newsaper cause the error message to make the new article error, when click on the newspost it is error and cause photo Enjoy the WordPress I expect the team to quickly fix the bug, thank you

View post on imgur.com

View post on imgur.com


I removed the entire plugin but still did

View post on imgur.com

View post on imgur.com

When I installed the visual compore with the Newspaper theme, when I added a new post, I ran into the error message I hope the team soon fix this error (visual compore with other themes are not corrupt)

image for Imugur:

View post on imgur.com

View post on imgur.com

View post on imgur.com

View post on imgur.com

Nana
Participant
#0

Hi guys

I want to remove the title from post template 5. More like the whole title section with the tag, title, category, etc.

But i cant seem to find the line to delete in the single template 5. Could you please show me where to find it?

screengeek
tagDiv Member

Interesting, it never occurred to me to read your post before. Thanks for the heads up on that!

But Yeah, every time I do that, it makes the bottom of the homepage all messed up and has ads everywhere. I don’t mind the ‘even more news’, I’d just like to remove popular categories. Every time I do that, it messes things up. I can’t attach a picture to show what I mean and I can’t leave my site like that for hours before i get a reply.

I….guess…I….can……wait…..for…..tag….div…..to….answer…..my….

…..question…..

……….

Stangerson
Participant
#0

Hello,

I open this post after your answer at this post : https://forum.tagdiv.com/topic/bad-update/

Like the others, my big grid are now boxed with error message. I know why because you explain well why. But I have one trouble. I try to do : “Please comment out or remove this code: https://www.screencast.com/t/SKhrNN5v47 and also remove one of these curly braces: https://www.screencast.com/t/AjjTkQM3E The check is added in each grid file in particular so you will have to edit the file corresponding to the grid you use.”

But unfortunally I can’t found this code on my PHP file.

I use only Grid 5 for this moment,but I try to found the code to remove on all Big Grid and I do not found it, that why I paste my code on this forum. Can you help me to know what I need to do for don’t have anymore this message error on my Big Grid 5 ?

My all file Big Grid 5 PHP :

<?php

/**
*
* Class td_block_big_grid_5
*/
class td_block_big_grid_5 extends td_block {

const POST_LIMIT = 3;

function render($atts, $content = null){

// for big grids, extract the td_grid_style
extract(shortcode_atts(
array(
‘td_grid_style’ => ‘td-grid-style-1’
), $atts));

$atts[‘limit’] = self::POST_LIMIT;

parent::render($atts); // sets the live atts, $this->atts, $this->block_uid, $this->td_query (it runs the query)

$buffy = ”;

$buffy .= ‘<div class=”‘ . $this->get_block_classes(array($td_grid_style, ‘td-hover-1’)) . ‘” ‘ . $this->get_block_html_atts() . ‘>’;

//get the block css
$buffy .= $this->get_block_css();

$buffy .= ‘<div id=’ . $this->block_uid . ‘ class=”td_block_inner”>’;
$buffy .= $this->inner($this->td_query->posts); //inner content of the block
$buffy .= ‘<div class=”clearfix”></div>’;
$buffy .= ‘</div>’;
$buffy .= ‘</div> <!– ./block –>’;
return $buffy;
}

function inner($posts) {

$buffy = ”;

if (!empty($posts)) {

$buffy .= ‘<div class=”td-big-grid-wrapper”>’;

$post_count = 0;

foreach ($posts as $post) {

$td_module_mx12 = new td_module_mx12($post);
$buffy .= $td_module_mx12->render($post_count);

$post_count++;
}

if ($post_count < self::POST_LIMIT) {

for ($i = $post_count; $i < self::POST_LIMIT; $i++) {

$td_module_mx_empty = new td_module_mx_empty();
$buffy .= $td_module_mx_empty->render($i);
}
}

$buffy .= ‘</div>’;
}

return $buffy;
}
}

Thanks in advance !

Simion C.
tagDiv Staff

Hi,

The article bottom ad appears by default just after the post content – https://www.screencast.com/t/sZKkakx4H In your case it is being pushed down by the plugin content inserted in the content – https://www.screencast.com/t/AzPbGVVCV0v
You could use a do shortcode containing a custom ad – https://www.screencast.com/t/qallJwKXn7cu and insert it in the loop file corresponding to your post template style, below the related articles section. The ad will be displayed like this – https://www.screencast.com/t/bjEXpzQZQqJH
Here are some other topics related to this, that may provide useful information
https://forum.tagdiv.com/topic/ads-shortcode/
https://forum.tagdiv.com/topic/sourcevia-above-add/
https://forum.tagdiv.com/topic/banner-below-navigation-and-remove-white-section-on-category-pages/

Thanks

ferdinand98
Participant
#0

http://ferdinandlie.com/2017/03/21/the-hottest-hairstyle-at-fashion-week-is-not-on-the-runways/

Please see link.

Question 1: At the bottom I would like to change the color of the box “Related articles” to black background and white text. Ive tried all options to change colors. without succes.

Question 2: At my “Home page” my titles don’t change colors when you hover on them. see https://demo.tagdiv.com/newspaper_blog_travel/ where it works. How to change this?

Question 3: In my first post “This is me”, when you hover on title, the text becomes black. How to change this to another color?

Question 4: in section “Home” I want to remove the text “Home > Home” and “Home”. How to remove this?

Can you help me?

Cheers

salocharly
tagDiv Member

ok so I am guessing I should go ahead and delete all the manual tags I added manually and then modify the template file so I have more control in the future in case i need to remove it.

so this is an example page, with a list.

http://girlterest.com/acne-face-map-causes-and-solutions/

I just added the shortcodes in the page manually after the list end before the list starts and at the beginning of the post.

can you tell me wich file to modify and where to add the code to get this same results?

Thanks in advance!

Catalin
tagDiv Staff

Hello sakkiotto,

Do you want to remove the category tag for modules, right? Try the code below and place it in Theme panel ->Cusotm CSS area.

The code is ->

.td-module-image .td-post-category{
display:none!important;
}

The result is here -> https://www.screencast.com/t/WRxfy5Gg

Thanks for your understanding!

Bogdan B.
tagDiv Staff

Hello,

Please use this guide for Facebook sharing:
https://forum.tagdiv.com/facebook-share/
If your post still will not work properly, try to remove the featured image and also remove it from the media library. Change the name of the image file and then upload it again as a new image. (you must change the name of the image in order for this to work )
Then re-scrape your post using the facebook debugger.

Thank you!

Simion C.
tagDiv Staff

Hi,

1. You can remove More from author from the related articles like suggested in this topic here – https://forum.tagdiv.com/topic/more-from-author-4/#post-154878

2. Unfortunately that is the only way that the prev/next feature displays on posts. You could modify some properties by creating custom code using the browser inspector tool – https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/ and the font here – https://www.screencast.com/t/E34l5LZGYf

Thanks

Simion C.
tagDiv Staff

Hi,

I see that you have installed the magazine demo, but I do not see any problems or differences related to the post content on your website and the demo – https://demo.tagdiv.com/newspaper_magazine/2015/09/23/td-post-fashion-week-parties-night-4/ If you want to remove the theme’s background you can do it like this – https://www.screencast.com/t/TRVdDLKklW1g More information about this here – https://forum.tagdiv.com/background-introduction/

Thanks

CreepyRavioli
tagDiv Member

It’s not really worth it.
If you remove the entire if from the screenshot it will display on all custom post types. But it has major issues.
1) the related posts will be only from the type “post
2) Newsmag related posts only consider either TAGS or Categories. It can’t use custom taxonomies or the post titles to find related posts.

It’s very limited. There are plugins much better at this.

Simion C.
tagDiv Staff

Hi,

Please make sure you set a featured image for the posthttps://forum.tagdiv.com/featured-image-or-video/ and try to remove the code/plugin you added to see if it displays. Then try it with the code, if it does not work it means that the code or plugin you are using is somehow affecting the featured images on posts. Please note that not all plugins are compatible with the theme ans some may not work properly and interfere with the theme’s functionality. If you still have problems with the featured images after disabling the plugin, please provide a link to your website so we can inspect it.

Thanks

Bogdan B.
tagDiv Staff

Hello Luise.
You seem to be heading in the right direction with the category. The answer is very simple and found in the theme documentation: https://forum.tagdiv.com/primary-category/
The posts will grab the sidebar and background from the primary category.
If you do not want a background, simply access that specific category setting from the theme panel and remove the sidebar set to it.
Thank you!

Kystlandet
Participant
#0

Hi,

Is there any way I can remove a background image from a post? After creating several posts without problems (and without background images), the next post suddenly had a background image – even though I am using the same post template and all other settings remain the same.

How my posts are supposed to look (and how all others look): https://www.screencast.com/t/f4itIJkCSq36

How the new post looks: https://www.screencast.com/t/MWUGWCTxCV1n

I have tried creating the post several times now with different names and links, and it looks okay at first. However, in the final stages (adding categories, changing the author and uploading the featured image) the background image suddenly appears again. It even happens regardless if it is a new post I have created or if I update one of the example posts that came with the theme.

I even tried to delete the image, which appears in the background, from my media center and I deleted the cache too, but the image keeps appearing.

There is no image uploaded in the Theme Panel –> Background –> Site background. And I use the default post template, which does not have a background image. Additionally, when editing the post I do not see anything about a background image.

I am going out of my mind trying to find the cause of this and where to remove the image, but still no luck, so I hope you can help me 🙂

Thanks in advance.
Best regards,
Luise

IgorM71
tagDiv Member

Hello Catalin!

Thanks for the help!

Stayed last question, 4:

>Widget [tagDiv] Blok 9. How to: Add Post Preview ? and remove post category?
>screenshot: https://screenpresso.com/=nRdO

My site: http://proformu.club

Catalin
tagDiv Staff

Hello Sowon,

You should try using the Post template Style 5 because this post template will not display the featured image at the top of your content. Also, another alternative for you would be to remove the image which you have added in your post content and then will remain only the featured image which you have added as Featured Image. For more information about our Post Templates, please consult here -> https://forum.tagdiv.com/post-templates-2/

Hope this helps and let us know how it goes!

Thanks for your understanding!

Edward
tagDiv Member

https://forum.tagdiv.com/topic/more-from-author-4/#post-154878

To remove “More From Author” in the related posts you have to edit td_block_related_posts.php found in theme folder->includes->shortcodes and comment or delete this line – https://www.screencast.com/t/vveTQPuDPSB9

Result – https://www.screencast.com/t/t2yIL6NJlb

IgorM71
Participant
#0

Hello!
Website http://proformu.club

1.
In some sections of the main menu of many items.
These items are arranged vertically. And do not fit on the first screen.
Is it possible to place the items horizontally, which they placed on the first screen? ..
Screenshot: https://screenpresso.com/=JOqfe

2.
When I can change “read more” button background color?
And change «Post Comment» button background color?

3.
Where to edit block Latest Articles (Visual Composer)?

4.
Widget [tagDiv] Blok 9. How to: Add Post Preview ? and remove post category?

Thank you.

oppus
Participant
#0

Hello team tagDiv,

I have a small request. I want to remove body and sidebar block lines around posts and widgets.

Which file should I edit and what do I need to do?

Thanks
Thomas

T2N
tagDiv Member

Hi,
Is there someway I can check that the theme updated correctly? After updating I ran the PHP compatibility checker and get incompatibility errors for visual composer and slider revolution. Here’s the notes for Visual Composer:
FILE: /nas/content/live/travel2next/wp-content/plugins/js_composer/include/templates/editors/partials/backend-shortcodes-templates.tpl.php
————————————————————————————————————————————————–
FOUND 0 ERRORS AND 3 WARNINGS AFFECTING 3 LINES
————————————————————————————————————————————————–
44 | WARNING | Possible use of ASP style opening tags detected. ASP style opening tags have been removed in PHP 7.0. Found: <%= type %>”>
45 | WARNING | Possible use of ASP style opening tags detected. ASP style opening tags have been removed in PHP 7.0. Found: <%= heading %></div>
47 | WARNING | Possible use of ASP style opening tags detected. ASP style opening tags have been removed in PHP 7.0. Found: <%= form_element %>
————————————————————————————————————————————————–

FILE: /nas/content/live/travel2next/wp-content/plugins/js_composer/include/templates/editors/popups/shared-templates/category.tpl.php
————————————————————————————————————————————————————-
FOUND 0 ERRORS AND 12 WARNINGS AFFECTING 12 LINES
————————————————————————————————————————————————————-
134 | WARNING | Possible use of ASP style opening tags detected. ASP style opening tags have been removed in PHP 7.0. Found: <%- post_id %>”
135 | WARNING | Possible use of ASP style opening tags detected. ASP style opening tags have been removed in PHP 7.0. Found: <%- title %>”
141 | WARNING | Possible use of ASP style opening tags detected. ASP style opening tags have been removed in PHP 7.0. Found: <%- title %></button>
149 | WARNING | Possible use of ASP style opening tags detected. ASP style opening tags have been removed in PHP 7.0. Found: <%- post_id %>"]” titl…
160 | WARNING | Possible use of ASP style opening tags detected. ASP style opening tags have been removed in PHP 7.0. Found: <%- id %>”>
162 | WARNING | Possible use of ASP style opening tags detected. ASP style opening tags have been removed in PHP 7.0. Found: <%- thumbnailUrl %>” alt=””…
165 | WARNING | Possible use of ASP style opening tags detected. ASP style opening tags have been removed in PHP 7.0. Found: <%- previewUrl %>” data-tit…
167 | WARNING | Possible use of ASP style opening tags detected. ASP style opening tags have been removed in PHP 7.0. Found: <% if (!downloaded) { %>
171 | WARNING | Possible use of ASP style opening tags detected. ASP style opening tags have been removed in PHP 7.0. Found: <% } else if (downloaded &&…
175 | WARNING | Possible use of ASP style opening tags detected. ASP style opening tags have been removed in PHP 7.0. Found: <% } %>
180 | WARNING | Possible use of ASP style opening tags detected. ASP style opening tags have been removed in PHP 7.0. Found: <%- title %></span>
182 | WARNING | Possible use of ASP style opening tags detected. ASP style opening tags have been removed in PHP 7.0. Found: <%= status %>
————————————————————————————————————————————————————-

FILE: /nas/content/live/travel2next/wp-content/plugins/js_composer/include/templates/teaser.html.php
————————————————————————————————————————————————————
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
————————————————————————————————————————————————————
84 | WARNING | Possible use of ASP style opening tags detected. ASP style opening tags have been removed in PHP 7.0. Found: <%= id %>” src=”<%= url %>”…
————————————————————————————————————————————————————

FILE: /nas/content/live/travel2next/wp-content/plugins/js_composer/js_composer.php
———————————————————————————-
FOUND 1 ERROR AFFECTING 1 LINE
———————————————————————————-
220 | ERROR | Visibility for magic method __sleep must be public. Found: private
———————————————————————————-

Slider revolution:
FILE: /nas/content/live/travel2next/wp-content/plugins/revslider/includes/slider.class.php
————————————————————————————————————————–
FOUND 1 ERROR AFFECTING 1 LINE
————————————————————————————————————————–
2231 | ERROR | ‘clone’ is a reserved keyword introduced in PHP version 5.0 and cannot be invoked as a function (T_CLONE)
————————————————————————————————————————–

FILE: /nas/content/live/travel2next/wp-content/plugins/revslider/includes/output.class.php
————————————————————————————————————————-
FOUND 1 ERROR AFFECTING 1 LINE
————————————————————————————————————————-
436 | ERROR | ‘clone’ is a reserved keyword introduced in PHP version 5.0 and cannot be invoked as a function (T_CLONE)
————————————————————————————————————————-

Simion C.
tagDiv Staff

Hi,

Some of the footer templates come with predefined content and others are blank templates, more information here – https://forum.tagdiv.com/footer-templates/ If you want to have just your own content in the footer, select an empty template – https://www.screencast.com/t/Bn9NUU1sh and add your content in the widgets section.
To remove the post author name on blocks and modules go to Theme panel->Block settings – https://www.screencast.com/t/jlRInAea and disable it there. You could use the calendar widget available as a widget – https://www.screencast.com/t/HZreerRjG or in Visual composer – https://www.screencast.com/t/zTlqB9JYO but if you need a complex calendar with more options and possibilities, you must search for a plugin that can offer them as I can not make any recommendations because no such plugins are tested with the theme. Just try a few of them and select the one that you like.

Thanks

Viewing 25 results - 1,451 through 1,475 (of 1,956 total)