Home User profile
tagDiv Member
This user did not write anything. So we are just showing here some random text to make the profile page look nice :)
hasgerdas
tagDiv Member

I am talking about visual composer specifically grid builder.
Nothing related to post or page builders.

Your answers are related to general theme functionality, which was not in question.
Please check Visual Composer – Grid Builder; it has lots of problems.

hasgerdas
tagDiv Member

Perfect – works like a charm!
Probably this is a bug, please note for further releases.

Thank you for your help.

hasgerdas
tagDiv Member

Hi,
I did as you suggested, title changes well but excerpt still remains unchanged 🙁
It uses the default font, no matter I do.
Any other thoughts?

hasgerdas
tagDiv Member

Sorry man, but you aren’t referring to the same place.
Now follow me, OK?

Login to WordPress admin area, on the left side of the panel, there is a place called Visual Composer.
Now take your cursor there and you will see a section called Grid Builder…

These grids are different from your theme’s grid blocks or other sliders.
They are used to customize VC related Post Grids, Media Grids, Post Masonry Grids or others post related structures.

Are we on the same page now?

hasgerdas
tagDiv Member

Hi Catalin,
Sorry, I needed to be more specific I guess.

I was talking about changing fonts at Grid Builder for Visual Composer!
Please check Grid Builder section for visual composer and you will see that you can build your own grids for use on website. You can customise colours, fonts, sizes etc.
There is an option to use Google fonts but although I change them, they aren’t reflected at site.

I am using visual composer at other sites as well and I never see this issue elsewhere.
Can you check it please?
Best

hasgerdas
tagDiv Member

Thank you for your fast reply; this is a really trending feature – would like to have it in next updates.
In the mean time, do you have any plugin suggestion for this?

hasgerdas
tagDiv Member

No new plugins were installed before the update.
However, I disabled BWP Minify’s auto-minify for JS option – and it is now fixed.

This is of course not desirable, I guess this is something to do with new Java implementation of yours.
Which JS component should we ignore to overcome this issue, instead of disabling all minification?

hasgerdas
tagDiv Member

Hi,
Thank you for your idiot based explanation but it didn’t help really.

All customizations are based on child theme and custom CSS only.
Regarding plugins, here is the complete list. I don’t think I am using any fantasy plugins – they are all what we are using in many of our projects.

I don’t really know how disabling plugins will help as this is not something we can observe before it happens.
If we disable plugins AND wait if it will happen again, we will not have a working site, this is not a useful solution, sorry.

So, my question is, do you foresee any reasons why it could have happened based on the plugin and theme combination?

Adminimize
Better WordPress Minify
Contact Form 7
Duplicate / Clone Pages and Posts
Font Awesome 4 Menus
Google Analytics Dashboard for WP
NextScripts: Social Networks Auto-Poster
Photo Gallery
Regenerate Thumbnails
tagDiv Social Counter
tagDiv Speed Booster
User Role Editor
Visual Composer Extensions All In One
WhatsApp Share Button
WP Smush
WP Super Cache
WPBakery Visual Composer
Yoast SEO

hasgerdas
tagDiv Member

Hi all,
Here’s what I did step by step to add a custom Whatsapp button:

1. Created a child theme, added an includes/module directory
2. Copied td_module_single.php file from theme’s original location (/wp-content/themes/Newspaper/includes/modules/td_module_single.php)
3. Added FA awesome menu plugin
4. I wanted to keep pinterest but you can delete as well. So, I kept pinterest and below that, I added the following code (before closing div):

<i class=”fa fa-whatsapp fa-lg”></i>

5. Go to custom css area of your theme panel, and add these:

.td-social-whatsapp {
background-color: #60b82d;
}

.td-social-whatsapp .td-icon-whatsapp {
font-size: 24px;
position: relative;
top: 2px;
left: 1px;
}

.td-social-pinterest {
margin-right:8px;
}


@media
(min-width: 787px){
.td-social-whatsapp {
display: none !important;
}

6. Voila! Now you see Whatsapp icon only on tablets and mobile – don’t worry if you don’t see it on your desktop.

Good luck

hasgerdas
tagDiv Member

I think the solution above doesn’t work anymore – it seems obsolete.
Could you please share the new place to put the code?

http://screencast.com/t/gMF05PywvYTv

Viewing 10 posts - 1 through 10 (of 10 total)