Search Results for 'block'

Results from the Forum
Steven
tagDiv Member

May be this is what you asking for as follow…

.td-post-sidebar {
box-shadow: -8px 0 5px -4px rgba(50, 50, 50, 0.15);
}
.td-post-sidebar {
padding: 0 0 26px 26px;
}
.td-post-sidebar {
background-color: #fcfcfc;
}

Look @ my site http://jahliveradio.com/junction-riddim-lustre-kings/ and tell me if that’s what ur asking for…

Ljubisa B.
tagDiv Member

Hello, thanks for great Posting hir, with you suport have great Google speedtest result. THX again.

http://awesomescreenshot.com/0173jn0ce2
and
http://awesomescreenshot.com/0113jn1l63

Lucian
tagDiv Staff

Hi,

Have you tried adding the blockquotes using this shortcodes: http://screencast.com/t/AnwvWMYYLXG I’m not sure how you would want the blockquotes to appear.
You could use css to align the left the text and if you use child theme and don’t want to use custom css field from theme panel you can edit the style.css file and add it there.

Thanks

maxishere
Participant
#0

Hello,

How can I make the text on blockquotes align to the left, rather than centre please?

I am using a Newspaper as a child theme, and would rather not use the ‘Custom CSS’ option in the Theme Panel (which I haven’t been able to get working with this anyway!) as that renders the CSS after the page load.

Many thanks.

Max

skykid
tagDiv Member

Thank you. That worked !

Lucian
tagDiv Staff

Hi,

Use the class .home so that the background will apply only to thew homepage: http://screencast.com/t/kVHRHXRbh

.home .td-page-wrap {
background-color: #4b4b4b !important;
}

Thanks

Lucian
tagDiv Staff

Hi,

The plugins needs to have access to internet in order to work, make sure that your firewall isn’t blocking it’s access.

Thanks

Lucian
tagDiv Staff

Hi,

This usually appears because the server security module blocks the access to admin-ajax.php file. Try to verify the console for error while saving the settings on the Theme Panel, usually it displays a 403 or 404 error.
Contact your server administrator and explain the situation, as it’s requested many times during the a save the file it’s treated as threat so it’s banned. You can report false positives to your server administrator to remove it from the banned list.

Thanks

Lucian
tagDiv Staff

Hi,

Replace the content of the td_module_9.php file: http://screencast.com/t/EQ5cxoQO1x with this code: http://pastebin.com/uUYdaNL6
Should look like this: http://screencast.com/t/JpxysdaFfa

Thanks

Lucian
tagDiv Staff

Hi,

Please replace the content of td_block_mega_menu.php file with this code: http://pastebin.com/aSh7af2N like this: http://screencast.com/t/TnVUpRpxY3
Hope this helps, please let me know!

Thanks

simchris
tagDiv Member

We had good luck with Amazon’s CDN; but in our case we have a very powerful brand new web server, dedicated switch in class A datacenter, so we’re finding a “balance” of what to use the CDN for. In our case, in process of migrating everything to https/SSL so right now we’re loading everything locally.

Obviously, for any website, it’s very much a trial and error process. 🙂

Steven
tagDiv Member

@davistar OMG i did not even know that was there,lol now i can see the block 10

How would people know that you had to go in the “Visual Composer Settings” and then click on User groups access rules to see those features…if you did not let us know that i guess some of us will be still wondering..thx for the tip..

davistar
tagDiv Member

Hello, activating block 10 from here worked for me:

http://screencast.com/t/5y6IQluOnn

skykid
tagDiv Member

Actually I am using already an image for background of the theme. What I wanted was more inbetween the block of content. Found some ideas in this topic : https://forum.tagdiv.com/topic/changing-full-background-color/ however the CSS it suggested got the color not only around the articles as I wanted on the home page but also as background of each single article from within the site

Thanks

betterretailing
tagDiv Member

@Lucian

So when you say

We plan to rebuild the frontend in the future (next 2-3 months) and we had to make this move. We also plan to build a plugin that adds the removed section for users who need it. A temporary

Does that mean that you will be bringing this feature back in a few months time?

If you’re not going to bring this feature back I’m going to be stuck on a version of the them that is gradually going out of date…

Lucian
tagDiv Staff

Hi,

I can assure you that it isn’t happening, all files are there.
Please make sure that you have followed the steps I have mentioned above and also if you use CDN purge files, this may deliver old content and generate this issue.
If nothing works please send an e-mail at contact@tagdiv.com so we can check and provide wp-admin user and pass, also specify your issues details.

Thanks

srikanth
tagDiv Member

