Search Results for 'homepage'

Results from the Forum
Simion C.
tagDiv Staff

Hi,

From what I can see you have a display none property on the social counter block – https://www.screencast.com/t/W7CNXgzp5 in your homepage, and the same property on the sidebar in the single post page – https://www.screencast.com/t/yvCeeS3e So if you want the sidebar to display on the post page you will have to remove that display none code.

Thanks

Catalin
tagDiv Staff

Hello Mahaona,

I have inspected your website and I did not saw any problems with your images. So, please notice that you are using the Block 10 at the very bottom of your homepage and this type of block do not display the featured images, as you can see here -> https://www.screencast.com/t/XGgZnJW13n9 Where is the problem?

Thanks for your understanding!

zen
tagDiv Member

Hello Bogdan,

Does this code also work for archive page?

You can use this code: http://pastebin.com/Hr7xTBJ8 like this: https://www.screencast.com/t/cJFqirmhaI8c it should do the trick in changing the header style just for the homepage.

I mean I also want a separate header menu style for archive page, not whole different, just a narrow width.

Thank you for your explaining. 🙂

silviarehn
Participant
#0

Hello, i liked very mutch this sistem from this magazine > http://www.stylist.co.uk/

Go inside any post and roll to the botom, you will see the homepage loading just like this:

http://www.stylist.co.uk/
Than go to a normal post > http://www.stylist.co.uk/people/this-is-your-moment-how-you-can-take-action-over-the-governments-u-turn-on-child-refugees
Than go to the ond of the page and the magic happens >http://www.stylist.co.uk/#hp

Can you help me to do this on me site? Just for posts, not for all pages and products?

mexa
Participant
#0

The last 3 articles from page 1 (on the homepage) are shown on page 2.
You can see them at the upper side of page 2.

How can I fix this?

You can see it here:
https://www.ouderscentraal.nl
https://www.ouderscentraal.nl/page/2/

tagdivci
tagDiv Member

Thank you for your replay. I am able to make image sizes smaller with some software. But my main purpose is that i want those images to take up less spaces on homepage. I am changing row and column settings for this purpose. however, when I do so, not only image area is shrinking, also excerpt area is getting smaller too. I want to keep the area balanced according to my view.

Thanks again…

190degrees
Participant
#0

Hi,

As you can see from the screenshot here http://i.imgur.com/yui728h.png, I have pagination on my homepage latest articles section.

When I click on 2. There is no padding in the top part of the page http://i.imgur.com/Od5Ufgm.png

Please let me know how I can add this.

Thank you,

Chandra Rau

HeTo25
Participant
#0

I`m testing the Newspaper-Theme within a localhost-installation and will go online at the end of the week. I was able to configure most of the things and I am happy with the theme. But there is a question about the thumbsize of Big Grid 1 elements.

I`ve managed to edit the thumbsize (height) of Block 5 elements from 324×235 to 324×324 and it worked.
–> td_config.php:

td_api_thumb::add(‘td_324x235’,
array(
‘name’ => ‘td_324x235’,
‘width’ => 324,
‘height’ => 324,
‘crop’ => array(‘center’, ‘top’),
‘post_format_icon_size’ => ‘normal’,
‘used_on’ => array(
‘Module 3, 4, 5, 11, MX3’, ‘Block 1, 5, 6, 13, 17, 20’
),
‘no_image_path’ => td_global::$get_template_directory_uri,
)
);

Then I restarted Apache/MySQL-Services in XAMPP Control Center –> Regenerated Thumbnails with a Plugin. Block 5 elements now appear as a square on my homepage as they should.

I did the same for Big Grid 1 elements and changed them in td_config.php to 265×265 (4 small items right) and 534×534 (1 big item left).

td_api_thumb::add(‘td_265x198’,
array(
‘name’ => ‘td_265x198’,
‘width’ => 265,
‘height’ => 265,
‘crop’ => array(‘center’, ‘top’),
‘post_format_icon_size’ => ‘normal’,
‘used_on’ => array(
‘Big grid 1, 3, 7’
),
‘no_image_path’ => td_global::$get_template_directory_uri,
)
);

td_api_thumb::add(‘td_534x462’,
array(
‘name’ => ‘td_534x462’,
‘width’ => 534,
‘height’ => 534,
‘crop’ => array(‘center’, ‘top’),
‘post_format_icon_size’ => ‘normal’,
‘used_on’ => array(
‘Module 19, Module MX5, MX17’, ‘Big grid 1, 3, 4, 6, 10, 12’
),
‘no_image_path’ => td_global::$get_template_directory_uri,
)
);

