Search Results for 'block'

Results from the Forum
Ingente
Participant
#0

Hi, I want to add Bock 15 next to my header, I’ve tried make it using VC + css but it is not the same. What I want is add php code on header-style-3.php

My website is http://fotomundi.org/

At Home you can look what I want (but it was make whit Visual composer + css), I need make the same but using PHP, because I need Block are on every page and post.

Help 🙁

Daniele
Participant
#0

Hi to everyone,

in the last week I have problem for publishing post and update plugin…

1) When I click on publish for a post, the page is blocked also if the post is then published I have to refresh the page to go on.
When I try to schedule a post, is the same but in this case publishing is failed at the scheduled time. So I cannot schedule any post

2) Updating for all plugin are now failling and I dont know why

Theme is updated and I have not install any new plugin. May you help me?

Many thanks

Daniel

deepti1419
Participant
#0

Hello,
I have installed the demo theme of recipes on my website. I have a problem with the related article and more from author block which comes at the bottom of every post.When I click on related article tab or more from author tab, the background color should be black and the font color should be white.

But, in my website posts, both the background color and font color appear to be black. The font color is only white when I hover over it and it becomes black when I remove my cursor from it. I am not understanding where to change the color of the font to make it look white even when I remove the cursor from it.

Check my website url: http://trendydamsels.com/health-benefits-of-strawberries/ and come to the bottom of the post to see the related article section and suggest me some solution.

Nichips
tagDiv Member

Thanks Bogdan, I have sorted it out. It was actually the ISP, I think they had a firewall which is blocking my server. I had to switch to other ISP and everything worked out fine. Thanks all the same.

soerin89
tagDiv Member

Hi,

Thanks for your reply.
I still have the same problem. I cant save my blocks of the Visual Composer in Newspaper theme.
If I make a new page, it works for a few minutes. After those minutes im not able to save it anymore. De site just doesn’t react on my click.

Ive deleted all my plugins and I Cleared my cache. I also dont use any child themes.
Can you please look at the problem?

Thanks.

kobzeci
Participant
#0

Hi,

Three days ago i’ve purchased and installed Newsmag. Today i received the following mail from dreamhost:

We have recently scanned one or more users on your DreamHost account for
potential security threats. Unfortunately, we found some potential
indications that your website(s) *may* be compromised.

We understand that this may not be the best news you can get. This
notification is intended to help you through the process and serve as
a starting point to assist you in getting your account cleaned and
secured. While we won’t be able to complete these processes for you, if
you have any questions about the items that follow please don’t hesitate
to reply to this email and we will be happy to clarify any points or
offer any further guidance to help you through getting your account back to normal.

The following files/directories had insecure permissions (777), which
have been remediated.

…/doyouknowturkey.com/wp-content/uploads/js_composer

Additionally, the following steps should be taken to ensure password
security.

Change your users password(s) by clicking under the Action Column for
that user in our Web Panel: https://panel.dreamhost.com/index.cgi?tree=users.users
Change your database password(s) by clicking the database username in
our Web Panel: https://panel.dreamhost.com/index.cgi?tree=goodies.mysql
IMPORTANT: You may need to modify your site’s configuration file to
reflect the new password.

Use a complex (8-31 characters) password or passphrase that contains
mixed case letters, numbers, and symbols. You should avoid using
dictionary words (in any language), names, dates, addresses, phone
numbers, etc. as these can potentially be guessed or acquired through
other sources. The username that the password is being used for, or the
domain name/site name the user is attached to should never be included
in any part of the password. Also note that it is a good idea to
periodically change your passwords.
If you have any questions, please reply to this email and we will be
more than happy to assist you with securing your sites.

Please also see https://help.dreamhost.com/hc/en-us/articles/214916918_keeping_your_website_secure

If you have any questions or concerns, you can submit a ticket, open
a LiveChat, or request for phone support here!

I had 4.12.1 version installed.

Now i’ve deleted the plugin but i am not sure what to do with this…?

the-sumerian
Participant
#0

Hi,

I’m using Block 12 with Next Prev ajax pagination. When you click on Next Page pagination button new page is loaded, but you are sill positioned on a bottom of the page where buttons are. Is there any option to automatically scroll user to top of the page when page navigation button is pressed?

Thanks!

seekandpartners
Participant
LinkedIn - topic
#0

