Search Results for 'composer'

Results from the Forum
Vlad S
tagDiv Staff

Hello !

That can be done in tagDiv Composer. Follow our guide here and instead of replacing the logos simply activate the disable h1 button on all the viewports: https://www.youtube.com/watch?v=HXQQygkCCJo&t=1s

Thank you !

Calin
tagDiv Staff

Hi,
Our developers made a fix for the above problem, this will be add in the coming updates. If you need it now, then you need to make the follow changes in theme files.
wp-content/plugins/td-composer/legacy/common/wp_booster/td_util.php then under line 645 you need to ad a code -> https://i.imgur.com/A3Sq7zk.png -> https://i.imgur.com/7Zl9pCS.png
if(empty($extra_icon_fonts)){
$extra_icon_fonts = array();
}

Then you need to go for the second Warning that was before on line 1230, now this will be on line 1232-1233 -> https://i.imgur.com/4jvz4kR.png there add again the above code like this -> https://i.imgur.com/1bSATjC.png
This should fix the problem!
Hope this will help!

Calin
tagDiv Staff

Hi BenFranksWine,
Our developers made a fix for the above problem, this will be add in the coming updates. If you need it now, then you need to make the follow changes in theme files.
wp-content/plugins/td-composer/legacy/common/wp_booster/td_util.php then under line 645 you need to ad a code -> https://i.imgur.com/A3Sq7zk.png -> https://i.imgur.com/7Zl9pCS.png
if(empty($extra_icon_fonts)){
$extra_icon_fonts = array();
}

Then you need to go for the second Warning that was before on line 1230, now this will be on line 1232-1233 -> https://i.imgur.com/4jvz4kR.png there add again the above code like this -> https://i.imgur.com/1bSATjC.png
This should fix the problem!
Hope this will help!

Calin
tagDiv Staff

Hi,
Please try like this
// Preload Newspaper fonts for responsive theme (main theme)
function dns_prefetch_responsive()
{
echo '<link rel="preload" href="https://hastysurf.com/wp-content/themes/Newspaper/images/icons/newspaper.woff?19" as="font">';
echo '<link rel="preload" href="https://hastysurf.com/wp-content/plugins/td-composer/assets/fonts/td-multipurpose/td-multipurpose.ttf" as="font">';
}
add_action( 'wp_head', 'dns_prefetch_responsive', 0 );

Hope this code to work.
Also if you are using a child theme, then the code need to be set in the child theme functions.php
Let me know the results!

LuxuryMarketReview
Participant
#0

1. I have created a mobile page, I copied the contents to look like the same as the desktop version. See the screenshot from Pages:https://prnt.sc/vego43
But, I can not set a separate menu for the Mobile version. I have added a separate menu, but it is displaying the same desktop menu. I also have added a logo for mobile, it is not displaying also. I have not added a logo for desktop, only text logo is set for desktop. If I set a logo for desktop then it is displaying on the mobile.
The two templates(desktop/mobile) are not customizable separately.

2. I want the single post view for mobile as the desktop. I did the same for a single template.
If I try to edit the mobile version by clicking on Single Template – mobile Edit with TD Composer it is displaying the same as the desktop.
But it is displaying some other version for mobiles in the front.

Miroslav Glavić
Participant
#0

You know that green button EDIT WITH COMPOSER when I use a demo? Well…Is there a way to create a homepage without installing a demo? The Green button does not show. Yes I am logged in.

Vlad S
tagDiv Staff

Hello !

Please send us a screenshot of your System Status Tab and make sure that all the requirements are met as you can see here: https://forum.tagdiv.com/requirements-for-newspaper/ ; You will have to first start looking for a plugin conflict. please deactivate ALL plugins except tagDiv ones, also if you are using child theme or cache plugin, deactivate them, clear all cache and try again.

Also you can try and remove and re-install the tagDiv Composer plugin.

Let us know the results.

Thank you !

player1
Participant
#0

Hi,

I’m using WP Super Cache and set up like in the instruction.

But whenever I edit the frontpage using TagDiv Composer, the frontpage of other viewer switch back to the old theme, as follows:

– Wrong theme appear after the edit: https://imgur.com/a/8gjqTRN
– This is the right theme: https://imgur.com/a/6r81sVU

I deleted all the old theme and layouts in the Dashboard, only keep the current one. I believe this is related to the cache because sometimes when I delete the cache or edit something again, it’ll switch back to the right theme.

This is such annoying. Please help me.

Thank you.

CRiTiCAL
Participant
#0

I need to add Author Picture,on Big Grid Flex 1 TagDiv Composer Module

Like this example
https://snipboard.io/bSipCt.jpg

probangla
Participant
#0

By mistake: My header, header menu was deleted while editing with TD Composer. What should I do now?
Screenshot
Probangla Newspaper

whichcamefirst
Participant
#0