Then I regenerated the thumbnails again but nothing changed in my Big Grid 1 on the homepage. The elements still have the default sizes (534×462 and 265×198).

Do I have to take further steps to change the Big Grid 1 Thumbsizes successfully?

Thanks

tagdivci
Participant
#0

Hello,
I have a question about block’s image sizes. As you know that to make website speed faster, block’s image sizes on homepage should be smaller. For example, block 11 ‘s image size 218 x 150 (I wanna make it 200 x 100) block 3’s 324 x 160 ( I wanna make it 270 x 130), Big grids’ image sizes are also really large and i wanna shrink them too. Could you pls explain how to make block’s image sizes smaller on homepage? (I have no coding knowledge but i can try if it is possible to shrink images by coding easily)

Thanks !

Simion C.
tagDiv Staff

Hi,

That depends if you want to have a static front page built using Visual Composer or a blog with latest articles displayed on the homepagehttps://forum.tagdiv.com/homepage-how-to-build-and-set-it/ You can find more about the theme in the documentation here – https://forum.tagdiv.com/newspaper-theme-documentation/ Please correct me if I misunderstood what you wanted, or provide more details about what you want to achieve

Thanks

dexro57
Participant
#0

Hello when i use a static page for my homepage i have 2 error can i have help thank you
the link of my websit : http://www.urayamashiidesu.net/
the 2 error message :

Warning: A non-numeric value encountered in /home/****/public_html/wp-content/themes/Newsmag/includes/wp_booster/td_block.php on line 997

Warning: Illegal string offset ‘test_time’ in /home/****/public_html/wp-content/themes/Newsmag/includes/wp_booster/td_remote_http.php on line 93

Warning: Illegal string offset ‘test_status’ in /home/*****/public_html/wp-content/themes/Newsmag/includes/wp_booster/td_remote_http.php on line 95

Simion C.
tagDiv Staff

Hi,

You could try to hide them with css using this code, just enter it in Theme panel->Custom Css and it should remove the reviews from all the blocks in the homepage if that is what you want and you do not have access to the theme files

.home .entry-review-stars {
display: none;
}

Thanks

mdgstudio
Participant
#0

hi there,
a strange thing happened with Res ADS … so i made a banner then i homepage i can see it … but if i choose an article to read … so i go in a single page … i can’t see the graphic only the link if i put my mouse over the white space …

any suggestions?

here the site: http://smart-notizie.it … the banner is the second one after currency widget …
then try to read an article …

thanks

Justingiles
tagDiv Member

Hi Bogdan,

Thanks for your help. I did have another question for you. Is there a way to publish an article and not have it go directly to the homepage?

For example, if I want an article to go under NFL, I’ll choose NFL in the Categories and also tag it NFL. But when I do this, the article also goes to the homepage. Sometimes I don’t want it to go to the homepage. Is there a way to have articles go to the sections (NFL, NBA, etc.) and not have them go to the homepage?

My Website: https://fan-insider.com/

Hopefully, that makes sense.

Best,

Justin

oilwire
Participant
#0

Dear People,

I am sorry if this is something simple, but on the POSTS – the social sharing options are Facebook, Twitter, Google and Pinterest. I need different combination. I have checked in the Theme Panel settings so many times, so maybe it is not possible to configure or the setting is hidden somewhere else. (Homepage Top Bar is showing OK).

Is there a way to control which social sharing buttons to show on the posts ? I dont need anything fancy like counters etc etc, just 5 Buttons – Facebook, Twitter, Google+, LinkedIn and Buffer.

Do I need to edit the template ? I am afraid, I don’t want to edit those files if something breaks.

Thanks so much.

P.S. – if you can suggest improvements to http://www.oilwire.net, I will be very thankful

Vilfredo
Participant
#0

Hi,
I changed my site Captain-Gadget.de to SSL. Works fine in Firefox and Chrome, but not in Safari.

The homepage and all category-pages load fine. But single articles are a mess. Like this one:
https://www.captain-gadget.de/trainieren-jabra-sport-coach-wireless/

The console in Safari says 80-times in red: “Blocked a frame with origin “https://googleads.g.doubleclick.net” from accessing a frame with origin “https://www.captain-gadget.de”. Protocols, domains, and ports must match.”

And also in yellow: “[blocked] The page at https://www.captain-gadget.de/trainieren-jabra-sport-coach-wireless/ was not allowed to run insecure content from http://www.captain-gadget.de/wp-content/plugins/js_composer/assets/css/js_composer.min.css.”

Can someone help to fix this?

Thanks
Dirk

Bogdan B.
tagDiv Staff

Hello,