Within each article there are blocks with social networks (facebook, google, twitter). I would kindly know if there is the possibility of adding another block of Linkedin? I saw that in the back office there isn’t this option, maybe I can edite some php files?

Thank you

veet1975
tagDiv Member
RTL - reply

Hi,
I know you do not support RTL, but I have a few “little” problems to fix.
1. I have to move “latest cat.” to left – pls see image: http://pictub.club/image/NOxzC
2. Catecory Block in main page float to left pls see image: http://pictub.club/image/N4XZq

And that’s all.
Of course, if you can help.

Best Regards.
Veet

Bogdan B.
tagDiv Staff

Hello,

I’m not sure what the related posts widget is. It does not seem to come from our theme though. Please use theme elements and add a block on your sidebar using our theme widgets for the widgets area of WP. The plugin could not be compatible with the theme.

Thank you!

Bogdan B.
tagDiv Staff

Hello,

Unfortunately you cannot divide a block in 3 separate sections and have each one show posts from a specific category. The theme blocks do not work like that. You can filter multiple categories in the blocks but you cannot add a specific category to a specific section. Please use this guide to filter your blocks: https://forum.tagdiv.com/block-settings-guide/

Thank you!

Catalin
tagDiv Staff

Hello antze,

You can add Blocks with thumbnails everywhere you want in your website. You should only check your editor page and from there you can add above or below element with Visual Composer, like this -> http://screencast.com/t/4F3P1nKzGwze For more information about our Blocks, please consult here -> https://forum.tagdiv.com/block-settings-tutorial/

Hope this helps!

Thaks for the message!

Isak Engström
tagDiv Member

Hi again,

I’ve now found the file “td-config.php” och added some new styles to it. The styles shows correctly in the Format-menu and it ads the correct classes to the content, but the CSS don’t affect the content that it’s applied to.

Any ideas of what’s wrong?

Example ‘three columns’

In td_config:
// columns text
td_api_tinymce_formats::add('td_text_columns',
array(
'title' => 'Text columns'
));
td_api_tinymce_formats::add('td_text_columns_0',
array(
'parent_id' => 'td_text_columns',
'title' => 'two columns',
'block' => 'div',
'classes' => 'td_text_columns_two_cols',
'wrapper' => true,
));
td_api_tinymce_formats::add('td_text_columns_1',
array(
'parent_id' => 'td_text_columns',
'title' => 'three columns',
'block' => 'div',
'classes' => 'td_text_columns_three_cols',
'wrapper' => true,
));

In style.css:
.td_text_columns_three_cols {
-webkit-column-count: 3;
-moz-column-count: 3;
column-count: 3;
-webkit-column-gap: 40px;
-moz-column-gap: 40px;
column-gap: 40px;
-webkit-column-rule-style: solid;
-moz-column-rule-style: solid;
column-rule-style: solid;
-webkit-column-rule-width: 1px;
-moz-column-rule-width: 1px;
column-rule-width: 1px;
-webkit-column-rule-color: #e9e9e9;
-moz-column-rule-color: #e9e9e9;
column-rule-color: #e9e9e9;
margin-bottom: 26px;
}

/ Isak

mw4asbsdev
tagDiv Member

Hi there,

That code hasn’t worked… http://www.screencast.com/t/X4ydDXbLX it has just place the code at the bottom of the page?

But also I only want to remove the About Us title – not the content in the block

Best wishes

Manjeet

innmobisol
tagDiv Member

thx for reply

To do this, please notice that you should make some additional customizations through the code in order to achieve best results. So, as a hint, you should add this function from this -> http://pastebin.com/urYMtqyu to the td_module.php core file, like this -> http://screencast.com/t/YtnkVTRq and then, if you are using module 2 you should make this changes in td_module_2.php, like this -> http://screencast.com/t/yKhWai4NYt and the result you should see here -> http://screencast.com/t/Pcp4yt7YDw

this way not work – result http://imgur.com/a/SnyMf

Bogdan B.
tagDiv Staff

Hello,

If the default blockqote has changed, there may be something affecting it;s css. Please disable all plugins except visual composer, clear cache and reset cdn files if you use it. Then test the quotes again.

Thank you!

Catalin
tagDiv Staff

Hello Sarah,

