Search Results for 'child theme'

Results from the Forum
Bogdan B.
tagDiv Staff

Hello,

This could be a plugin conflict so please disable all plugins except visual composer, clear cache and reset cdn files if you use it. Please also check any custom code you might have added to the theme panel or the theme files. If you use a child theme, please switch to the main theme to make sure it does not affect the proper functionality of the theme.

Thank you!

Bogdan B.
tagDiv Staff

Hi Mark,

You should also check for plugins as this is a very common issue when there is an incompatible plugin with the theme. The theme js is the first to break. The correct steps for debugging such an issue is to disable all plugins except visual composer, clear cache and reset cdn files if you use it. Please also check any custom code you might have added to the theme panel or the theme files. If you use a child theme, please switch to the main theme to make sure it does not affect the proper functionality of the theme.

I hope this helps.
Thanks.

Simion C.
tagDiv Staff

Hi,

This could be a plugin conflict so please disable all plugins except Visual Composer, clear cache and reset cdn files if you use it. Please also check any custom code you might have added to the theme panel or the theme files. If you use a child theme, please switch to the main theme to make sure it does not affect the proper functionality of the theme.

Thanks

Simion C.
tagDiv Staff

Hi,

This must of happened due to changes in the last update, you can try this code and see if it works for you, just enter it in Theme Panel->Custom Css

.page-template-page-pagebuilder-title .wpb_text_column :last-child .block-title span{
margin-bottom: 0;
}

Alternatively you could get the same result as you are now, using a Raw HTML above your Text block like this – http://screencast.com/t/hFweuysfQhttp://screencast.com/t/BXLTO5jEQ0 This is the code for the style that goes in the Raw HTML

<h4 class="block-title" style="border-color: #595959;"><span style="margin-right: 0; background-color: #595959;">DON'T MISS</span></h4>

And this is the result – http://screencast.com/t/gNqVfbOR

Thanks

Simion C.
tagDiv Staff

Hi,

If you are using a child-theme this could affect the functionality so try switching to the main theme. Also disable all the plugins except Visual Composer and clear the cache. Hope this helps

Thanks

Bogdan B.
tagDiv Staff

Hello,

It’s the latest visual composer update, not the theme update that changed the css for the elements.
Please use this code:
.wpb_text_column:last-child, .wpb_text_column p:last-child{
margin-bottom: 0!important;
}

As for the icons, please use font awesome 4 menus to insert icons inside the menu items.

Thank you!

Bogdan B.
tagDiv Staff

Hello,

This could be a plugin conflict so please disable all plugins except visual composer, clear cache and reset cdn files if you use it. Please also check any custom code you might have added to the theme panel or the theme files. If you use a child theme, please switch to the main theme to make sure it does not affect the proper functionality of the theme.

Thank you!

Bogdan B.
tagDiv Staff

Hello,

This could be a plugin conflict so please disable all plugins except visual composer, clear cache and reset cdn files if you use it. Please also check any custom code you might have added to the theme panel or the theme files. If you use a child theme, please switch to the main theme to make sure it does not affect the proper functionality of the theme.
If you still cannot get the default sidebar to work, please contact us on our email address at contact@tagdiv.com and provide a link to your site and wp-admin (login information and admin rights) so we can login and investigate. Please also include a link to this topic so we can identify you.

Thank you!

Bogdan B.
tagDiv Staff

Hello,

This could be a plugin conflict so please disable all plugins except visual composer, clear cache and reset cdn files if you use it. Please also check any custom code you might have added to the theme panel or the theme files. If you use a child theme, please switch to the main theme to make sure it does not affect the proper functionality of the theme.

Thank you!

Bogdan B.
tagDiv Staff

Hello,

This is a strange issue. We have no such reports of any error that breaks a site at specific hours.
This could be a plugin conflict so please disable all plugins except visual composer, clear cache and reset cdn files if you use it. Please also check any custom code you might have added to the theme panel or the theme files. If you use a child theme, please switch to the main theme to make sure it does not affect the proper functionality of the theme.

Thank you!

meceware
tagDiv Member

Hi,

I would recommend two things on this matter.

