Search Results for 'block'

Results from the Forum
Catalin
tagDiv Staff

Hello Sibienii,

Am verificat din nou site-ul dumneavoastra si am constatat ca daca folositi http://www.absport.ro/ nu este nici un caracter ciudat iar daca nu folositi www apar aceste caractere http://absport.ro/ . Aceasta este o eroare cauzata de CDN. Trebuie sa introduceti codul de mai jos in fisierul dumneavoastra htaccess chiar la inceput si problema aceasta ar trebui sa dispara.

<IfModule mod_headers.c>
Header add Access-Control-Allow-Origin “*”

# BEGIN WordPress

RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>

Pentru mai multe informatii despre aceasta eroare, va rog sa consultati si acest link -> http://webmasters.stackexchange.com/questions/71630/font-blocked-from-loading-by-cross-origin-resource-sharing-policy-no-access-co

Am gasit blocul 14 pe site-ul dumneavoastra, l-am inspectat si mi se pare cam ciudat cum este el adaugat acolo…folositi ceva plugin? Daca doriti sa aveti o imagine de fundal sau o alta culoare, acestea le puteti seta din Visual Composer asa -> http://screencast.com/t/IqlSjw9Jhwmh Eu am testat la mine si totul functioneaza conform asteptarilor, adica asa -> http://screencast.com/t/Tm1bkZTHkarp

Sper ca va ajuta sfaturile mele de mai sus!

Multumesc pentru mesaj si va doresc o si frumoasa in continuare!

Bogdan B.
tagDiv Staff

Hello,

Unfortunately this error could come from a big number of problems. It is a general error and we cannot pin point it to a specific thing. I believe it happens due to a server configuration which is not responding, it could be due to a delay or it could also be a temporary issue so you can try this a few times and if you still get this error please contact your host provider and let him know about this, ask them to unblock our demo in order to retrieve the theme data. It could also happen due to your wp install or other plugins might also cause this. Also make sure that your permission for the upload folder are set correct. You can check this by trying to upload an image in media library. If the process succeeds then the permission are ok. If not you can use the c-panel to change permissions (set them to 777) or if you do not have access to the cpanel, please contact your hosting provider.
If you still cannot manage to install the demo, please send an email at contact@tagdiv.com and proivide wp-admin so we can take a look. please also provide a link to this topic.

Thank you!

newsguy
tagDiv Member

I want to change the Block predefined styles on this page from red to grey

http://topic.ie/election2016/

Thanks.

Andrei L.
tagDiv Member

Hi

Try this css in theme panel > custom code > custom css:

.td_block_big_grid_4 .td-post-date{
display: none;
}

Thanks!

Chris81
Participant
#0

Hello!

I don’t understand how can I change the font in Pagebuilder mode.
If I add a text block It loads the correct font only if i set paragraph text, when I change in title (H1, H2, H3) the font is another and I can’t find where change these.

I tried with the “Custom Heading” in Visual Composer but my google font there isn’t in list. How can I add It?

Thank you for your help.

http://www.screencast.com/t/2lGZjTkn
http://www.screencast.com/t/e3j3K3FiA7U

hkgirl11
tagDiv Member

Thanks for doing that.

I tried in two browsers and cleared any cache – here are the issues

1. the categories at the top did not appear the first 5 times I looked at it (I kept refreshing every minute to see them). They finally appeared. The question is why don’t they appear 99% of the time I test this feature on any browser?

2. Making specific categories display (instead of all) does not work – the block displays all possible categories. Can you test this feature?

lospicos
tagDiv Member

I am doing an audit on developper tools of chrome.

As a result i have these.
audit

in the put css in the document head part i have these css files ;
1 – https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,400,600,700&ver=6.6.3
2 – https://fonts.googleapis.com/css?family=Roboto:500,400italic,700,500italic,400,300&ver=6.6.3
3 – https://www.estambul.net/wp-content/plugins/contact-form-7/includes/css/styles.css?ver=6.6.3
4 – https://www.estambul.net/wp-content/plugins/font-awesome-4-menus/css/font-awesome.min.css?ver=6.6.3

I understand that last two comes from plugin.

Another thing i have

Optimize the order of styles and scripts (4)
The following external CSS files were included after an external JavaScript file in the document head. To ensure CSS files are downloaded in parallel, always include external CSS before external JavaScript.
js_composer.min.css
style.css
2 inline script blocks were found in the head between an external CSS file and another resource. To allow parallel downloading, move the inline script before the external CSS file, or after the next resource.

I hope it clears my question.

Bogdan B.
tagDiv Staff

Hello,

I have accessed your website again and have recreated a block 1 as you have it set on one of the test pages. It seems to work 100% with just visual composer active. Please check this page to see the results:
http://newsite.jumpstartmag.com/tagdiv-test/

Thank you!

Sibienii
tagDiv Member

Print screen-urile pentru sbsport:
Desktop: http://www.screencast.com/users/Sibienii/folders/TagDiv/media/b4a44bb3-10f8-4fd6-9828-160eec69526e
Mobil: http://www.screencast.com/users/Sibienii/folders/TagDiv/media/c49e8ae8-b0b4-4b5e-ab0c-c139dfa7b9e8
Mobil footer social: http://www.screencast.com/users/Sibienii/folders/TagDiv/media/cf30487c-0642-4437-82b2-5ef1e7f3e75d

