Search Results for 'homepage'

Results from the Forum
twitchylegs
Participant
#0

Hi,

I would like to add an extra css class to the row of the full screen home page post (template 6). If a light image is used, the entry title color should be black.

Trying this —

Newsmag v 2.1
boulderweekly.wpengine.com

Extra CSS Class: dark-text

CSS
.dark-text .entry-title a {
color: #000000;
}

Inspecting the page, the ‘.dark-text’ css class was added to the row, but the element is not targeted. How can this be achieved?

thanks!

Albert
tagDiv Member

Hello

It seems that I have solved the problem after disabling some plugins. So, in this case, if I try active them again, will I get the same error? I need most of them. If it is a problem of WP super cache, could I change to W3 Total cache?

I have another general doubt about fonts. As you say in documentation, using many fonts could slow down the website. For example, could I change all default font family with just two styles and get good results?

Also, is it possible to change the size of articles titles on homepage? I can´t find the option.

Thanks

  • This reply was modified 10 years by Albert.
Bogdan B.
tagDiv Staff

Hello,
In visual composer you can use the row setting to create another column where you can add content. Our demo homepage is created this way: http://screencast.com/t/o66lApKILw
Please follow this tutorial: https://forum.tagdiv.com/how-to-use-visual-composer/
You can also check our youtube channel where we have quite a few tutorials: https://www.youtube.com/user/tagdivhttps://www.youtube.com/watch?v=ss-BEobegAw
Thank you!

Bogdan B.
tagDiv Staff

Hello,
The index.php is your website homepage. If you enter index.php in the address bar the result will be this one: http://screencast.com/t/rHQLmcqxi
Please provide more details to your issue as we cannot identify it.
Thank you!

dollarnnaire
Participant
#0

Hi please help

Some widgets that came with the theme show up when i visit the site but when i try to edit them under widget setting in wordpress they DO NOT APPEAR.

For example, the social counter on the homepage theme does not appear under widget settings and this is really frustrating and annoying at the same time, spent hours trying to sort this out.

magamy86
tagDiv Member

* i prepared my homepage with visual copomoser

magamy86
Participant
#0

Hello everybody 🙂

I am facing a problem if anyone can help me , after i had finished my homepage including the sidebar i got in a post and the side bar was disappeared !
it was visual in the homepage but it wasnt in any post .

thanks .

Solstyce
Participant
#0

I read the cloudflare tutorial and searched the forum, but couldn’t find recommended settings for cloudflare and WP Super Cache.

I’m running the latest Newspaper and WordPress with WP Super Cache and cloudflare. Newspaper increased my homepage average page load times from 400 ms to 1500ms, measured via pingdom. This is most likely due to the big grid and other images now on my homepage.

I installed cloudflare hoping it would reduce the page load times but no luck, still 1400 ms. Before I spend days iterating through all the combinations of settings, I wanted to check what others are using to optimize Newspaper for Cloudflare.

NickSi
tagDiv Member

Hi Catalin,
Thank you for your reply and sorry for the delay.
I ‘ve tried all these with no success. After that i enabled the stats from jetpack and somehow i got the same behavior, shows only popular posts from one author. Not sure if it has to do with the theme, my database or something else.

I also tried at the widget filters to add multiple authors instead of living it empty, nothing changed.

Not sure what screenshots you need, this one shows my homepage and popular posts, all are from one author.

My website is here.

Lewis
Participant
#0

Hello
i have weird problem with block 8 and block 1
whene set Limit post number to 5 and apply it. its give me 10 articles on homepage… but when i set it on 4 or 6 articles its work fine.
How to solve this.? because 5 it’s my old settings and i need it.
i tried to disabled all plugins but nothing changed..
thanks in advance

my site
http://www.autosport.me

Bogdan B.
tagDiv Staff

Hi,

1) You can change the small modules with this code:
.td_module_mx10 .td-big-grid-meta h3{
font-size:20px!important
}

3) Try to change the settings here: http://screencast.com/t/3bnVkNBb3 and disable the animation altogether. The settings should work. If not, it could be your cache. Please clear cache for the seetings to apply.

4) The padding should have been even. Do you by any chance have any modifications to your css code? If not please try it without any plugins. Or it could be something on your homepage that creates the issue (it only hapens on your homepage) You can check it after you run the update script (sent it via email)