1. You guys could give an option for it at theme settings.

2. No option given with theme but minimized styles are given as well at the theme directory (not by default), at the child theme we could choose which stylesheet to include.

Emil G
tagDiv Staff

Hi,

Not sure where that comes from, it can be from the theme itself as a custom modification. Did you modified the theme style.css file?
It can come from Theme Panel -> Custom Code or from a child theme.
If you can’t find it please provide the site url so we can take a look.

Thank you!

truth
tagDiv Member

Hello again,
so after customizing other parts of the theme I’ve noticed the title of all the posts were hidden. Inspecting, I’ve found the (wrong) rule causing the problem is the one I mentioned before:
.td-post-template-default .td-post-title{
display:none;}

After the inspection I checked the Custom CSS section of the Theme panel but the only (correct) rule there was the one you suggested me:
.single .td-post-views{
display:none!important;
}

Since the child-theme CSS is without any CSS rule, I don’t understand where this rule could be. Any idea?

As a temporary solution I’ve inserted the following rule in the Custom CSS section:
.td-post-template-default .td-post-title{
display:inherit!important;
}

Sorry for bothering you again.

Alin [tagDiv]
tagDiv Staff

Hi,

I suggest to disable all your plugins except Visual Composer, disable any css/js minifications, clear all your caches and purge your files if you use CDN and see how it goes.
Also if you use child theme please switch to the main theme.

Thanks!

Bogdan B.
tagDiv Staff

Hello,

This could be a plugin conflict so please disable all plugins except visual composer, clear cache and reset cdn files if you use it. Please also check any custom code you might have added to the theme panel or the theme files. If you use a child theme, please switch to the main theme to make sure it does not affect the proper functionality of the theme.

If you still have trouble with the mobile theme please contact us on our email address at contact@tagdiv.com and provide a link to your site and wp-admin (login information and admin rights) so we can login and investigate. Please also include a link to this conversation.

Thanks.

Thank you!

Catalin
tagDiv Staff

Hello WalnutHillDesign,

Please check our documentation regarding on child theme support here -> https://forum.tagdiv.com/the-child-theme-support-tutorial/, and there you will find which type of files are overwritten in the child theme and which not. As you can see, the td_config.php is not overwritten in the child theme and unfortunately, it does not exist any other way in this regard, sorry!

Thanks for your understanding!

di_aeiou
tagDiv Member

Hello Catalin,
We already tried clearing the caches and we also tried keeping only the theme and plugins from the bundle but the end result was the same, those blocks seem to have changed :/

We ran a diff between 7.5 and 7.6 of the theme, and we can confirm what you said, but in this case between 7.4 and 7.5 every template file changed to include the
$td_column_number = td_global::vc_get_column_number(); // get the column width of the block from the page builder API
instead of
$td_column_number = td_util::vc_get_column_number(); // get the column width of the block from the page builder API

We even removed the child theme and the problem persists :/
Thanks in advance

  • This reply was modified 9 years by di_aeiou.
WalnutHillDesign
Participant
#0

I’m adding a custom sorting option to the block/big grid code.

To add it to the drop down list in the editor, the option value needs to be added to the sort array in this section of td_config.php around line 11275. This file will not override in child theme so is there a way to use a hook in functions.php to just add this value?

