- TutorialsFrom WPBakery to tagDiv Composer
The Homepage of my site on mobile devices comes up with the latest articles. Whereas, the original home page I had created using visual composer comes on the 2nd page on mobile devices. It works well on Desktop but, the mobile theme shows some other posts rather than my Original Home Page. How to solve this?. How to customize the mobile theme?
Hello,
How can I prevent the Featured Posts that appear in the Big Grid from repeating in category Blocks automatically but then reappear in Blocks once those Featured articles are pushed out of the Grid?
I realize that I can filter out the Featured Posts wherever they repeat in the Blocks themselves by entering a negative value for the Category ID, but that prevents the Featured Posts from ever displaying in the Category Block on homepage. Also can filter by Post ID and block out each individual article one at a time but that requires me to manually allow then disallow each article every time.
Is there any blanket way to make the articles not show in blocks when featured in grid, and then when not featured in grid, display in the category blocks below the grid again automatically?
Any insight is greatly appreciated!
On the MainStRock.com homepage, the Big Grid 3 sort order is set to “Random”. However it is the same posts that appear over and over again. It is not doing a random rotation. I am having the same issue with all of the “Block” elements.
Please advise.
Hello, im using newsmag theme on my site and cant use visual composer anymore, i was using before and now i need to change something in homepage so i go pages section and try to add some bloks, nothing shows there, cant add anything.
all plugins up to date.
here is screen: http://prntscr.com/bw3uxj
I’ve followed those instructions, but I still need help with the slider. I’ve created one, but I don’t see instructions on how to insert it directly below the logo on the homepage only. Please provide a link to instructions or assistance in this.
Thank you,
Todd
-
This reply was modified 10 years by
benrud.
Hi,
please help me how to make Homepage pagination Latest post page number load as Infinity
Thank you so much!
Hello sfan911,
Do you are using the mobile theme? please notice that if you are using this plugin, the sidebar will not be displayed on mobile or if you do not use this, the sidebar is displayed to the bottom of your homepage. Please notice that do not exist any settings from Theme panel for the sidebar in mobile mode….the theme will display it without any settings -> http://screencast.com/t/Kq87MUqyf
Thanks for your understanding!
Hello khabor,
I have checked your website and I saw that your blocks and your sidebars are displaying fine. Please notice that to the mobile mode, the sidebars will appear only after your blocks, to the bottom of the homepage because this is the theme behaviour -> http://screencast.com/t/bXY80TjZ
If is not what you mean, please provide more details about your problem, provide some useful screenshots so I will be able to provide a more accurate response.
Thanks for your understanding!
Hello thud,
Please notice that the sidebar for your homepage could be set only from Visual Composer, using the 2/3+1/3 layout and using the Widgetised Sidebar, like this -> http://screencast.com/t/ejOgvIP7x When you are using the page template ->page builder+latest articles+pagination, the sidebar will be affected from here -> http://screencast.com/t/4uscdeGE
For more information about u=our sidebars, please consult here -> https://forum.tagdiv.com/sidebars-tutorial/
If is not what you mean, please provide more details about what you want to achieve so I will be able to provide a more accurate response.
Hope this helps!
Thanks for your understanding!
Hi, Is it possible to hide the blog header for a certain category and only use visual composer to build the entire page, yet still have the featured image and excerpt show on the homepage when I link it?
I want to create a few competitions so I don’t want it to look like a blog, but I want to keep some of the blog functions such as showing other similar comps and the sharing facilities etc.
Many thanks in advance.
Ryan
Hi – I am using the carblog skin.
The demo has a sidebar on individual post pages but not on the homepage. I can’t work out how to replicate this on my version. In Newspaper/Theme Panel/Template Settings/Blog and Posts Template I have chosen no sidebar. The text says this will effect the home page and individual posts. I can’t find a way to over ride this in Newspaper/Theme Panel/Template Settings/Post Settings.
Template selected for home page: M19
Template selected for posts: default
What am I missing?
I think I understand what you’re saying. But the link https://forum.tagdiv.com/the-mobile-theme/ I do not get what I want. It has helped me to understand that does not work with copy-paste.
Now, I wanted to know what would be the html for [tagDiv] Block.
For example, in my homepage for mobile I want to put [td_block_slide autoplay = “10” category_id = “369” limit = “3” custom_title = “” header_color = “# 467524”] and [td_block_13 custom_title = “Latest Forecasts” category_id = “26” limit = “3”]
Logically if I copy in Mobile Editor not work.
As I translate html for Mobile Editor?
Hello TagDiv,
I currently have the Header Ad loading on the site. I have tried to customise this by hiding it from the homepage but I’ve noticed on slower browsers, this still loads.
How can I completely hide the header ad just on the homepage. At the moment, you can just about see it and it loads for half a second which Google AdSense will account as AdFraud.
Thanks,
Hey, can you guys help me figure out where my homepage sidebar went?
Thanks in advance!
Hello
I have a problem with the mobile version of newspaper7. As you can see on my homepage is shown well http://www.trebol-apuestas.com using the visual editor composer. But instead the mobile version throws problems not adequately shown content.
I compiado the html generated by the visual editor in the html Mobile Editor (html) and appears bad when displayed. What I can do?
Hello,
Unfortunately every demo has it’s own unique css style and in most cases the look cannot be recreated on other demos without substantial css coding as every demo is custom made and takes quite a bit of time. You are better of just installing the demo if you like the design.
If you are trying to recreate the top section of the video news homepage: http://screencast.com/t/ftQKvwtG you will have to add your visual composer elements in a full width row and set a background color from the row settings like so: http://screencast.com/t/rddkk49Fzm – http://screencast.com/t/lVBZqqHzvw
It will require a bit of css for positioning. You can add an extra class to the row and target the elements based on that specific class.
I hope this helps.
Thank you!
Hello nairolf2013,
You only need the function from the id statement. This code basicaly creates a redirect from the error to anywhere you want it to redirect. Simply replace get_header from index.php with this part:
if (function_exists('get_header')) {
get_header();
}else{
/* Redirect browser */
header("Location: https://google.com ");
/* Make sure that code below does not get executed when we redirect. */
exit;
};
I set it to redirect to google as an example. You can set it to redirect to your homepage or any other url you want.
I hope this helps.
Thank you!
Salut cstyn,
Pentru mai multe referinte in acest caz poti sa accesezi acest topic -> https://wordpress.org/support/topic/dont-redirect-admin-ajax Acesta sunt probleme ce tin strict de WordPress si care au mai fost dezbatute pe forum-ul lor. Am incercat la mine pe tema, folosind codul prezentat acolo si imi redirectionaza cand accesez wp-admin/admin-ajax.php catre homepage.
Sper sa iti fie de folos!
O zi faina in continuare!
Hello,
Our theme blocks can be made to show pages by changing the post type in the block setting to page like so: http://screencast.com/t/Yc9GkaCbaa In this way you can filter pages based on ID in specific blocks on the homepage. You can assign featured images to pages exactly like you do on posts: http://screencast.com/t/jN2QttvgC
Thank you!
on the homepage there is a block called Recent Posts but I didnt see anywhere we can do a translation for it. could you tell me where I should go for such change?
Hey there,
i really like the look of the embedded youtube player with playlist on the right, shown on your black newspaper template demo (http://demo.tagdiv.com/newspaper_black/). could you please tell me how to create it?
unfortunately the playlist will not be display if i try it on my self.
for better understanding, see image here: https://www.dropbox.com/s/n9fgeq82ededtlk/playlist.jpg?dl=0
thanks in advance & regards!
gk
Imi foloseste feedul. Sau scrape cu orice altceva. Sunt multe nise afectate de acest gen de hack. Tot ceea ce as vrea e sa pot redirecta cu htaccess sau cumva asta: http://mysite.com/wp-admin/admin-ajax.php?td_theme_name=Newsmag&v=3.0 to homepage… si nu reusesc nicicum… am incercat toate tutorialele de pe net. Nu sunt hackuit. Ci imi foloseste continutul si il pune pe alt site ceea ce face ca eu sa fiu deindexat cand google vine la mine de la el pe http://mysite.com/wp-admin/admin-ajax.php?td_theme_name=Newsmag&v=3.0 … apare 0 si pierd.
Hi,
If you want images to show on the homepage, the posts need to have a featured image set here: http://screencast.com/t/2XpvfUkQyx If you do not have any featured images the theme modules and blocks will have nothing to show, only a placeholder.
Thank you!
Toate requesturile de l google bot vin referer hacked site si vin la mine in
http://mysite.com/wp-admin/admin-ajax.php?td_theme_name=Newsmag&v=3.0
de 3 ore nu ma mai viziteaza gooogle bot desi inainte vizita la cateva minute, si incep sa fiu deindexat… se pare ca lui google nu ii place acest 0 generat de linkul de mai sus. cum sa il redirectez pe homepage?
Hello sunnysunnet,
1)Please keep in mind that you are using the Mobile theme plugin, you will not bring these features on mobile mode because the theme has not been designed to render the Visual Composer elements in mobile theme, but only in Mobile Responsiveness mode. Please notice that the mobile theme has been built to be very fast and easy to be used. If you want to develop this plugin, through adding some additional settings and features, please notice that you will require custom work and we cannot provide these services at the moment, sorry! If you are not aware of these, please consider hiring a freelancer/developer to help you in this regard.
2)Please notice that the mobile theme cannot be changed without custom work. For more information about this feature, please consult our documentation here -> https://forum.tagdiv.com/the-mobile-theme/
3)I suppose that you want to change the background color for your Social Counter header, right? Please try the code below and place it in Theme panel->Custom CSS area.
The code is ->
.block-title > span {
background-color: black;
.block-title {
border-bottom: 2px solid #222222;
The result -> http://screencast.com/t/B7Vpy6dCS
If you want to have the exact layout with our demo for Newspaper, please notice that you can add the template when you create your homepage, like this -> http://screencast.com/t/4L4B5uHVDa -> http://screencast.com/t/HnezjEOty
Thanks for your understanding!