Search Results for 'amp'

Results from the Forum
Tony Day
Participant
#0

Hi there,

Firstly, well done and thank you for creating this amazing theme! Just brilliant!

I hope you can help me…I am getting in a bit of a knot I think with my categories.

My draft website is http://www.cometodublin.com. If you need to have backend access, I will send you a username and password, but you may be able to advise me without that, just by looking at the front end as it stands.
What I want to achieve on each of the category pages is for the sub-category labels belonging to the category to show on that page, but that is not what is happening now. Hopefully the following example will help explain:

CATEGORY: FOOD & DRINK (https://cometodublin.com/food-drink/ )
The sub-category labels that I want to appear: Cafes | Cocktails |Pubs |Restaurants
The sub-category labels which show now: only Cafes | Cocktails |Pubs (Restaurants label does NOT appear)

I have, I believe, properly constructed my hierarchy of categories as follows (for the above example):

FOOD & DRINK
>Cafes
>Cocktails
>Pubs
>Restaurants
>>Cheap Eats €
>>Budget €€
>>Higher End €€€
>>Fine Dining €€€€
>>American
>>British
>>Contemporary
Etc, etc, etc

Then, for the Restaurants category page, I want all the Restaurant sub-category labels to appear at the top (Cheap Eats €, Budget €€, Higher End €€€ etc)

I hope this is possible.

Thanks and all the best,

Tony

Simion C.
tagDiv Staff

Hi,

I could give you a code to center the header logo, in Header style 3. Or you could choose another header style that displays the logo centered from default. Like Header style 10 for example
– https://forum.tagdiv.com/header-styles/
Also worth mentioning is that for Header style 3 there is a limit for the logo size
– https://forum.tagdiv.com/logo-favicon/
While styles 9, 10 and 11 do not have a required logo size. You can upload any logo you want, and it will be displayed in full.
If you would like to keep using style 3, this code will center the logo
– https://www.screencast.com/t/R3UOo7YQRK

.td-header-style-3 .td-header-sp-recs {
display: none;
}
.td-header-style-3 .td-header-sp-logo {
float :none;
margin-left: auto;
margin-right: auto;
}

The code must be entered in Theme panel-Custom CSS, if you decide to use it
– https://www.screencast.com/t/20zf5kjHboXK

Thanks

Simion C.
tagDiv Staff

Hi,

You will have to edit the mentioned file, and insert your condition there like previously mentioned in this topic
– https://www.screencast.com/t/SuDczRp03x
Example for the category “Travel”
– https://www.screencast.com/t/zCF1Nsmmnz

Thanks

Simion C.
tagDiv Staff

Hi,

1. The article title font properties can be changed for each module, in the theme panel. You have to identify the module that the block is using
– https://forum.tagdiv.com/theme-blocks-modules/
And make the needed modifications in the theme panel
– https://www.screencast.com/t/bZlKimIN0q
That should not happen to the thumbnail of the module. If an article title is longer, the thumb should not decrease it’s size. If you could provide a link to your website we will inspect the issue.
You could set a smaller excerpt size for the article title so that does not happen, for then moment
– https://forum.tagdiv.com/excerpts-introduction/

2. That would require modifications to the module used by Block 23. The file that you would need to modify is module 18
– https://www.screencast.com/t/wZjUTq7YH
There you can see the structure of the module, you can make then modification like this for example, and make everything display under the thumb
– https://www.screencast.com/t/p6ZuUTf2Hk
– https://www.screencast.com/t/JlUla1TT62sn

Thanks

AudraCarpenter
tagDiv Member

Hi, I’ve created a youtube playlist per the instructions, but it is appearing vertical and not horizontal? How do I fix this?

I am using Visual Composer. See example here. I tried it in a text widget, in a smartlist and a blank post, but none of it worked.

https://reviews.today

https://reviews.today/video-playlist-example/

arnimation
tagDiv Member

sample post using the image confirmed that it cuts it and doesn’t follow the proportions. switching back to visual composer until this gets fixed.

Ernesto Justiniano
Participant
#0

Hi, can I add a filter to the funcion get_image?

Here is also the code: https://drive.google.com/open?id=0B2fsiVeXE-iqRmFrRlAxVTJUNFU
For example:


add_filter('get_image', 'default_image_fallback', 10, 2);
function default_image_fallback($buffy, $thumbType) {
//http://pappmaskin.no/2010/03/how-to-make-the-wordpress-plugin-get_the_image-work-with-timthumb/
if( $thumbType == 'td_324x160' && function_exists( 'catch_that_image' ) )
         {
$buffy = '<img src="http://eju.tv/scripts/timthumb.php?w=324&h=160&zc=0&a=t&q=80&src='. str_replace(get_bloginfo('url'),'',catch_that_image()).'" alt="'.the_title_attribute('echo=0').'" width="324" height="160px" />';
//$output = '<img src="'.catch_that_image().'" alt="'. the_title_attribute('echo=0').'" width="336px" height="168px" />';
        }

		return $buffy;
}
regiusplus
Participant
#0

Hi,

I have purchased the Newspaper Theme and was wondering if they are any videos on how I can go about creating a blog. I would like to create this type of newspaper example blog https://demo.tagdiv.com/newspaper_blog_health/

Thank you

Devs-Lab
Participant
#0

I have been experimenting with different loop.php, single.php, mobile/single.php but not able to get the RevContent Ads above the Related posts in Mobile theme. Can you please mention the file & changes I should make to get the Ads?

I have successfully added the Ads in Desktop UI. Here’s the Ad Code

<div id="rcjsload_591893"></div>
<script type="text/javascript">
(function() {
var referer="";try{if(referer=document.referrer,"undefined"==typeof referer)throw"undefined"}catch(exception){referer=document.location.href,(""==referer||"undefined"==typeof referer)&&(referer=document.URL)}referer=referer.substr(0,700);
var rcel = document.createElement("script");
rcel.id = 'rc_' + Math.floor(Math.random() * 1000);
rcel.type = 'text/javascript';
rcel.src = "https://trends.revcontent.com/serve.js.php?w=46290&t="+rcel.id+"&c="+(new Date()).getTime()+"&width="+(window.outerWidth || document.documentElement.clientWidth)+"&referer="+referer;
rcel.async = true;
var rcds = document.getElementById("rcjsload_591893"); rcds.appendChild(rcel);
})();
</script>

simchris
tagDiv Member

WHY NOT ROLL BACK TO PRIOR VERSION WHILE LEARNING TO TRANSITION TO NEW VERSION?

ANY MAJOR THEME UPGRADE IS LIKE INSTALLING A NEW THEME; IT IS NOT JUST A BUG/FEATURE UPDATE. RTFM BEFORE UPGRADING THEMES TO MAJOR VERSIONS; DON’T UPGRADE THEMES DURING MISSION CRITICAL AD CAMPAIGNS.

DONT USE VISUAL COMPOSER AND TD COMPOSER AT SAME TIME.

YOU MAY NEED TO RECREATE YOUR LANDING PAGE WITH NEW SETTINGS, IF USING THE NEW VERSION OR CHOOSING TO MOVE TO TD COMPOSER VS VISUAL COMPOSER.

TO LEARN HOW TO MOVE FROM VC TO TD, RTFM:
https://forum.tagdiv.com/visual-composer-tagdiv-composer-transition/

STAFF BUSINESS HOURS:
SUPPORT HOURS (GMT+2)
Monday – Friday:
8:00 AM – 17:00 PM

( I DONT WORK HERE )

simchris
tagDiv Member

Well, remember the “theme” is not slow with F Rating — your site/setup is. Two totally different things. You also need to test with adverts off.

You need to do all the stuff noted on GTmetrix for your setup, from time to live, to gzip, to regenerating your images with compression, limiting calls to outside sites as that all slows things down, if using avatar photos use a local gravatar plugin, make sure you have enough RAM allocated, try to avoid plugins that do popups or rolls downs, avoid large background images (anything over 40k will massively slow down a page), consider using web-safe fonts and NOT a bunch of Google fonts; don’t use child theme as it’s a redirect; make sure you’re using PHP 5.6 or higher with opcache turned on (5.4 is a dog and way out of date; 5.2/5.3 are obsolete and should not be used unless no other choice for old code — which doesn’t apply to WordPress). Stuff like that.

Don’t use the lazy load animation on your posts/pages – disable that ‘effect.’ Consider not using the extra modules like related/more from other, or story ‘more to read’ flyout.

Get a good baseline for streamlined site, good page score — then turn on bells and whistles, evaluate the performance hit, and make choices.

I just switched all my AdSense ads to text-only, as I got sick of the 20 stupid crappy image, cookies and poor optimization of Google’s 10 year old image serving system. Their own ad server doesn’t meet modern pagespeed requirements, so why use it?

For example: I just did an install here; starting speed with 78; regenerated all thumbs with a compression factor of 50; switched off Google fonts, and moved to text ads; speed went to 90 with ads ‘on’ ! All that stuff seriously adds up.

Not sure if any of that helps. I was early adopter of Newspaper, Newsmag, and WPion. So, kinda a dinosaur around here. You might find my ancient thread helpful in the documentation > tutorials > DIY > best of forums. Maybe not.

Anyway – I have a 90 score right now, with no caching plugin and have not yet compressed the main style.css or main .js files, which should gain couple of points right there.

  • This reply was modified 9 years by simchris.
DaveS
tagDiv Member

I tried deactivating of all plugins and used wp-optimize – the paths in question are still accessible and index-able. These urls are not included in the sitemap. I hape only post sitemaps, post-tag sitemap and category sitemap. In the meantime duplicated content issues in the search console are counting.

I don’t have a caching plugin but use memcache and litespeed on the server (it’s a shared hosting). However I don’t think this has something to do with the problem.

I see that many sites have a similar issue:
https://www.google.bg/?gfe_rd=cr&ei=Gl1zWer0LqGz8weAj5eQBg&gws_rd=ssl#q=/wp-content/uploads/revslider/templates/

Any help will be much appreciated!

pedroarmindo1
tagDiv Member

I would like to remove from all posts with certain category. Could provide the code example. From the link that has passed, I can not build a structure, much less implement it.

Aang359
Participant
#0

I am facing a weird issue after setting up SSL certificate for my site. My newspaper theme’s home page and all other pages are working fine but my post/article pages are continuously reloading. I tried deactivating plugins, .htaccess and web.config etc but none is working. Please help me if someone had faced such issue before. Mentioning below example post URL for you guys to check:
https://mbahunt.in/venkateshwara-open-university-distance-mba.

Thanks in advance.

ahsabulu
tagDiv Member

Where is the staff????/
The update screw the entire website up and force me to stop my advertising campaign because my account manager noticed that my landing page turn into shit and it waste me $200 driving visitors to a shit page,now no one wants to reply?
我肏你他奶迺熊咧 人渣嗎?
幹你娘雞掰洨咧肏你他媽拉雞啊?要不要回阿幹你娘zzz 殺小雞掰啊?
有病嗎?肏你乃媽的幹

ahsabulu
tagDiv Member

Where is the staff????/
The update screw the entire website up and force me to stop my advertising campaign because my account manager noticed that my landing page turn into shit and it waste me $200 driving visitors to a shit page,now no one wants to reply?
我肏你他奶迺熊咧 人渣嗎?
幹你娘雞掰洨咧肏你他媽拉雞啊?要不要回阿幹你娘zzz 殺小雞掰啊?
有病嗎?肏你乃媽的幹

najarfermin
Participant
#0

Hello I just updgraded to newsmag version 3.3.1 and to wordpress 4.8 and several post aren’t showing up in full mode.
Do I have to do something after upgrade ?
Here is a example of a post that worked fine before.

http://astro.najar.ca/astrofotografia/astrofotografia-galeria/escorpion-con-via-lactea/
Now it only shows a black page.

shopiration
Participant
#0

Hi guy,

Kindly help me on two issues:
1.
(A) The line height/spacing seems to change if I view it in a full screen desktop display https://prnt.sc/fyk4tx VS. a smaller window desktop display https://prnt.sc/fyk7yi
I want it to be tighter all the time like in the smaller window version. Is there anyway to fix this?
(B) https://prnt.sc/fyk4tx Is there anyway to fix the picture/thumbnail size for it not to shift up if there is two many words. May be increase the Big_Grid_Full_4 height?

2. For Block 23, can you give me a css code that could help pull the title/date/comment to be under the picture https://prnt.sc/fykej9 to something like this https://prnt.sc/fykfor
If you can please help me include a category tag so its more consistent.

Thank you so much.
Loving the theme so far!
-Alexa

ahsabulu
Participant
#0

My Website URL: http://www.ahsabulu.com/pes/
This is a Landing Page created by visual composer
and this is my current row setting: http://imgur.com/a/Wclqh
How to make it back to stretch row?
this is the current setting of this specific: http://imgur.com/a/XNKce
and it turns out to be like it appears on website
Please help me…I am currently running an ad campaign,and my Account Manager noticed me that my landing page was broken…

Gil Poulsen
tagDiv Member

Hey, thanks for this and I have a somewhat easier way of implementing an alternate sort, in my case sort posts by last MODIFIED date, not last PUBLISHED date. With my method you have to “sacrifice” one of the existing sorts and in my case I decided to replace the “Oldest posts” since I know I would not ever use that one.

It’s only two files you need to change, make sure you back them up and also understand that when you do a theme update these will be overwritten so you will want to keep copies. These apply to v. 8 of the theme.

First make the below changes to includes/td_config.php, starting at line 7351:

array(
“param_name” => “sort”,
“type” => “dropdown”,
“value” => array (
‘- Latest -‘ => ”,
// Sacrificing the ‘oldest posts’ sort, we’ll never use it
‘Modified date’ => ‘oldest_posts’,

Then make this change to includes/wp-booster/td_data_source.php, starting at line 116:

$wp_query_args[‘cat’] = get_cat_ID(TD_FEATURED_CAT); //add the featured cat
break;
case ‘oldest_posts’:
// Replaced by me w/sort by modified date, newest first
$wp_query_args[‘orderby’] = ‘modified’;
$wp_query_args[‘order’] = ‘DESC’;
break;
case ‘popular’:

That’s it. Now when you are doing a grid sort you will see Modified date instead of Oldest posts. This is sorting most recently modified first (‘DESC’) but if for some reason you wanted the oldest by modified date you could change it to ‘ASC’.

Also, in case anyone is not aware of this, there is a free plugin called “Last Modified Timestamp” that will add a Last Modified Date column to your Posts and Pages admin screens. For what we do as a newspaper, in most cases the last time o post was modified is much more important than the published date of a post as far as which posts to display in the grid(s).

Hope this helps somebody and thanks to everyone who posts solutions like these as many of them have helped me in the past.

ahsabulu
Participant
#0

I am currently on an ad campaign,and i decide to update my theme,and it turns out that my fucking landing page was all screw up,the image become super large?look at this http://imgur.com/a/tCVSr
and the row i previously set to stretch row become not stretch at all,look at this? http://imgur.com/a/tCVSr
WTF IS GOING ON?????I LOSE $250 BUDGET ON MY ADVERTISING CAMPAIGN BECAUSE THE UPDATE SCREW MY FUXKING LANDING PAGE UP?????????????????????????????????????????
PLEASE REPLY ASAP,I WAS FORCED TO PAUSE MY ADVERTISING CAMPAIGN RIGHT AWAY……. HOW TO SET A FULL WIDTH ROW JUST LIKE BEFORE?HOW TO SET A NORMAL SIZE IMAGE JUST LIKE BEFORE?WHY THE IMAGE BECOME INVREDIBLY BIG AND THE STRETCH ROW BECAME NOT STRETCH AT ALL????????????????????

Catalin
tagDiv Staff

Hello i24gabon,

Change your header style to another one, as I saw above, like this -> https://www.screencast.com/t/Fo2umwct (header style 5, for example)

Thanks.

allmyhoney
Participant
#0

Hi there, i was hoping you could help outline how I can remove the author name from some of the content blocks on my homepage. For example my homepage here has author name showing on some posts and not on others and I would prefer to hide the author name and just show the date: http://recordit.co/jEGVEKRFG3

It seems to only show the author name on the lead posts on certain content blocks. Any ideas on how to hide this.

Thanks in advance,
James

Catalin
tagDiv Staff

Hello antoniskat365,

Unfortunately, please notice that our product does not have such an option for dynamic width and we do not recommend to do that through the custom CSS code because the layout of the theme will be damaged. If you want to change the width of the theme to be in full-width mode, please notice that is not a simple task and you will have to adjust the entire theme to the new width for better results.
Above, my colleague gave you an example from where you should strat to increase the theme width, but notice then you will have to make some additional customizations to adjust the other theme elements if you want to bring best results.

If you want to display more levels in our theme and you are not aware of the steps in this regard, please consider hiring a freelancer/developer to do this for you because we cannot provide customization services at the moment, sorry!

Thanks for your understanding!

SW1988
Participant
#0

Hi there,

On the bottom of my front page i got a comment box that i can’t remove.
Well i think i tried everything so i’m asking for help.

here is the example ;

https://prnt.sc/fyhn3b

Viewing 25 results - 28,126 through 28,150 (of 38,683 total)