Search Results for 'amp'

Results from the Forum
Andrei L.
tagDiv Member

Hi

When a featured video it’s set for a post WordPress generate new images for each thumb size used by the theme. For example block 3 use a 300×160 px thumb for image, and when you add the block on page the image used is your-image-name-300×160.jpg. This is not a theme issue, that’s the way how WordPress works, that’s why you have lots of duplicate images in media library.

Hope this help.
Thanks!

cjm1982
Participant
#0

Hi,

Hopefully I can explain this properly, but what I want to do is get the sub-category tags to display at the top of the sub-category page that they sit under.

So, an example structure of categories:

Music>Reviews>Albums

On the Music category page it displays all the sub category tags at the top, including Reviews. But when I click on Reviews category page it keeps the sake category tags with ‘Reviews’ highlighted, which is fine.
But I also want to show the category tags for the sub-categories that sit under ‘reviews’, such as ‘Albums.’

Is this possible?

RiaS
tagDiv Member

Just tried this and doesn’t work:
if (empty($hideAuthor) || td_util::get_option('tds_show_author_box') == 'hide' && is_category( array( 65, 84 )))

{

$buffy .= '<div class="author-box-wrap">';
$buffy .= '' ;
$buffy .= get_avatar(get_the_author_meta('email', $author_id), '96');
$buffy .= '
';
…. etc.

Thomas
Participant
#0

Hello

The princpal color theme of our site is a dark purple.
I notice that is it to close from the black and on some computer, people may not notice the difference.
http://www.virtualmagie.com/articles/critiques/videomania/orimagi-de-benoit-campana-julien-gritte/ (for exempla on rendaku).

So I supose I have to use a custom CSS.

What I have to cut/paste to have this color #dd9933 with underline by default and not underline on mouse hover?
Of course it is ONLY for the post/page inside text and not for all elements alround. 🙂

Regards

RiaS
tagDiv Member

Oops, I looked at this again and realized I am trying to change the wrong condition. I’ve asked the theme to hide the author box in the theme panel, but I’m adding my instruction to the code with the author box NOT hidden line. So, I added
if (td_util::get_option('tds_show_author_box') == 'hide' &amp;&amp; is_category( array( 65, 84 )))

{
to line 706, so it looks like this:
if (empty($hideAuthor))
if (td_util::get_option('tds_show_author_box') == 'hide' &amp;&amp; is_category( array( 65, 84 )))

{
and it still doesn’t work. * bangs head on desk *
I am not a PHP coder by any stretch, so if someone with more knowledge could point me in the right direction, I’d be grateful. I feel like I have the right idea but the execution is wrong.

daodaodao
tagDiv Member

Hi Chris,

Thank you for helping! I’m planning on Subdirectory only, NOT subdomain.

Example:
nopua.com/tw/
nopua.com/en/
nopua.com/…/

So I’ll have to wait for official answer.

cityslicker444
Participant
#0

Hey there guys!

I’m having a small issue with “tabbed” content displaying correctly, I believe. So, I used a Visual Composer “Tab” (the horizontal one) in one of my pages, right near the title. I published the page after previewing it, because everything appeared fine.

However, my friend looked at the page on her computer, and the tabs were rendering completely differently for her. Here are the two screenshots for the same area of the page:

What She Saw (WRONG/BAD): Bad tab example

What I See (RIGHT/GOOD): Good tab example

Any idea as to what might be going on? It seems to be only hers so far that sees this issue, but it happens on all her browsers on the same computer. Could it just be a simple caching or cookie thing on her computer?

On my computer and all others that I’ve tried, the site looks fine. Sorry to bother you for what is probably not an issue of the theme, but just thought I’d bring it up and rule it out. Thanks so much in advance!

Christian

libertar
Participant
#0

Hi,
I need to organize homepage into sections (it’s not enough for me organize only for categories).
I do not want to use a second category for it. It ‘will be a configuration to help me to organize content into sections and not for the respective categories?
For example …. I configure a box in the home with a certain layout and I want in that box there is always a content of a particular type (or a content that i choose but not by category…..the classical example of featured post).
I think is improper use other categories to create this parallel organization .
I thought that I can use the tags (I saw that in filters of the boxes of this template can only filter or by category or tags, and not for a custom taxonomy) in the sense that I would use the tags only to define the various sections of the home but then lose the proper use of tags that I should replace them with custom taxonomy.
If anyone can help me clarify the issue I would be very grateful.

simchris
tagDiv Member

Generally a license should be tied to one “domain folder” which in your case is the root domain — so I think you are fine.

If you were setting up client sites in different sub-directores like client1.mysite.zzz then you WOULD need additional licenses.

“Technically” the license refers to ONE “install” — (see the license on Themeforest included with your purchase, btw — good idea to look at THAT) — but almost everybody considers it fair use to install on one website.

For example on our main company site, we use static pages (not WP) with our service info; we have custom CMS for our news system in one sub-folder; we have blog running with TagDiv theme in another folder. I would not personally pay for another license to also use the same theme on same site but to setup my ecom system in another folder on the same domain for same site. Theme still being used for ONE website, just due to the site structure I can’t use theme for everything as site predates WP existing by 6 years.

So, point being — generally I don’t think you would have problem creating alt version of the site in sub-folders as long as it’s the same content.

If you were creating completely DIFFERENT websites with different content, different images, etc., then that probably WOULD need a new license.

I don’t work here — just feedback while I’m on my first cup of coffee 🙂

meriksson
tagDiv Member

After more struggle I found the way to override globally block queries:

/Newspaper/includes/wp_booster/td_data_source.php

static function &amp;get_wp_query ($atts = '', $paged = '')

Function name above return queries for all blocks, so by setting condition in this function served my purpose very well.

Sorry for posting but its solved for me now.

Thanks!

takingwings
Participant
#0

Am using Newspaper6 theme with one of its demo on my portal https://www.takingwings.in & am running it on shared hosting.

Current Status is:

max_execution_time :30
WP Memory Limit : 40Mb
max_input_vars: 1000
Using Plugins like: Wordfence, W3TC, Sharify, etc.

My daily traffic is 7-8k.

My website gets down again & again because
1. The Entry processes gets reached to max. limit(40).
2. When i asked the Hosting guys for help, they told me that ur SQL Queries are getting killed & u need to optimize the My SQL, PHP Scripts.

Please help me how to optimize the theme. or any other solution to the above problem.

Thanks in Advance

azzronulation
Participant
#0

Hello!

Since using this theme we’ve found that every time we add a video to our post, whether it’s YouTube or Vimeo, the thumbnail is downloaded multiple times causing the media library to be full of duplicate images.

At first it wasn’t much of a problem, but as we’re starting to slim-down the amount of media stored on-site, we’d love for this issue to be fixed, if possible. If not, is there a way to disable the video thumbnail grabber?

Here’s an example of the media library right now. As you can see, there are a number of duplicate images, all of these are video thumbnails.

Catalin
tagDiv Staff

Hi trustpartner

Please consult the topic below and follow the steps.
https://forum.tagdiv.com/topic/adding-top-area-like-travel-example/

Hope this helps and let us know how it goes!

Thanks!

Andrei L.
tagDiv Member

Hi

Your code is missing the loop part which check if there are any post to be displayed on the page. A basic loop example it’s in this code:

<?php if ( have_posts() )  ?>
<?php while ( have_posts() ) : the_post(); ?>
    <div class="td-container">  //the theme uses this classes for
    <div class="td-container-border">  //post/page content
        <?php the_content(); ?>
        //you can place a custom code here, depending by your needs 
    </div>
    </div>
<?php endwhile; ?>

The theme display the page content using this classes: td-container, td-container-border You can replace them if you want but in this case you need to create your own css for layout. Also you can use your classes within theme’s classes like this:

<div class="td-container">  //the theme uses this classes for
    <div class="td-container-border">  //post/page content
        <div class="img-header-home">
        <div class="container mt-130 z-index100">
          My static content
          <?php the_content(); ?>
        //you can place a custom code here, depending by your needs 
        </div>
        </div>
   </div>
</div>

You can check this example code here: http://pastebin.com/8E0XZ8de which produce this result: http://screencast.com/t/p8SsR9P2x9Whttp://screencast.com/t/N95ikdPhHY
This is a basic example, but you can customize your page template as you need by ading different conditions in that file. For more information regarding WordPress loops you can check the official documentation: https://developer.wordpress.org/themes/basics/the-loop/

Hope this help.
Thanks!

  • This reply was modified 10 years by Andrei L..
Peter Blom
tagDiv Member

Actually that only paritally solved the problem.

When you’re logged in, and for example visit a friends page, so the extra menu for “unfriend” “message” and shows up the formatting is way off. There is a bit of mess there with that new feature from buddypress. Included a picture below. Its all working fine as long as you turn cover image off.

NP-coverimage

Catalin
tagDiv Staff

Hi sebagatica,

Unfortunately, you do not display more than 7 items in Grid 8, because this feature have this settings by default. Our theme has 8 kind of Grids and each of them have a different number of items to display, for example grid 1 =>5 items, grid 2=>4 items, grid 4=>2 items, ….., grid 8 =>7 items
http://screencast.com/t/RH5Ys9Viqhttp://screencast.com/t/je9GWOE7j

For your second request, your featured images are stretch because you use a smaller images and our theme do not enlarge them, only corp if they are bigger. I suggest you to use Thumbnail Upscale to solve this problem with images.

Hope this helps and let us know how it goes!

Thanks!

zielmedien
tagDiv Member

Thanks a lot. Works &amp; looks great

sejpost
tagDiv Member

What happens if we have more than one menu item to hide on desktop and show on mobile? Is it a separate chunk of css code for each one or can the hidden menu items be listed in a single line of code? Please show me an example of the css code for hiding two menu items so that they only appear on mobile.

Thanks!

ntropy
Participant
#0

I am looking to hire someone who is very knowledgeable with SEO, Yoast and the Newspaper theme. I need help (getting me started) in organizing categories and tags to achieve top search engine rankings. I will pay at an hourly rate. Thank you.

argos
Participant
#0

Hi, where or HOW can I customize the CATEGORIES I want to display above the news in EACH block of information I display at homepage?
For example:
https://drive.google.com/file/d/0Byh_UO1_O5MReHZYN3hVU3ZlZjQ/view?usp=sharing

Actually, all my blocks of information display the SAME categories… and I need to SELECT some catories to each block (not for the content inside the block but the TOP ITEMS like links-menus on it… see link)

simchris
tagDiv Member

Hi …
fyi, G+ having all sorts of sharing issues unrelated to any specific theme, website, or content.

I have noticed this month issues in sharing from Google Alerts, sharing directly from both WP and non-WP sites, — and from about a dozen very high-profile top 1000 web properties websites, where in some cases only a photo is captured and NO text data — and this is on both WP and non-WP sites.

For example today, sharing a story on our main site from Google alert would only grab photo; however sharing it from Google News captured photo and the headline, date, etc. (but not first paragraph).

I have seen almost *no* website able to populate the pargraph/excerpt box lately, so there is some fundamental issue with Google that is not theme or site or content specific.

Even the example I’d posited in this thread initially — using Canvas on one of our legacy sites (moving to Newsmag for 2016!) — also right will only grab photo and no other data.

SO — upshot, not sure there is any inherent “fix” for this issue as it seems Google has some oddity in this with their system which comes, goes, or will never be fixed.

It’s one of those things I think folks need to not stress over too greatly, as Google doesn’t seem to know what to do with G+ at this point.

  • This reply was modified 10 years by simchris.
todaybase
tagDiv Member

Thank you treated. Now where can I change the subheading of the categories. For example on my site, you will DONT MISS, LIFESTYLE NEW, HOUSE DESIGN ETC, I want to know how to change it and also place a subcategory to them.

todaybase
tagDiv Member

Thank you treated. Now where can I change the subheading of the categories. For example on my site, you will DONT MISS, LIFESTYLE NEW, HOUSE DESIGN ETC, I want to know how to change it and also place a subcategory to them.

Andrei L.
tagDiv Member

Hi

If a post belongs to a category which it’s excluded from being displayed in block, it will not be displayed even if belongs to others categories which are set to be displayed in that specific block. For example if you want to display latest posts from category A filtered by latest posts and you have post C included in categories A and B, setting in block filter as not to be displayed will automatically remove post C from that block.
Please make sure that the post doesn’t belong to an excluded category and test again.

If this is not what you mean please provide more details.
Thanks!

vasik
Participant
#0

how to disable the pages to prevent indexing. <meta name=’robots’ content=’noindex,follow’ />
page have the specified label. For example, this: http://ibcm.biz/%D0%B1%D0%B8%D0%B1%D0%BB%D0%B8%D0%BE%D1%82%D0%B5%D0%BA%D0%B0-%D0%BF%D0%BE%D0%B4%D1%85%D0%BE%D0%B4%D0%BE%D0%B2-%D0%BF%D0%BE-%D1%83%D0%BF%D1%80%D0%B0%D0%B2%D0%BB%D0%B5%D0%BD%D0%B8%D1%8E-%D0%B8%D0%B7/ I need the pages indexed.

Viewing 25 results - 34,776 through 34,800 (of 38,683 total)