static function get_map_filter_array ($group = ‘Filter’) {
array(
“param_name” => “sort”,
“type” => “dropdown”,
“value” => array (
‘- Latest -‘ => ”,
‘Oldest posts’ => ‘oldest_posts’,
‘Alphabetical A -> Z’ => ‘alphabetical_order’,
‘Popular (all time)’ => ‘popular’,
‘Popular (jetpack + stats module requiered) Does not work with other settings/pagination’ => ‘jetpack_popular_2’,
‘Popular (last 7 days) – theme counter (enable from panel)’ => ‘popular7’,
‘Featured’ => ‘featured’,
‘Highest rated (reviews)’ => ‘review_high’,
‘Random Posts’ => ‘random_posts’,
‘Random posts Today’ => ‘random_today’ ,
‘Random posts from last 7 Day’ => ‘random_7_day’ ,
‘On This Day’ => ‘on_this_day’,
‘Most Commented’ => ‘comment_count’
),

Thanks.

Bogdan B.
tagDiv Staff

The files that are changed ion the current version. You will have to look at the list of modified files you can find in the main theme package: http://screencast.com/t/JfyGJUlCLT
and if any of your files from the child theme is present on that list, it means you have to replace it with the new file
Thank you!

22p
tagDiv Member

Hi, i see it: https://forum.tagdiv.com/topic/setting-up-child-theme/#post-139087
Yes, we need update also the child theme but it’s 3 files:

– functions.php
– screenshot.png
– style.css

What in detail need to be update?
Thanks!

Afterglow
tagDiv Member

Hi,

Thanks for your response, and while the code you sent fixed the issue (thank you), I have to say my sevlievo.com custom CSS was identical to that of velikotarnovo.com (until I added your code to the former), so the problem must be somewhere else. Could the reason be that the theme for sevlievo.com was purchased a few days ago, and that for velikotarnovo.com a couple of months ago?

In addition, that same line of the Top menu is a bit too far to the left, compared again to velikotarnovo.com. How can I fix that?

The original custom CSS I have for velikotarnovo.com is below:


@media
(min-width:1021px){.td-header-style-1 .td-header-row {
width: 1023px;
margin-left: auto;
margin-right: auto;
}
}

@media
(max-width:1021px){.td-header-style-1 .td-header-row {
width: 1023px;
margin-left: auto;
margin-right: auto;
}
}
.td-header-menu-wrap {
background-color: #000;
min-height: 48px;
}
.td-header-style-1 .td-header-row {
width: 1030px;
margin-left: auto;
margin-right: auto;
}
.td-header-sp-logo {
width: 272px;
float: left;
position: relative;
margin-left: 0;
margin-bottom: 8px;
margin-top: 8px;
}
.td-header-sp-rec {
float: right;
margin-bottom: 8px;
margin-top: 8px;
width: 728px;
position: relative;
}

@media
(min-width: 768px) {
#td-top-search {
position: absolute!important;
top: 10%;
}
}
.td-header-container {
width: 100%;
}

@media
(min-width: 768px) {
#td-top-search {
margin-top: 0!important;
position: inherit;
display: inline-block}
}
.td-header-menu-wrap:before {
background-color: #c00000;
content: “”;
display: block;
height: 4px;
}
.td-header-border:before {
height: 0;
}
.td-trending-now-wrapper {
background-color: #FFFF00;
height: auto!important;
}
.td-container-border > .td-pb-row:first-child .wpb_wrapper .td_block_wrap:nth-of-type(1) {
background-color: #FFFFFF;
}

@media
(max-width: 768px){
.td-header-sp-rec,
.td-header-style-1 .td-header-row {
width: 100%!important;
}
.td-main-menu-logo img{
width: 75%;
}
}

@media
(max-width: 768px){
.td-main-menu-logo img {
width: initial!important;
}
}

Bogdan B.
tagDiv Staff

This could be a plugin conflict so please disable all plugins except visual composer, clear cache and reset cdn files if you use it. Please also check any custom code you might have added to the theme panel or the theme files. If you use a child theme, please switch to the main theme to make sure it does not affect the proper functionality of the theme.

Thank you!

Bogdan B.
tagDiv Staff

Hi,

Sorry but the mobile theme plugin does not have child theme support for the moment. The child theme is only available for the main theme. We will work on this on future releases and improve our child theme support.

Thank you for your understanding.

22p
tagDiv Member

Sorry, what is the best way to update the child theme? There is no mention in the documentation!

Bogdan B.
tagDiv Staff

Unfortunately there is no update proof way of altering the plugin. sorry. You will have to create back-ups of your modification and if the mobile theme plugin gets updated you will have to re-add the modification.
There is no update proof way of altering any file whether it;s a theme file or a plugin file. A child theme does not help much as well. That needs updating as well.

The file you must edit to replace the comments is: http://screencast.com/t/mcalsLhl8q

Thank you!

Viewing 25 results - 10,251 through 10,275 (of 12,866 total)