6)You can use this custom code to adjust the padding.
.sf-menu a.sf-with-ul {
padding-right: 18px!important;
}

7)I have tested the forum on my end but could not recreate the issue. Please try it without other plugins (disable all of them except visual composer and check again to rule out a plugin conflict.)

Thank you!

insidestl
Participant
#0

I have to get Google Doubleclick ads placed in the Newspaper theme and could use some help.
Am I going to have to use a plugin to get this to work since Newspaper is built for adsense only? They seem pretty complicated to use, so I am hoping there is a simple way to do this.

I have posted the codes that were sent to me:

THE FIRST ONE IS SUPPOSED TO BE PUT IN THE HEADER

<script type=’text/javascript’>
var googletag = googletag || {};
googletag.cmd = googletag.cmd || [];
(function() {
var gads = document.createElement(‘script’);
gads.async = true;
gads.type = ‘text/javascript’;
var useSSL = ‘https:’ == document.location.protocol;
gads.src = (useSSL ? ‘https:’ : ‘http:’) +
‘//www.googletagservices.com/tag/js/gpt.js’;
var node = document.getElementsByTagName(‘script’)[0];
node.parentNode.insertBefore(gads, node);
})();
</script>
<script type=’text/javascript’>
googletag.cmd.push(function() {
googletag.defineSlot(‘/6732/insidestl/homepage’, [970, 90], ‘insidestlhome-0’)
.addService(googletag.pubads());
googletag.defineSlot(‘/6732/insidestl/homepage’, [300, 250], ‘insidestlhome-1’)
.addService(googletag.pubads());
.setTargeting(“pos”, “top”);
googletag.defineSlot(‘/6732/insidestl/homepage’, [300, 250], ‘insidestlhome-2’)
.addService(googletag.pubads());
.setTargeting(“pos”, “bot”);
googletag.defineSlot(‘/6732/insidestl/homepage’, [728, 90], ‘insidestlhome-3′)
.addService(googletag.pubads());
googletag.pubads().enableSingleRequest();
googletag.enableServices();
});
</script>

THIS ONE IS SUPPOSED TO GO IN THE BODY I WAS TOLD

<!– /6732/insidestl/homepage 970×90 –>
<div id=’insidestlhome-0′ style=”width: 970px; height: 90px”>
<script type=’text/javascript’>
googletag.cmd.push(function() { googletag.display(‘insidestlhome-0′); });
</script>
</div>
<!– End of Tag –>

==========================================================================

<!– /6732/insidestl/homepage 300×250 Top –>
<div id=’insidestlhome-1′ style=”width: 300px; height: 250px”>
<script type=’text/javascript’>
googletag.cmd.push(function() { googletag.display(‘insidestlhome-1′); });
</script>
</div>
<!– End of Tag –>

==========================================================================

<!– /6732/insidestl/homepage 300×250 Bottom –>
<div id=’insidestlhome-2′ style=”width: 300px; height: 250px”>
<script type=’text/javascript’>
googletag.cmd.push(function() { googletag.display(‘insidestlhome-2′); });
</script>
</div>
<!– End of Tag –>

==========================================================================

<!– /6732/insidestl/homepage 728×90 –>
<div id=’insidestlhome-3′ style=”width: 728px; height: 90px”>
<script type=’text/javascript’>
googletag.cmd.push(function() { googletag.display(‘insidestlhome-3’); });
</script>
</div>
<!– End of Tag –>

==========================================================================

insideSTL_homepage_body.txt
Displaying insideSTL_homepage_body.txt.

rokfamer
Participant
#0

Hello,

I have a problem with newsmag video theme (featured video thumbnail is not showing).

I’ve done everything right (just as stated in newsmag documentation) as you can see HERE but featured video is still not working (I am using newsmag video theme).

When I go to a homepage, you can see a result HERE.

Why my video featured thumbnail is not working?

Please, help me.

Regards
Rok

rhyn
Participant
#0

Hi,

We’re using your wordpress theme. The feature images are not displaying on the homepage.

See: http://www.centralmcsa.org/

See posts under ” Latest blog posts” not displaying the images on homepage

Can you please tell how to fix this?

Thanks

Pc-Drifter
Participant
#0

Hello there,

Theme: Newspaper 6.6.2
template default

