- TutorialsFrom WPBakery to tagDiv Composer
I am so confused what do I do to setup the image to take up the space of the box on the post and on the homepage do you upscale it or what? Please help?
Hi Catalin, it was working good, I setup my homepage. And then it went grey again.
On my site knatv.co.ke I uploaded an image an it seems not to fill the full area on the homepage and on the post pleasehelp
I’ve searched this forum and tried to find a few answers but couldn’t.
I am using a few different modules on my homepage. Some of the modules have the category tag in black and some have it in white. How can I make this consistent. (http://dev.crushfitnessmag.com).
2. I have changed the accent color to our branded color, but when I hover over the title and the category tag, the color changes to orange and pink, respectively. How can I change this?
Thanks in advance!
I have the same problem. I dont even know how to link my twitter account.
it works, but not in the HOMEPAGE, its always the tagdiv twitter account that is associated
Hello,
I have two “problems”.
1. I’m trying to change the Title background color of my homepage blocks, but I can’t. What I’m doing wrong?
Image:
https://ibb.co/gA3sf7
2. I’ve noticed that the sidebar content appears before come other content of my webpage when I’m using my site on my iPhone. Can you give me some advice? Thanks.
Images:
https://ibb.co/jBd3nn
https://ibb.co/keiEtS
Link:
https://www.kame.es
Thanks!
Hi,
The image at the bottom of my homepage when viewed on smaller tablets (eg 7 inch screen) gets cut off:
http://www.screencast.com/t/RUpSMVR7MuiX
So I wanted to find out how this can be fixed please?
Hello,
That’s the homepage which I see on my end and I did not saw any problem. -> https://www.screencast.com/t/ayRYwyUyap Clear all the caches and check the results. Try the CTRL+SHIFT+R
Thanks.
Hi,
I just noticed that my links, on my homepage was not working. I received the following error:
Fatal error: Call to undefined function search_shortcode_net() in /home/directory/public_html/wp-content/themes/canvas-child/header.php on line 143
Does anyone know what this is, and/or how to fix it?
thanks,
Damon
Thank you for the reply! I gave that a try and it seemed to make the image I’m using smaller and put it behind the main section of the website.
I’m not sure if it has something to do with ads, but what I’d like to do is have a background image ad on the homepage only and not on any other page. For posts and categories I was able to get around this by putting custom backgrounds for each category. It’s still clickable but there is no image so that is ok. The problem I’m running into is that for other pages like my about page, contact page, and the link, the background image is still showing up.
Maybe there is another way to accomplish what I’m looking for without CSS? My website is todaysrdh.com if you want to take a look. If you go to todaysrdh.com/about you will see the background image that I’m trying to remove. (I want it removed from all pages, not just the about page, but that’s an example.)
Thank you in advance for your help — I very much appreciate the support you provide!
Thanks,
Ben
Hi,
I use a row on my homepage with two colums: 7/12 + 5/12 Created in Visual Composer. (My website: http://airportal.hu/ – see the top part of the page)
When I install & switch on Tagdiv Composer that part of the page appears in one column (1/1).
I’d use Tagdiv Composer because it’s nice plugin, but because of thes problem I had to get rid of it.
Would you fix this maybe in the next releases?
Thanks,
Adam
Hi Guys
We have a strange situation where the theme seems to be trying to load the homepage underneath the posts
See here https://www.eventindustrynews.com/featured/sec-strengthens-partnership-with-ice
Hi,
I’ve installed the Fitness blog plugin and would like to know how to change the background color of the sidebar columns? It’s currently gray, but I’d like to change it to plain white.
Also, I’ve installed the WP Super cache plugin as you guys suggested it, but the site is still running slow; is there any way to specifically set the plugin to see some improvements?
Do you recommend resizing pictures before uploading them to the site, or will it be fine to upload them directly from your camera. Will doing so affect the speed of the site?
Lastly, after setting my permalink to custom structure, when I directly click on a category name in the Main Menu, the browser displays the link as follows: the website address, the word “category” follows, then actual category name. I don’t want the word “category” between the site’s address and the category’s name. I checked the demo, I noticed the same display format. Is there any suggestions to help me fix the issue?
I was also wondering if the use of tags is necessary? Do I have to use tags along my categories?
Thank you.
Hi Catalin, for example at the homepage, at electronic games, air hockey its repeated:
http://www.gamesbarcelona.com/1.png
http://www.gamesbarcelona.com/2.png
Thanks!
Since updating my website to the latest version of the theme my Homepage is not displaying any content just the top navigation. All my content on the mobile homepage is visible and works well but does not show up on desktop computers tested with different browsers. On some posts the content is missing on both mobile and desktop computers. You can see what I am talking about here. http://www.africanglobe.net
Hi,
My current Pagination shows the first three pages and the last page (page 106) on homepage and archive pages as seen in this image: https://www.dropbox.com/s/vzae3xphv5xw57a/Pagination.png?dl=0
Showing the last page makes it very easy for a visitor to quickly see the total number of pages I have on the site.
How can I make my Pagination to show just the first 3 pages only, not including the last page and the “Page 1 of 106” there
Hello Maurafarah,
Sorry, but I did not saw any problems with your mega menu and items from your homepage, sorry! As I saw looks like this -> https://www.screencast.com/t/rKCpCWvqC9n Clear all the caches, purge CDN files, tap CTRL+SHIFT+R and check the results. Also, provide some useful screenshots with your problems because I cannot recreate it at my end, sorry!
Thanks.
If you could mention what exactly you are trying to do in more details, we will try to help you. All the demos can be found here
– https://www.screencast.com/t/bBHu3XlYCDBq
There you can find homepage content and custom design. Note that also when installing a demo theme panel settings are imported as well.
Actually Yoast doesn’t add the next and prev links to the headers of the pages that have pagination.
https://yoast.com/rel-next-prev-paginated-archives/
Add “noindex” to this pages is a temporally solution, but not the best for SEO. Google say this:
https://support.google.com/webmasters/answer/1663744?hl=en
We need next and prev links if we use WordPress “The Loop” for a better SEO. And the canonical to the self page.
Sample (imagining that we have a blog with 99 pages):
The homepage have this header:
<link rel=”canonical” href=”https://mydomain.com/”>
<link rel=”next” href=”https://mydomain.com/page/2/”>
The second page of the Loop:
<link rel=”canonical” href=”https://mydomain.com/page/2/”>
<link rel=”prev” href=”https://mydomain.com/”>
<link rel=”next” href=”https://mydomain.com/page/3/”>
The last page of the loop:
<link rel=”canonical” href=”https://mydomain.com/page/99/”>
<link rel=”prev” href=”https://mydomain.com/page/98/”>
I think we would all be very grateful to add this code, as WordPress developers don’t seem to want to.
Hi Previously i was using Newspaper 7 with visual composer and I was able to add WordPress Default Widgets like Categories and other available widgets to the homepage. I am referring to this setting from VisualComposer. However after upgrading to Newspaper 8.7, I cannot see these options of WordPress widgets in the tag div composer. I am particularly interested with the Categories option to have a drop down of all the categories in my homepage. Note that my homepage does not have sidebar.
Hi I just purchased this theme and installed it today. Was trying to format a customized homepage and following the directions. Clicked on the Tagdiv in the page editor and it only goes to a gray page.
I’ve shut down all plugins to see if it was a plugin issue, and it still didn’t work. Not sure what else I can do.
Works for me in td module 19 in my homepage, but I need a separator between the 2 authors name.
I got this result – Author1Author2 – I need something like – Author1 | Author2
Thank you
Hi there,
I’m trying to change the featured articles at the top of my homepage to show my most recent articles instead of random articles.
Is there a way to do this?
Thank you,
Jeff
You can set a website homepage, not a post page. That setting is not used by the theme. Create as many pages as you like with the composer and display what you want in them
– https://forum.tagdiv.com/homepage-how-to-build-and-set-it/
If you set it as homepage, then that will be the homepage of the website
– https://forum.tagdiv.com/homepage-how-to-build-and-set-it/
I don’t see any problem with the website you mention at the moment
– https://www.screencast.com/t/T9ftektS73Aa