- TutorialsDefault Block Settings Guide
- NewspaperWP Rocket and Newspaper Theme: Optimization Guide
- TutorialsFrom WPBakery to tagDiv Composer
- TutorialsOffset Feature
- TutorialsWhat is Ajax preloading?
Hello,
I see that you have .JS errors in console. Please deactivate some plugins and see if works. Also please disable is you use minify to see if work.
Thanks!
Did your “adjustment and setting[s]” possibly offest the block1 homepage module?
If your CSS is in the child theme (as recommended when customizing themes) you could try deleting all new CSS, saving the file and refreshing (after cache deletion). If the issue is gone then you know it’s the CSS and you can revert all your CSS back and hunt out what’s causing the issue.
Great! 🙂
On the author page, as well as after posts, the author block has more information on it. A bio, web link, and some social media profiles. When I try to use the visual composer to make a custom author section on my About page, the author area looks more like the sidebar on this page: http://demo.tagdiv.com/newspaper/author/admin/
I want it to look more like the author block seen in the actual post itself. I will be showing multiple authors like this. How would I go about doing this?
thanks
Hi there,
I’ve done installing your theme to my site at http://www.infokomputer.com
After doing some adjustment and setting, i’ve found problem with post title in block1 homepage module. It didn’t fill enough width, so the right side seems too much space (blank). I’ve try to change module setting, but no joy.
In your theme sample, Block 1 module looks perfect. How can i get excatly like that?
Thanks
Brama
If you use the visual composer to build your homepage, you can rename the title of blocks.
**I am not part of the tagDiv team. Just trying to offer my two cents before they get a chance to reply 🙂
Where are you trying to change it back through? A category page?
From what I understand, the homepage shouldn’t be a category page. It should be a normal page that uses any of the homepage templates.
1. Making the homepage
To create a homepage:Go to Pages -> Add new
Select a Homepage – with article list template from Page Attributes (*see image bellow)
Start Visual Composer by clicking on Visual Composer blue button.Build your Homepage using Blocks content or you can use predefined Homepage templates from Page Builder
Doing it this way also offers more customization control for the homepage because you can design it however you want using the visual composer.
If you are already using the visual composer and can’t edit the blocks, I’m not really sure what’s wrong..
**I am not part of the tagDiv team. Just trying to offer my two cents before they get a chance to reply 🙂
I’m just getting started with the theme and am very impressed so far. I’m trying to see how best to edit the default layout of the single post page. I’ve gone through the Post Settings in the customizer, but I don’t see layout options there or elsewhere. It looks like the default layout is for a full width image with post text below, and I want a left floated thumbnail with content that wraps. Since modules and blocks (which I haven’t fully explored yet) seem to be available for all other types of pages, I wonder what I’m missing that I can’t find how to change the layout on individual posts.
Thanks a lot, Marius. Works great!
I hit space on the text editor, so it saved a space instead of nothing and it worked 🙂 Then I just erased the space.
Hello,
Do you want to have the non responsive version, the desktop version to be on mobile to but without big slider.
Select from Theme customizer this http://screencast.com/t/KBgzA5r1 and add this in style.css
@media (max-width: 767px) {
.home .td_block_slide_big {
display: none;
}
}
Thanks!
Hello,
That links is not correct, the function provided, search for http and delete it, and there you have httpv, that link is incorrect. Edit your post and correct your link.
Thanks
Hello,
Weird! What you can do is to deactivate some plugins and see if works. Could be a conflict with one. Also please try to add something with visual composer and update to see if the page make the update.
Thanks
Hello,
Add this line
$buffy .= $this->get_excerpt(10);
like here: http://screencast.com/t/YUVHieLda
Thanks for the message!
Happy New Year 2014!!!
Hi there,
I am using Block1 with a ‘Load more’ button at the end. Block1 shows in the left column title and excerpt and in the middle and right columns the title only.
How can I add an excerpt also in the second middle and right column of block2?
Thank you and best wishes for 2014,
Eric
My temporary fix to hide that empty row on the hompage is this:
.home .row-fluid .span12 {display:none;}
Awesome I was able to get pagination on the homepage as well as three columns on the other pages 🙂
The only thing I’m still trying to figure out is why the visual editor doesn’t save when I try to delete a row from the homepage http://screencast.com/t/gGXdoEV4
I’ve also tried using the default WordPress text editor to delete that row at the top, but it always reverts back to the row being there in the editor.
This time it does not break the theme but the problem still there http://i.imgur.com/6ZWDN4Y.png
Sure, I mean the tag div buttons, which are integrated in the editor (shortcode – small, medium, large and so on)!
I need to have the nofollow option (better for google rankings if you make advertisment links to external sites nofollow). Is it possible?
Normally it works by just adding “rel=”nofollow”, for these buttons it doesnt though.
And I couldn’t find a display block option either, for styling purposes.
Thank you!
-
This reply was modified 12 years by
davistar.
Hello,
use this
$post_content = preg_replace('((( ht|f)tp(s?)\://){1}\S+)','',$post_content);
that was incorrect formatted when copied and pasted here. Sorry about that.
Thanks and Happy New Year!!!
Hello,
The blocks from Visual Composer are built from modules. See here at 2. Blocks http://import.tagdiv.com/newspaper/doc/#blocks
In page when you use Visual composer you use Blocks.
If you want pagination with 1,2,3 you use a template with article list http://screencast.com/t/5IdbyXw0rK5g and here you can use MODULES as layout http://import.tagdiv.com/newspaper/doc/#blocks
If you want module 6 to be on 3 columns you have to edit td_template_layout.php file located in \includes\content_builder folder and change like here: http://screencast.com/t/nxkSKtbgBrsm
Thanks!
Hello,
I’m glad you solved. We working for the version 3 update, and in this update we want to rewrite the code a little to standard WordPress code.
Thanks for the message and Happy New Year!!!
Okay nevermind to that too. From what I understand, blocks use modules. I’m curious how I can make a block use only one type of module, for example: http://screencast.com/t/91L4fQKnIS6
I want all of the rows to look like the first row.
Nevermind I found the location for it for modules, still curious about blocks.
Tried that but will not work. I get this http://i.imgur.com/2V2yMGU.jpg