If you want to display posts of your homepage you should use the Blocks, according to our documentation here -> https://forum.tagdiv.com/block-settings-tutorial/ Also, if you like our Demo, you should install it with content or without content and there you will see what type of Blocks are using, like this -> http://screencast.com/t/jQvyGnDlUn

Thanks for your understanding!

veet1975
Participant
RTL - topic
#0

Hi,
I change a website supports Hebrew (RTL) and I have some problems.
1. I hqave to change “Category Block to RTL-see pls image.http://pictub.club/image/N4XZq
2. Move search block in “main-menu” from right to left and menu to right.
How do i fix this 2 issues?
url:www.lifenews.today

Best Regards,
Veet

Bogdan B.
tagDiv Staff

Hello,

Well it’s best to keep the aspect ratio as close to the grid aspect ratio as possible so your images will not get cropped as much. The grid is almost square but your image is wide Here is a list of thumbnails used by our theme so you can have a general idea of the image sizes that will fit best: https://forum.tagdiv.com/theme-thumbs/
Also please regenerate your thumbs by using this guide: https://forum.tagdiv.com/thumbnails-fix-strange-looking-images-on-blocks/

Thank you!

Catalin
tagDiv Staff

Hello innmobisol,

Unfortunately, our theme does not have any such an option that allows you a way to change the pagination style of for our Block with this style -> http://imgur.com/X2gkBlF, sorry! This type of pagination is available only for Latest Articles module. So, for Block pagination, you should consult the Block Settings according to our documentation here -> https://forum.tagdiv.com/block-settings-guide/

Hope this helps!

Thaks for the message!

Bogdan B.
tagDiv Staff

If you are required to add these elements on posts, then you can try to use visual composer on psots. it is just not recommended. Posts were never meant to have complex elements such as accordions and tabs, but if this is a must, you can try to use it but just keep in mind that some elements could not work as we only tested it on pages. By default our theme does not provide accordions and tabs on posts. We only recommend using the shortcodes and formats I exemplified above. There is no recommended way of adding those elements you want on posts but no one is restricting you into giving it a shot with visual composer elements. You can activate visual composer for posts from the visual composer settings: http://screencast.com/t/vtPDLk5SC6
Just keep in mind that this is not a tested and recommended implementation so if something goes wrong, you should replace the element as we have not tested it and cannot provide implementation methods for blocks that will not work properly on posts.

Thank you for your understanding!

Catalin
tagDiv Staff

Hello jiyef,

Please keep in mind that the Translation feature is fully compatible and tested with the theme and seems to work as properly until now. Unfortunately, more and more users report having this problem with Translation but when we try to see where the problem is on their site, it works. We cannot recreate this issue to our side. Therefore, please provide as many details about your configuration because the reasons that can cause this error are quite different. Also, please try to disable anything else which you think that influence the good functioning of the theme -> Ad Blocker, try the theme on more than one browsers.
Also, you can send us an email at contact@tagdiv.com with your log-in information (wp-admin) so we can take a closer look to your setup page and also, so I will be able to provide a more accurate response. Please provide there the link to this topic so we can quickly identify you.

Thanks for your understanding!

Healthy Maniac
Participant
#0

Hi,

We are using Newspaper theme and want to block ads for certain blog posts. How do we do that?

mirandap
Participant
#0

Hi there, I’ve just had my site set up as per the demo and for the life of me I cannot find any of these three blocks that are set up as part of the demo:
– Latest News (at bottom of home page)
– Hot News (appears in side bar of category pages and blog posts)
– Most Popular (appears in side bar of category pages and blog posts)

I want to be able to change the title colour of these blocks. I would also just like to know where they are (in WordPress, they show in the front end) in case I need to change anything else about them too!

Please use plain language, I have only basic WordPress skills 🙂

Thanks so much, Miranda

lpa_admin
Participant
#0

Hi: I am running two sites, a development site and a production site which I believe to be identical:
Newspaper 7.5
Visual Composer 4.12.1
However on the dev site when I edit a Text Block I get two tabs: Visual and Text. On the production site the editor has no tabs and the editing features are those of the Text editor; the Visual is totally missing.
It is probably a config issue but I can’t find it. Any ideas how to get the full capability of the VC?
Thanks,
Bob

Viewing 25 results - 27,251 through 27,275 (of 39,816 total)