Search Results for 'block'

Results from the Forum
cleverliving
Participant
#0

hey guys

i was wondering if there is a way to reduce the distance of white space between the header and the slider in my website?

http://chadwickstudios.com.au/

Basti117
Participant
#0

Hi there,

I activated the Car demo and changed the colors. But I can’t change the whole background color for e.g. the Blocks and Sidebar. It is still orange. Please see: http://fs5.directupload.net/images/161018/fhahxdwf.jpg

How can I do that?

Greetings,
Bastian

simchris
tagDiv Member

So, on the home page you can add your own text boxes with content … theme cannot invent content for you.

So, in our case, for example we have a text box with h1 tag which is short description of what the site is about.

Above certain news sections we have h2 tags on sub-heads “Book Reviews”…

You don’t need <h3> tags on ‘headlines’ on front page as they are ephemeral and have no SEO value; only persistent elements.

SO, if you use Visual Composer or TD composer, simply experiment with adding your own content.

[slider———-][sidebar]
[text box with h1]
[block of stories]
[text box with h2]

Really up to YOU to decide how you want to lay out, design, and create your site content.

Good luck!

markappeal
Participant
#0

I have set the Block Filters to filter posts according to categories but the theme does not seem to be filtering the posts

Andrei L.
tagDiv Member

Hi

Unfortunately the theme don’t have an option to sort custom post types by tags or other similar filters, you can only select the desired post type and it will be displayed in that block. A solution would be to use post id filter and insert in that filed only the ids for those custom posts that you want to display.

Thanks!

Jankow
Participant
#0

Hi,

If it possible to prevent an inline ad from coming in contact with a block quote?

Things can get a little messy when they do.

Thanks.

Andrei L.
tagDiv Member

HI

The theme don’t add any empty spaces after images but the issue occur because we set a display: block for p elements from post contemn. You can change the display but this may affect other elements from post content.

Us this code to change the display for p paragraphs:

.td-post-content p{
display: inline-block;
}

Thanks!

nairolf
tagDiv Member

Hi Football5,
Was fresh 🙂 but is a clean DB (allways theme and only 3 plugins: VC + Yoast Premium + Speed Booster), I mean without residual stuff.
So the circle is little: theme or one of this 3 plugins.

I’m not sure, maybe is Yoast 3.7.0/1 coze I see something in his support forum. Right now seems that Speed Booster plugin even if move CSS/JS to the bottom, Google throw render-blocking for all content less the homepage.

I don’t want to downgrade for the moment to Yoast 3.5.2 because I want to see if we can replicate again the slow down for internal linking.


VPS – Memcached / Zend OPcache – all pages load in 0,3 – 0,5 sec.

Andrei L.
tagDiv Member

Hi

You need to edit td_module_mx4.php file and replace the original code with this one: http://pastebin.com/SxeKXfE4 -http://screencast.com/t/uetEFOzMJYeL Ands also add this css in theme panel > custom code > custom css: http://screencast.com/t/Kc0PB6ffJpv

.td_module_mx4 .td-post-author-name{
display: inline-block!important;
position: relative;
top: -30px;
background-color: red;
}
.td-author-date{
position: absolute;
}

Thanks!

bustedflushltd
Participant
#0

Hi,

I’m having some trouble making a customized section of our site responsive. We installed a plugin that helped us make a table, which we can display successfully on the site, but it looks horrible on mobile.

Ideally I’d like for some columns of the table to disappear on mobile screens, but I’m struggling to make this work. In the meantime I was hoping you could help me with a workaround.

The table is displayed via a text block on Visual Composer using a shortcode. Is there a way to turn the text block off for mobile or desktop views? If we could have one table display for each device type that would work.

I’ve seen in the Theme panel that some ads can be turned off and on for mobiles and tablets. How do I do the same for elements in Visual Composer?

Thank you,

Ned

Andrei L.
tagDiv Member

HI

Those blocks are predefined in theme’s core and can’t be changed from theme panel or wordpress admin. You will need to edit the footer files and change the implementation or use a footer template which allows you to choose what blocks to display in it. You can use style 5 or style 9 to achieve a similar layout: http://screencast.com/t/WTMAv6shGIP Pease check our documentation for more details in this regard: https://forum.tagdiv.com/footer-templates/

Thanks!

Andrei L.
tagDiv Member

Hi

Replace the previous css with the one below, however the border can be added only as I’ve indicated in the screen as there is a margin on a main span and if I remove it the layout of that block will break: http://screencast.com/t/JeOMFjET

.td-post-next-prev{
border: 1px solid red;
}

Thanks!

enestedt
tagDiv Member

Yeah sorry, wrote that just for a quick image.
did a new more discribing image…

the first show the posts in “Books” and the tag ID for the Genre “lek”
http://imgur.com/gFCUkkU

the second shows the setting of the blocks
http://imgur.com/a/aRjNX

the third shows the outout…
http://imgur.com/pdhlLXZ

So in words, I only want to show the posts that have the “genre” “lek” not all of the posts under books.

Andrei L.
tagDiv Member

Hi

The name of custom post type is td_book and you use in block settings td_books that’s why there is no post displayed there. Try to use td_book, clear all caches then test the site again.