Hello,
We’ve updated the Newspaper theme to latest version (10.3.7) including the tagdiv plugins.
After the update there is an issue with the title block.
Some styling set in the tagDiv Composer doesn’t have any effect on the title block.
This is happening especially with the font-weight and text-align properties.
The font-weight is always bold and the align always left regardless of the setting.
Only the last title block has the correct alignment.
We’ve made a test page to see the error:
https://geopoliticalfutures.com/test-title-block/
password: TRAQrF5

Is this a bug? How can we fix this.
Thank you.

golbros
Participant
#0

Hi guys,

your theme is super!

I need one thing, I have a page (using tagDiv Composer) and on this site I have a post loop 2. I need to exclude one category from this loop.

Is there a way to do that? Maybe with a hook?

Thanks!

Calin
tagDiv Staff

Hi,
1. Yes, tagDiv Composer can be use only for pages and cloud templates from tagDiv Cloud Library.
2. Yes, you can display in blocks: posts, page and custom posts type -> https://i.imgur.com/vJZ4idn.png
Thank you!

Calin
tagDiv Staff

Hi KSARANG,
Yes, that code can be set in the main theme, in functions.php at the end of files, the file path is wp-content/plugins/td-composer/legacy/Newspaper/functions.php
Let me know the results!

Calin
tagDiv Staff

Hi,
Yes, that the thing is that tagdiv Composer plugin is the core of theme, without this plugin, Newspaper is a normal/free WordPress theme.
Please check the following topics from here
-> https://www.lifewire.com/503-service-unavailable-explained-2622940
-> http://www.wpbeginner.com/wp-tutorials/how-to-fix-503-service-unavailable-error-in-wordpress/
-> https://www.hostinger.com/tutorials/fix-503-service-unavailable-error-in-wordpress/

Hope this will help you!
Let me know the results!

aassi
tagDiv Member

Same here: https://prnt.sc/ve37r3

>> You will have to first start looking for a plugin conflict. please deactivate ALL plugins except tagDiv ones
Done. Problem persists.

>> also if you are using child theme or cache plugin, deactivate them, clear all cache and try again.
Done. Problem persists.

>> Also you can try and remove and re-install the tagDiv Composer plugin.
Done. Problem persists.

  • This reply was modified 5 years by aassi.
Vlad S
tagDiv Staff

Hello !

Please send us a screenshot of your System Status Tab and make sure that all the requirements are met as you can see here: https://forum.tagdiv.com/requirements-for-newspaper/ ; You will have to first start looking for a plugin conflict. please deactivate ALL plugins except tagDiv ones, also if you are using child theme or cache plugin, deactivate them, clear all cache and try again.

Also you can try and remove and re-install the tagDiv Composer plugin.

Let us know the results.

Thank you !

Vlad S
tagDiv Staff

Hello !

If you’re seeing only NAVER please make this adjustment in the tagdiv composer plugin:
https://www.screencast.com/t/HGX40TlcJgb
Then hit a save in the theme panel and then revert the code back to original, this will make the social icons appear properly again.

Thank you !

Vlad S
tagDiv Staff

Hello !

Please add this css for the desktop version: .tdm_block .tdm-row {
margin-top:90px;
}

The code must be inserted here: https://www.screencast.com/t/JyWXe6Cr2DMr

For the mobile logo view, ou will have to first start looking for a plugin conflict. please deactivate ALL plugins except tagDiv ones, also if you are using child theme or cache plugin, deactivate them, clear all cache and try again.

Also you can try and remove and re-install the tagDiv Composer plugin.

Let us know the results.

Thank you !

Vlad S
tagDiv Staff

Hello !

Please send us a screenshot of your System Status Tab and make sure that all the requirements are met as you can see here: https://forum.tagdiv.com/requirements-for-newspaper/ ; You will have to first start looking for a plugin conflict. please deactivate ALL plugins except tagDiv ones, also if you are using child theme or cache plugin, deactivate them, clear all cache and try again.

Also you can try and remove and re-install the tagDiv Composer plugin.

Let us know the results.

Thank you !

Vlad S
tagDiv Staff

Hello !

By using the tagDiv Composer you can edit the filters as you can see here: https://www.screencast.com/t/9ZtDiXWP

Thank you !

loslunes
tagDiv Member

Hi, not working anyway. Adsense account is working, not a new one. Let see here, just -Adverstisement- but no ad. See at the end of attached page that and adbox added using composer ad block is working fine with the same code

https://www.loslunesseriefilos.com/2020/11/entrevista-victor-palmero-la-que-se-avecina.html

Vlad S
tagDiv Staff

Hello !

You can use tagDiv composer in order to edit that css as you can see here: https://www.screencast.com/t/hG2FCVOzij

Let us know the result !

Thank you !

palladin_d
Participant
#0

Hello!
1. Please tell me, does the composer work only on “post_type=page”? Can’t it be used for simple post type?
2. When building a block using the composer, in the filter, you can select not a simple record, but a post_type=page to display?

https://prnt.sc/vdyava

Thank you so much!

deafsport
Participant
#0

Hi

If I open Tagdiv Composer it continue to load forever, so I can’t edit or design new pages..

Viewing 25 results - 18,876 through 18,900 (of 52,922 total)