In my case when i the Plugin speed booster Plugin is active its using this .js file

Newspaper/js/min/site.min.js?ver=4.3′

In normal condition its using this /.js file

Newspaper/js/full_compact/site.js?ver=4.3′

Any help ..??

doran
Participant
#0

What should I do to show the category in block like this?
http://prntscr.com/4pildn

Lucian
tagDiv Staff

Hi,

Replace the code from menu-header.php file with this one: http://pastebin.com/5C9Nz1wD This will make the menu full width and remove the header search.
Regarding the header background image, use this custom css in theme panel > custom css: http://screencast.com/t/fv08Lf8eN

.td-boxed-layout .td-logo-rec-wrap, .td-boxed-layout .td-affix .td-logo-rec-wrap, .td-full-logo {
background: url('https://encrypted-tbn3.gstatic.com/images?q=tbn:ANd9GcS1snmw3W4bY_-Lpbd_am2QprWg5D5H10CR0IQOZa9AsHV6z3h1iw') !important;
}

Replace https://encrypted-tbn3.gstatic.com/images?q=tbn:ANd9GcS1snmw3W4bY_-Lpbd_am2QprWg5D5H10CR0IQOZa9AsHV6z3h1iw with the URL of the image you want to add as a header background.
For the other matter you can use module 7 layout or send an e-mail at contact@tagdiv.com with an request for an tutorial on how to build a custom block.

Thanks

  • This reply was modified 11 years by Lucian.
  • This reply was modified 11 years by Lucian.
Gee95
tagDiv Member

I removed CloudFlare and brought a CDN for WordPress 🙂

Lucian
tagDiv Staff

Hi,

You can use the do_shortcode() function and add the ‘code A’ on the category template and use a condition like this to show it only if it’s a specify category using this method: https://forum.tagdiv.com/topic/block-widget-to-appear-in-one-category/#post-21306
You can do the same for the ‘code B’ which you want on other categories.
And use the method I suggested above using Advanced Custom Fields plugin to display ‘code B’ and/or ‘code A’ on posts template.
If you can’t manage to do this alone we recommend you to hire a freelancer to do it for you.

Thanks

Lucian
tagDiv Staff

Hi,

To answer to your first question what you can do is to change the background color or use a background image, you can set this from theme panel: http://screencast.com/t/G5puf7Qas
Unfortunately the theme doesn’t have feature like that, you can try to find a plugin to display a category bar or something like that or hire freelancer to do it for you.

Thanks

Lucian
tagDiv Staff

Hi,

The theme doesn’t have a feature like that and you will need custom work to do this and we cannot provide any type of custom work at this time as we are working hard in development, updates and support. If you don’t have any basic php/html/css knowledge and can’t managed this alone we recommend you hire a developer to do this for you or you can try to find a plugin that dose that.
You can also send an e-mail at contact@tagdiv.com and we will send send you a tutorial on how to build an custom block, specify this in your message subject.

Thanks

Shashank Shekhar
tagDiv Member

@tcdraper the the image optimization sucks! We can not ruin the quality of images at all. After such optimization (manual + smush it + image quality 50 in wordpress) the warning still comes. And I’m also facing issues with render blocking css!

tcdraper
tagDiv Member

I’ve got a few questions on Pagespeed that hopefully some of you can answer.

1 – I’m trying to figure out the best way to improve my server response time. It varies anywhere from 0.4 seconds to 0.8 seconds. I upgraded to a Liquidweb SSD VPS with 3 GB of RAM hoping that would take care of it, but it didn’t – it made it through a heavy day of 30,000+ pageviews, but I still can’t seem to get the response time down. I’ve disabled plugins, but to no avail.

2 – I’m running W3 Total Cache along with Tagdiv speedbooster, and I am still getting the render-blocking CSS and Javascript errors. I’m assuming I can edit the plugin file to get rid of these, correct?

3 – I have a pagespeed score of 61 on one of my posts and I believe it’s related to all of the calls to fetch Gravatars for comments. On a page with few comments, the pagespeed score increases. Here’s a screenshot:

Lots of comments (Pagespeed Link):

Few comments (Pagespeed Link):

I would think that the only difference here is all of the external calls to Gravatar. It seems like there has to be a better way to display 200 blank images rather than calling 200 separate URL’s to obtain the same image – Also, Google is complaining that they aren’t “compressed” enough…

Thanks for any help you can offer! I’m hoping to get up to at least upper 70’s or 80 on mobile. I have Adsense, Google Analytics, and Piwik Analytics going so I know that will prevent me from getting too high.

Viewing 25 results - 37,976 through 38,000 (of 39,816 total)