Let us know how it goes.
Thanks!

Catalin
tagDiv Staff

Hello denildi,

If you want to achieve the infinite scroll effect for your pages, please notice that you should use a Block with Infinite load pagination, like this -> http://screencast.com/t/lCUaT5Yq This type of option is not available for post page. So, if you want to have the same behaviour and for this, you should try to find a plugin with this functionality and see how it will work for you.

Thanks for your understanding!

Andrei L.
tagDiv Member

HI @marctz

We covered in our documentation most important aspects google notifies you about in page-speed regard: https://forum.tagdiv.com/how-to-make-the-site-faster/ For more details please check these links: https://developers.google.com/speed/docs/insights/EnableCompressionhttps://gtmetrix.com/enable-gzip-compression.htmlhttps://gtmetrix.com/leverage-browser-caching.html

To remove render blocking resources you can use our Speed Booster plugin as we indicated in our documentation at pint 5. Fore more details about page-speed please also check these topics: https://forum.tagdiv.com/topic/site-slow-down-caused-by-style-css/https://forum.tagdiv.com/topic/speed-is-slow-after-updating/

Note that you will need a bit of codeing and some customizations in order to achieve a good score for your site. We can’t offer speed customization services at the moment, most we can do is to point a way of improving. If you still need guidance on this or you’re not aware of the steps you need to take in this regard please consider hiring a developer or a freelancer to do this for you.

Thanks!

Andrei L.
tagDiv Member

Hi

There we don’t use Revolution Slider plugin, we use theme’s homepage post block: http://screencast.com/t/MPgYqKYsJtNQ You can add this block in Visual Composer and the rezult will be similar with the one from our demo.
Thanks!

Aleksandar
tagDiv Member

This is the list of the plugins i use on that site:

AdBlock Detector
Limit Login Attempts
Optimus
Quick Adsense
Resize Image After Upload
W3 Total Cache

I have server with 2x Intel Xeon E5 2620 v3, 128 GB DDR4 RAM, 3×500 GB SSD HARDWARE RAID 5. It’s a cPanel server with Cloudlinux and Memcached installed. This server should be able to handle at least 5000 users online at the same time… I also had this problem on 2 other server that i tried last 5 days, so this is not the server related problem.

Most of the time i have more than 1000 user online and it’s working without any problems, average server load is 1.5. But sometimes i have problems when i have only 200 user online, server load goes to high and my website goes offline.

What could be causing this problem?

geospatialmedia
Participant
#0

hi,

We chooses block16 and block1 and block2 style from theme panel. but it did not worked as expected.
for example: https://www.geospatialworld.net/

We had these ( block16 and block1 and block2 ) styles in our earlier version. see from archive
https://web.archive.org/web/20161009120301/https://www.geospatialworld.net/

But after updation it did not worked as expected.

please advice.

Thank

Regards
Anshu Garg

nairolf
Participant
#0

Hi guys,

I think that Speed Booster plugin need some adjustment for latest versions of Yoast 3.7.0 & 3.7.1

Right now, with the speed-booster activated, only the homepage is optimized.

If we analyze with Google Insights all the site (posts, pages, taxonomy) less the homepage, throw render-blocking (¡for both, PC & mobile!) even if the JS & CSS are moved at the bottom. Something that has not happened to me with Yoast 3.5.2 or earlier.

Always using: Yoast, VC, Speed-Booster – system status OK (no modification, only dequeue VC).

I hope you can find a quick solution.
Thank you!

Anecdotally:
For all site, I dequeue Visual Composer and I left it only for the homepage. So theoretically & practically the homepage is the heaviest page from all domain, but still remains the most optimized 🙂
I prefer otherwise.

rflmedia
Participant
#0

We have the block 14 widget in our right rail on the front page and all default pages. I am trying to exclude the Hot Links category (Morning Links.) I put in the minus and category Id # (-402) but it is still appearing. How can I get this to work correctly?

jmask
Participant
#0

I love the layout of block 15 but instead of showing the category on the image, i’d like to have the author name. How do I change this?

Also when I leave the title for a block empty, it shows “Block title” instead of being blank like it says it should.

enestedt
Participant
#0

Hi
I have created Custom Post Type as shown in the Newspaper documentation https://forum.tagdiv.com/custom-post-type-support/

And now I want to show them on a page with the block modul but I can’t see the “genre” or “writers” in the block dropdown on setting > filter and if I write the tag_ID of the writer or genre nothing is shown on the page…

http://imgur.com/a/DaqWd

What can I do to use the Custom Post Types with the blocks?

Andrei L.
tagDiv Member

HI

I’ve checked your site and the resources pointed by google as render blocking are loaded in footer: http://screencast.com/t/T7hujSOxq
Google is very restrictive when it comes about mobile page speed and some things may be interpreted different then for desktop. The Speed Booster plugin does its job and moves those scripts at page’s bottom but it can’t change how google generate the reports. We know about this situation and indeed it’s very strange but we can’t do much about it. The theme and plugins control only page’s html, not google’s algorithm in page speed regard.

Thanks!

Viewing 25 results - 27,901 through 27,925 (of 39,816 total)