The post excerpt will cut the content at the desired length you set for each module in particular. You can set the amount of words you like the excerpts to show. https://forum.tagdiv.com/excerpts-introduction/
This however depends on the module you use on your homepage. You can find the excerpts settings here: https://www.screencast.com/t/0kJytFZfQ

Thank you!

Catalin
tagDiv Staff

Hello pixelcenter,

It seems to be a problem with your theme layout in your homepage. Do you have made some changes inside your backend, Classic Mode, Text? You should try to re-make your homepage from scratch using the same blocks…you should try to delete the old homepage layout and make it again, clear all your caches and check the results.

Hope this helps and let us know how it goes!

Thanks for the message!

pcservis
Participant
#0

1: Is it possible for me to pay 10$ of difference if I opt for that, and purchase Newspaper instead? It’t little bit wider than Newsmag on desktops and since Full HD resolution is more and more common those days, maybe I figure out it’s better option before I move it to live site and activate purchased theme.

But, back to Newsmag. All those questions are homepage related.

2: Is it possible for weather widget to detect visitor location and provides forecast for that location? We have visitors from different cities and need that option.

3: Is it possible to move that small weather icon from top menu to main menu? Could be useful if date is moved too.

4: Can you add Serbian Dinar and Bosnian Convertible Mark to currency list in Exchange widget?

5: I found is it possible to have advertisement after slider (300×250 or 300×600) placed before rest of content that will be visible only on mobile, but not on desktop web site. If I use Responsive Options > Hide on device, but can you tell me what are Medium, Small and Extram Small resolutions?

6: Can Latest Articles be loaded by Load More button instead to be Paginated?

7: There is Popular Posts widget in footer, I just can’t find similar widget for Sidebar. Is there any?

8: Do you provide any support (if needed) for Revolution slider since it comes bundled with theme?

Please answer those ASAP so we can move to questions regarding posts 🙂

chrisjones92
Participant
#0

Hi – I’ve installed your theme today on http://www.takethekids.co.uk – I’m really happy with it but I would like your help with a minor issue.

The font in the main menu is not quite as the demo. It’s larger, and initially loads before resetting to a slightly different position. This looks clumsy..

Also, the titles for the top two picture articles (my site-The battle for picasso, demo-dreaming about mandarin’s) are different. The demo has a bolder look which i Prefer

Also,the titles for all other articles on the homepage have the same issue.

Obviously one issue that is impacting on all – if you coudl take a look and let me know how to resolve that would be awesome – thanks in advance 🙂

Souh
Participant
#0

Hi,

is it possible to control how much of content of the post I’d like to display on the homepage after posting it there? I thought it’s explained in the Excerpt section, but couldn’t find/understand it.

Thanks in advance!

oilwire
Participant
#0

Dear Creators,

I have tried many options in last 2-3 days for improving Google Pagespeed scores – main area is Minify CSS and JS and Caching. I signed-up CloudFlare free / basic plan – but i dont think it is working.

***** Part 1: Minify CSS and JS
I tried following plugins and for last 2-3 days, it is not very much succesful and most of them give FOUC on the site.

Plugins Tested:
1. Autoptimize (If enable HTML then FOUC within seconds, and cannot select any advanced options because FOUC)
I tried to select options to push CSS inline and load into the head – using the advanced options, but homepage breaks.

2. WP Roids (some issue with .htaccess – maybe because of my hosting, but give FOUC) – I have contacted the plugin author already and there is another guy which has Newspaper 7 theme having issue with this plugin.

https://wordpress.org/support/topic/breaking-site-with-newspaper-7-visual-composer/

3. WP Super Minify (i dont know if this did anything – cannot see any changes)

4. Best WordPress Minify – using since today afternoon – Not FOUC yet

Note: Cloudflare Minify option is activated all the time.

Can you please advise which plugin to use – which will not break the CSS and render pages properly. I removed Revolution Slider for now also to improve speed.

mcrowe
Participant
#0

Can someone please tell me why images from my posts are not showing up on my homepage category blocks? This is a new install. I am using tested plugins only.

#0

hello
i’ve got some problem with themo content.
When i Install It, on my HomePage appear some code [/vc_column][/vc_row][vc_row el_class=”td-ss-row”][vc_column width=”2/3″] …. and a lots og things are “out of places”
What can i do?
http://demowp.w3x.it/

Helvetia67
tagDiv Member

Thanks but I have no “Ad box” at all on my homepage. I have deleted all of them few time ago. Problem stays the same. My first content is Big grid 3 (Second Big Grid 7). No Ad box on my homepage but still appear such advertissment “Newsmagazin buy now”. Any ideas?

Viewing 25 results - 11,251 through 11,275 (of 16,511 total)