Can you tell me how I can make the following changes?
http://www.fotos-hochladen.net/uploads/feoqjepyzws5.jpg
I would have liked as the default demo

1. From the main menu to “News” are on the far left?
2. Where can I change the distances between the menu items?
3. The blue area is to be transparent
4. The color of the category is to change “on mouse over”.
5 .Among 4. Where do I adjust the color?

Thank you for your support

With kind regards
Bernd

newday2015
tagDiv Member

We are using Newspaper 6.5.1 and would like to place sticky pages at the top of the Hompeage (Grid 4). We assigned tag_slugs to each page but the pages are sorted by Title (A-Z) and we would like to sort by tag_slug (homepage1,homepage2,homepage3,homepage4).

On line 124 of td_data_source.php we changed the code:

from

case ‘alphabetical_order’:
$wp_query_args[‘orderby’] = ‘title’;
$wp_query_args[‘order’] = ‘ASC’;
break;
to

case ‘alphabetical_order’:
$wp_query_args[‘orderby’] = ‘tag_slug’;
$wp_query_args[‘order’] = ‘ASC’;
break;

But this didn’t work. Any ideas?

Thanks so much for creating an awesome WP Theme.

David

Bogdan B.
tagDiv Staff

Hello,

Please disable all your plugins except visual composer, clear your cache and purge cdn files if you use it. This could be a plugin conflict so please let us know if the problem is still there afterwards.
As a note, the smart sidebar will not be removed from your homepage if it was added in visual composer on the row. If this is the case, you will need to remove this class from the row settings: http://screencast.com/t/uaxcHcEL.

Thank you!

Andrei L.
tagDiv Member

Hi

You can set the homepage under Settings > Readings: http://screencast.com/t/1onuV19xbEJh
If this is not what you mean please provide more details so I can get back to you with a more accurate solution.

Thanks!

magamy86
Participant
#0

Hello 🙂

I used visual composer to make a new page i want it to be ( my homepage ) , i made it but i could not make it appear as ( my homepage ) can anyone help me ?

Thanks

pritiranjan
tagDiv Member

@Bogdan B kindly click on any category in cyberscylla.com home page. for example click on ” SECURITY ” menu in my homepage . then it will take you to http://cyberscylla.com/category/more/security/ . Here check out the pagination.From page 2 onwards nothing works. do check and notify me on priti2chand@gmail.com

Bogdan B.
tagDiv Staff

Hello,


@akpanpromise
I have checked your website: (Factwide.com) and it seems the pagination works as expected. There were some problems created by wp 4.4. on category pages but we had no reports of the homepage pagination. This can be caused by plugin conflicts or from minification.
You can check the pagination on our official demo: http://demo.tagdiv.com/newspaper/


@pritiranjan
I have also checked your site as well but you have no pagination set up on your homepage. so i could not see any issues.

Please provide more details and an example of the issue if it is still present so we can inspect it.

Thank you!

Akpan Promise
tagDiv Member

I also noticed something strange if you go to yourwebsite/page/2 you actually see the same thing as the homepage, or in my case you see a media (picture).

Bogdan B.
tagDiv Staff

Hello,
You can use different grids to do that. If you want ‘sticky articles’ you can add a big grid to your homepage. something like http://demo.tagdiv.com/newspaper/big-grid-5/ and select the articles you want in it: You can use the post id filter (version 6.6 and up): http://screencast.com/t/uriftQiPlZ yopu can get post id’s from here: http://screencast.com/t/Lpi8KhiNhDK then you can add id’s in the id box from block settings like for example 123,135,136 and now only those particular id’s will be displayed.
Then you can use another big grid underneath with normal sorting and your problem is done. Make sure to check this option to not have doubles on your homepage: http://screencast.com/t/mMjqMMx7K1E
I hope this helps
Thank you!

Andrei L.
tagDiv Member

Hi

Bogdan replied you here: https://forum.tagdiv.com/topic/setting-homepage-2/

Thanks!

koliman
tagDiv Member

Yeah something like this but I want it at my homepage. The idea is to display some very good article all the time at the front page and the article will stay there as I update with new articles. Thanks very much for your help if you solve my problem I will be greatfull 🙂
Take care.

Viewing 25 results - 13,551 through 13,575 (of 16,511 total)