- NewsmagUsing the theme translations together with WPML
- NewsmagHow to update a plugin
- NewsmagCustom Post Type Support
- NewsmagAbove footer ads
- NewsmagWeather Widget
- NewsmagHow to update the theme
- NewsmagIntroduction
- NewsmagLogo & Favicon
- NewsmagFooter templates
- NewsmagUsing other ads
- NewsmagCustom ad spots
- NewsmagArticle ads
- NewsmagSidebar ads
- NewsmagHeader ads
- NewsmagLoading image effects
- NewsmagCategory top post styles
- NewsmagSmart Lists
- NewsmagGeneral settings
- NewsmagTheme thumbs
- NewsmagtagDiv slider gallery
Hi,
You can edit the module used (in your case it’s Block 8 – Module 5) and remove the line that displays the image – http://screencast.com/t/kVeu1EhhfaSu
This will remove the image on module 5 for all blocks, if you want to remove it only on specific pages or sections you have to create a condition or use css to hide the images:
.page-id-121 .td_block8 .td_mod5 .entry-thumb {
display: none;
}
The example from above will hide the image only on page with id 121, only on Block8 – Module5.
Thank you, Emil G.
Hi,
I want a list of my posts with just the post title and excerpt so that I can use it as a way to list testimonials.
See example here: https://www.kidsonkeysnyc.com/k/testimonials/
I would rather the posts have no pictures. How can I achieve this with any of the blocks?
Hi,
Editing the style.css file should change all of then, only if you missed something or if it’s using another font-family. Please send me a link to your site, I need to inspect this so I can provide you a solution.
Thanks
Gracias por los consejos, pero he probado primero a realizar otros cambios ej. cambiar el color y en unas categorías funcionan y en las que quiero que se cambie no funciona. También he creado una nueva y le he modificado el color y no funciona.
He modificado el fichero como me indican, cambiando de 1000 a 5000, pero tampoco funciona.
Necesito una solución, sino no puedo lanzar el blog 🙁
Gracias
Hi!
All images were working fine, until I installed the Media File Renamer plugin by Jordy Meow.
After going through the renaming process, all images were still working fine, except for the 100x65px images (the ones in block4).
When checking the URL, it is still linking to the old naming of the images.
Example in sidebar: http://www.nonstopdestination.com/lorem-ipsum/
Any ideas how to fix this?
Thanks!
Hello Tag Div,
I’m writing because I’m trying to use the columns short-code to organize the layout of a timeline. However, it is extremely difficult to do. I can’t make it to have all the text aligned from the top and divided equally. (http://www.calgarianvanguard.com/?p=413&preview=true&preview_id=413&preview_nonce=443e68d94f&post_format=standard)
Is there a way to select the whole text I want to divide, and use a short-code so WordPress divide it equally automatically?
I don’t know If I explain myself. I’m finding very difficult to use column shortcodes for daily use.
Kind regards,
Daniel Rordirugez
Thanks Chris for you quick answer.
I followed your suggestion from another msg and replaced all ‘PT Sans’,sans-serif with ‘Open Sans’.
Most of the site is ok now but on footer I still see ‘PT Sans’,sans-serif from wp_booster\external\bootstrap\td-bootstrap.css
Maybe, I have to touch it too..
Simply edit the style.css file to replace the default fonts. That’s what I did.
I have 2 questions. I tried to replace default fonts through Custom Typography, for everything on my site but still seeing ‘PT Sans’,sans-serif on a few locations.
1. How to change font on Footer Widgets & Footer Menu from default ‘PT Sans’,sans-serif to something else?
2. How to change the theme’s default ‘PT Sans’,sans-serif font.
If anyone knows the answers pls share.
Hi Lucian,
nothing we talked about solves the problem in my case =(
I have:
- Theme Version 4.3
- Visual Composer Version 4.3.4 (deactivated, uninstalled and reinstalled several times from your package)
- Child theme running (I also tried to activate the main theme)
- I deactivated all plugins and tried again but it doesn’t work
Anyways, in your screenshot http://screencast.com/t/h8547NHbMdVa Button 2 is not stylized like Visual Composer edit page does, but they come out both with your own style. Instead I’d like to have both different styles, Visual Composer’s and yours.
In your example what should be the actual difference between “Button” and “Button 2”?
Thanks!
Hi,
The code for should look like this:
add_action( 'pre_get_posts', 'be_exclude_category_from_blog' );
function be_exclude_category_from_blog( $query ) {
if( $query->is_main_query() && $query->is_category() ) {
$query->set( 'cat', '-44' );
}
}
Make sure you copy it properly, let me know if it works.
Thank you, Emil G.
Salut,
Din pacate tema a fost creata sa functioneze cu posturi si nu cu pagini si implicit acele caracteristici nu functioneaza folosind pagini.
Referitor la structura interna a link-urilor (breadcrumbs) am efectuat niste teste si se pare ca functioneaza cum ar trebuii: http://screencast.com/t/1chNCv4Ey
Cum a sugerat si Christopher mai sus nu ai nevoie de un plugin ca sa folosesti o pagina ca si categorie. Arunca o privire la site-ul lui Yoast si poti opbserva ca nici el nu foloseste tag-uri sau authorbox pe pagina: http://screencast.com/t/xtoXL37y
In ceea ce priveste adaptarea “author-box-ului” si a “articoleleor asemanatoare” ca sa functioneze cu pagini reprezinta “custom work” iar noi nu putem oferi in acest moment servicii de acest fel, ne pare rau insa daca nu stii se le adaptezi singur iti recomandam sa angajezi un programator sa faca asta pentru tine sau poti incerca sa gasesti o solutie online.
Mersi
-
This reply was modified 11 years by
Lucian.
Glad to see this issue will be addressed at some point.
Keep up the good work Lucian & the rest of the team.
Aha! Could you give an example of some widget shortcode rather than code that will make something appear in the page itself?
So i need Block 2 to appear in the widget area inside category 226 only showing posts within that category.
Thx.
D
Thanks for the info but I’d really like some input from the dev team 🙂 Maybe they come with a solution for this 🙂
Hi,
You can use a filter to determine which and how many posts the block contains and add only the latest 18 posts. For example you can create a new category in which you can add the posts you want to add in that block and set them to be ordered by date (latest sort order) then set only that category to that post, this way you will control the posts added in that block and also the number. You can also use the “filter by tag” feature.
Also note that when using the next/prev pagination on block the posts will load only if the next button is clicked so they don’t show on you homepage, at loading you have only 6 posts displayed there as you set the posts limit option.
Thanks
Hi there,
I recently bought the newspaper theme and initially set up two instances of WordPress using the theme. One is the live version and the other one is for testing / quality assurance purposes. So before I introduce a new feature or widget on the live page, I would like to test it first within a safe environment, so that I’m almost certain, not to break the live site. That’s the idea behind it…
Now both instances (live & test) ask for a theme licence code and I am not sure, if I can enter the same licence in two instance. Both have the same “domain” and just different “subdomains” (like: http://www.domain.com and test.domain.com).
Can I enter the same licence on both the live and the test installation or do I really have to buy a second licence for my test system??
AND: Is the licence bound to a particular domain? At a later stage I need to change the subdomain of the live site (e.g. from wp.domain.com to http://www.domain.com). Will this work?
Thanks and best wishes
Martin
Hi,
Thanks Shashank Shekhar!
@tcdraper
Sorry for the delay!
I have checked your site and seems like all issues you have reported are fixed now:
*live search: http://screencast.com/t/NOAxNEMX
*load more: http://screencast.com/t/UH9FMI6Cy
*more article box: http://screencast.com/t/teiSfeJUVvw
If this is still happening I recommend first to check if this dose not come from a plugin or plugins settings. If you use CDN for example you would have to purge files as an old version of some file may be delivered by this CDN plugins and this may cause many issues, so if you use any please try to empty all cache server and browser also and make sure this dose not happen because of an plugin.
If you encounter this issues again and you go over all this steps and dose not work please send an e-mail at contact@tagdiv.com and give us wp-access so we can check this, send a link to this topic or specify in detail the issues you encounter.
Thanks
Hi,
Sorry for the late reply as I’ve been very busy.
I tried what you have said, and it still didn’t work.
I completed steps 1 & 2, here’s 3 & 4, and I did these too (reference: http://s30.postimg.org/ozrjkkh33/Steps_3_and_4.jpg)
-I inserted (3) into the very first line after my <head> tag.
-I inserted (4) in the bottom of my style.css exactly as it was shown. I also tried inserting it like this:
CSS selector {
font-family: ‘Roboto’, sans-serif;
}
Nothing seems to work…
Thanks.
My pleasure.
When I was learning this stuff a lot of people helped me, so I’m paying that forward as they say 🙂
Oh okay. I see. I think I’ll forget about trying to rank for the Category pages then… And make sure they are all indexed, both the parent and the sub categories. I’ll still have custom exercpts, as you said I can improve the user experience much more if I add something that’s a bit more pleasing to click on, etc. I think that’s the best choice of action for me.
Thank you very much for clarifying my situation Crhistopher, I truly appreciate your time and expertise!
And, also remember that for any such pages to rank, they ideally need to be linked to from external sites/pages organically, and not many people quoting your post would link to interstitial pages which don’t provide as much value.
I think what you’re trying to do will cause more problems, as you want the POST to rank, not stuff SERPS with extra landing pages, generally.
Remember the “new Google” is no longer about “keywords” but about “answers to questions” and short snippets would not be seen as a detailed answer to a question somebody was asking.
Creating multiple categories isn’t a bad thing, but normally a post wouldn’t fit into five or more categories; often a normal practice for a post might be something like
main category (og tag section) – e.g., books
secondary category – e.g., fiction
third category – science fiction
but you wouldn’t add MORE categories like paperback, US publications, ebook, kindle edition, nook edition, etc. — as that only dilutes the experience.
Put another way, you might as well just use “tags” … so as to not compete with the main site categories.
I use custom excerpts all the time; in fact if you use the YOAST SEO tool, you can create custom excerpt which is better for SEO and better summarizes your post, without it being a simple redo of the first paragraph, which sometimes doen’t fully spell out WHAT the post is about.
Hope that helped 🙂
Hi Mr. Simmons,
Thank you for the reply, but now it makes me more unsure of my situation, so let me quickly clarify my situation.
– http://leadnr.com/category/articles <- Is my Parent Category, “Article”.
– http://leadnr.com/category/articles/entrepreneur <- Is 1 of 5 Sub-Categories for my Parent Category, “Article”.
– I wish to NOT rank for “Article” parent-category (due to the term being so broad); I wish to rank FOR the 5 sub-categories (i.e., Entrepreneur, Improvement, Productivity, Motivation, Lifestyle) instead, hence the reason why I wish to use NO-INDEX for “Article” category, and custom exercpts (and why I have no-indexed tags + date archive + author page, to avoid duplicate content). This way I will have unique content that can only be seen in my individual sub-category pages, hence enabling me to rank for these search terms without being penalized (i.e., duplicate content). [Note: If I use the sub-category, “Entrepreneur”, I will never use another subcategory in that same Parent Category (i.e., “Improvement)]
So that is my situation, I have 2 questions that I hope can resolve this thread issue:
===> Will doing the above have benefits for my situation, or cause more problems? Or should I just stick to indexing both Parent & Sub categories and forgetting about ranking on the sub-categories using customized exercpts?
===> For my other Parent Category, “Infographic”, I actually plan to do the opposite, meaning I will no-index the sub-categories, and index the parent category (since I would much rather rank for the term “Infographic” than any of my sub-categories)? Will this be okay, or should I stick to indexing both Parent & Sub categories and forgetting about ranking on the parent-category using customized exercpts?
===> You mentioned something about custom exercpts, is it okay to use them, in my case? Or should I stick to exercpts that come from the actual post?
Sorry for the troubles, but I think I will come to a full understanding now that I have better explained my situation.
Thank you.
Hi,
i need to rewrite the search result urls. Like i need to change http://example.com?s=africa into http://example.com/search/africa
Also need to add dynamic meta tags for search results
kindly guide.
Regards