Daca se poate, pentru TD Block 14, ideea de a adauga un image background in locul celui existent (ca si culoare), incercam codul urmator dar nu apare pe toata suprafata block-ului. (http://www.absport.ro – undeva la jumatatea paginii – sub categoria de bascket)

.td_block_14 {
background-image:url("http://www.absport.ro/wp-content/uploads/2016/01/header.png");
width:100%;
height:100%;
position:relative;
}
Bogdan B.
tagDiv Staff

Hello,

Please try this custom css to change the hover color:
.td_block_5 .td_module_wrap:hover .entry-title a{
color:red!important
}

Thank you!

Bogdan B.
tagDiv Staff

Hello,
You can follow this guide from google itself: https://developers.google.com/speed/docs/insights/BlockingJS
And you can also find external sources for this topic: http://www.laplacef.com/2014/05/24/how-to-defer-parsing-javascript-in-wordpress/
Thank you!

newsguy
Participant
#0

Can I assign different Block predefined style to different pages? I need one of my pages to have a different theme color to the rest of my pages. Thanks.

Catalin
tagDiv Staff

Hello renai42,

I have checked your website and I notice that you have an empty paragraph in your article, like this -> http://screencast.com/t/vrJzIhfAisLB You can re-edit your article from the panel and remove this paragraph or you can try a bit of CSS and add it in Theme panel, like this -> http://screencast.com/t/ubZbTkEHjXZ

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

The result -> http://screencast.com/t/rR30cQmn

Hope this helps and let us know how it goes!

Thank you for the message!

Bogdan B.
tagDiv Staff

Hello,

You can use the author box shortcode from visual composer: and only insert it in the posts you want it to display in text mode: [td_block_authors]
If this is not what you mean, and you want to remove the author name and only show it on certain posts, then the theme has no option for it. You will have to find a plugin that has this functionality I’m afraid.

Thank you!

Andrei L.
tagDiv Member

Hi

I can’t access the indicated url: http://screencast.com/t/oui5lugP
You need to edit the editor-style.css file and change the indicated value http://screencast.com/t/hfrc6h4a also you can at your own css to style the blockquote

Thanks!

Bogdan B.
tagDiv Staff

Hello,

Unfortunately we cannot create your website for you. We can provide information and can help you achieve your goals but you are the one that has to apply them. In the replies above you can find all the information needed for this task. i will show you again step by step how to make a homepage with infinite loading:
1: Create a new page
2: add a block to it: http://screencast.com/t/rdVBx7npL
3: In the settings tab that appears on screen, add a title to your block if you want, then set the post limit: http://screencast.com/t/nCLC1yHPk (i set mnine to 10, but you can set it to any number.)
4: From the same window select the pagination tab and select infinite load: http://screencast.com/t/nkoZe1XzkO
5: Once you are done with your page, you have to set it as homepage in WP settings here: http://screencast.com/t/04Of254oUz

I hope this helps.
Thank you!

Bogdan B.
tagDiv Staff

Hello,

I tested the filter again and it works as expected: http://screencast.com/t/2B69qFr2Okh
Please make sure you get the correct category id: http://screencast.com/t/c8iyl0MFKvos and filter the block like so: http://screencast.com/t/8a3kgUiMLbPm
(filter and ajax filter are 2 different things. People tend o mix these 2 up)
You can read more about block settings here: https://forum.tagdiv.com/block-settings-tutorial/

Thank you!

Shvedoff
tagDiv Member

Please take a look on the main page of this web site: http://drive-news.net/
http://prntscr.com/9pwjfz

This is costom css I used to change row backgroung:

.mainpage-bottom-block {
background-color: #ececec;
}

And I changed Title background for Block 5 to the same color as background.

  • This reply was modified 10 years by Shvedoff.
Bogdan B.
tagDiv Staff

Hi,
In this case you will have to identify the plugin that creates the issue. Activate them one at a time and check your block after each plugin you activate to find the culprit. Then simply remove it and find a replacement for it.
Thank you!

Catalin
tagDiv Staff

Hello doran,

Indeed, our theme crop (cut) thumbnails in some cases to avoid creating a lot of thumbnails in order to reduce to load more spaces on the server. I did some investigation on my side and I did a little digging into this matter. Please try to use a bit of CSS this matter

.td_block_big_grid_1 .td_module_mx5 img {
transform: translate(0px,-45px);
}

Hope this helps and let us know how it goes!

Thank you for the message and sorry for the inconvenience!

Amit
tagDiv Member

How to remove?

Remove render-blocking JavaScript:
http://www.snaxzer.com/…-includes/js/jquery/jquery.js?ver=1.11.3
http://www.snaxzer.com/…s/jquery/jquery-migrate.min.js?ver=1.2.1

I am not getting corresponding id for above two js

Sekki
Participant
#0

Hello,

I have a problem on Mobile Phones pictures we are not displayed and can not be clicked on the menu, the same as java script blocked. if you can see what the problem is site: http://www.sandzakhaber.net

madeyoulookstudio
Participant
#0

On our posts we are using the Style 7 Post template which requires a large image. When we upload a new image an error pops up. After we have tried resizing/compressing the quality of the image, it still gives us an error and we are not able to set the image. If we exit that menu an reopen it, the image appears as a gray image but then we are able to set it. Once we set it the image appears on the post as it should but fails to appear as a featured picture in the blocks on our home page.

Here is the home page:
http://azoutdoormagazine.com/dev/

and the post page:
http://azoutdoormagazine.com/dev/corks-and-cactus/

eduardopfreire
Participant
#0

I have tried everything but couldn’t change the Font Excerpt of the first post (big one) on Block 1. Please give me a light. http://www.teczip.com.br (MAIS LIDAS DA SEMANA section).

consafo
Participant
#0

I’m using Block 11 four our news blog. I’d like to filter out our “featured” post category since those sit at the top of the site and some I keep permanently there.

I tried filter using -2 (2 is the category id) but it doesn’t work.

I can provide login info as needed, but didn’t want to include it on a public forum.

Viewing 25 results - 32,326 through 32,350 (of 39,816 total)