Search Results for 'composer'

Results from the Forum
reloaded
tagDiv Member

As you can see from the link it’s not even installed.

https://ibb.co/FVqCCPb

The weird thing is that once i decided to improve the mobile experience this is what i did:

– deactivate mobile plugin (i chosed to stay with the composer versione)
– enable the mobile homepage and customized some of others mobile pages from cloud templates panel
– i noticed that on the homepage there was i persisten call back to the wrong logo but i found it was linked in the mobile page composer settings
– tested out with different browser/PCs/smartphones and after cache cleaning ext. … and everything was looking good
– then after some days of rest, i noticed the bad logo and posts again.

i don’t get why it does not appear as i can see the mobile page in the composer. This is what i see from my desktop, the “Mobile” page in green is the one that looks good in the composer:

https://ibb.co/rxWRvMV

Anamaria
tagDiv Staff

Hi,

Usually, the color and image are set on the row, so please edit with tagDiv Composer and select the row and go in the tab CSS, select the viewport for phone https://i.imgur.com/ZAs78aN.png -> https://forum.tagdiv.com/topic/background-color-of-the-main-menu-be-changed/

Thank you!

Jongsoo
Participant
#0

https://jsphotorepository.blogspot.com/2024/10/blog-post.html

If you look at the categories, two appear at the same time
Show submenu in composer, Show regular mega menu in composer, Show mm. with subcats in composer
I tried all of them, but it doesn’t work to have only one category. I want it to appear like the second picture among the three pictures included in the image.

Please reply. Thank you.

reloaded
Participant
#0

hi,
i set up a mobile custom page but when loading the logo and some content is different.
If i load the page in the tagdiv composer it looks fine.. but when loading for real it seems is loading something else…but what?

see image: https://ibb.co/4MwwJP0

Bettina
tagDiv Staff

Hello Samuel Soler!

Edit the modal popup page with the tagdiv Composer and change the menu.

Thank you!

Anamaria
tagDiv Staff

Hello,

Please provide the link to your website, maybe you need to changes with tagdiv Composer -using-cloud-library-templates/

Thank you!

Bettina
tagDiv Staff

Hello!

Please check the footer template assigned on your homepage. Edit the homepage with the tagDiv Composer, go to the Website Manager: https://app.screencast.com/qwyQrwe4yHGej , and ensure the correct footer template is assigned.

Thank you!

Anamaria
tagDiv Staff

Hello,

Please check with the tagDiv Composer and disable the H1. For example, H1 from logo(header, footer, mobile, sticky): https://forum.tagdiv.com/topic/6-h1-tags-on-front-page-bing-have-deindexed-my-site/

Thank you!

Anamaria
tagDiv Staff

Hello,

Depends on what custom changes, if you will make a change in the theme files, then you need to use a child theme, but for the changes made with tagdiv Composer is not necessary.
Please make sure to create a backup of all files and the database before updating the theme, and ensure that after the update, the theme’s plugins, such as Composer, Cloud, and any other plugins you use, are activated

Thank you!

Frydenborg
Participant
#0

I am looking to set up like this https://www.etfcentral.com/news
3 columns for content and two for ads.
Can I do this, I can only select max 4 columns in the td composer`?

Thanks in advance

heathcliff
tagDiv Member

I tried to use with Custom Post Type UI and the composer.

I am trying to display custom fields (such as Artist Photo and Artist Bio) from the Artist post type when viewing a Song post. The Song post is linked to an Artist post using an ACF Post Object field.Issue:

When editing a Song post in TagDiv Composer, the custom fields from the related Artist post (e.g., Artist Photo, Artist Bio) do not display. I’ve tried multiple approaches, including:

Adding a Custom Field block in TagDiv Composer and attempting to pull the image field from the linked Artist post.
Ensuring that the Artist Photo field in the Artist post is set to return an Image URL in ACF.
Checking that the Post Object field correctly links the Song post to the Artist post.
Using both Image and Text fields in the Artist post to ensure that TagDiv can render both types of fields.
Clearing all caches and refreshing after making changes.
Steps to Reproduce:

Create a Post Object Field in the Songs post type that links to the Artist post.
In the Artist post type, create fields for Artist Photo (Image) and Artist Bio (Text).
Link a Song post to an Artist post using the Post Object field.
Open the Song post in TagDiv Composer and attempt to add a Custom Field block to display the Artist Photo and Artist Bio from the linked Artist post.
What I’ve Tried:

Inserting a Custom Field in TagDiv Composer and selecting the Artist Photo field from the related Artist post.
Verifying the return format of the fields in ACF (set to Image URL).
Using Text Blocks in TagDiv Composer to display text fields from the related Artist post, but it doesn’t work.
Clearing cache and disabling any third-party plugins that could interfere.
Expected Behavior:

I expect the Artist Photo (image) and Artist Bio (text) from the linked Artist post to display in the Song post when using TagDiv Composer.Actual Behavior:

The Custom Field block in TagDiv Composer does not display the data from the linked Artist post, even though the Post Object field is set correctly and the data is available in the Artist post.

danirblanco
Participant
#0

Hi, when I open tagDiv Composer I get the following code. I attach a photo:

‘, footerTemplateId: ”, footerTemplateContent: ”, mobileMenuId: ’35’, tdbPInfiniteLoadStatus: ‘on’, tdbPInfiniteType: ”, tdbPInfiniteCount: ‘3’, isMobileTemplate: ‘0’, tdbTemplateSettings: [], }; // Set the local storage to show inline the iframe wrapper and the sidebar window.localStorage.setItem( ‘tdc_live_iframe_wrapper_inline’, 1 );

How can I fix this?
Thank you

heathcliff
tagDiv Member

ps:

TagDiv documentation suggests using your built-in “Custom Field” shortcode to pull ACF data into TagDiv Composer but I also don’t want to use that because you don’t support custom fields with embeds such as YouTube or spotify (it is greyed out).

heathcliff
Participant
#0

Hi tagDiv support team,

I’m currently facing an issue with getting my ACF (Advanced Custom Fields) image field to display correctly when using a custom shortcode inside the tagDiv Composer. Specifically, I have created a shortcode to display an album cover using ACF, and it works perfectly when added directly in the post body via the WordPress editor. However, when I try to use this shortcode within tagDiv’s Composer (e.g., inside text blocks or other visual elements), the image does not appear at all.

Here are some details about my setup:

  • WordPress Plugin Used: Advanced Custom Fields (ACF)
  • Shortcode Functionality: The shortcode retrieves an album cover field (album_cover) from ACF. Depending on the return type (ID, Array, or URL), the code uses different methods to display the image.
  • Testing Outcome: The image correctly appears when the shortcode is used directly in the WordPress editor body, indicating that the code and ACF setup are functioning as intended. However, it fails to display within tagDiv Composer, suggesting a possible compatibility issue.
  • Avoiding Custom Post Type UI: I don’t wish to add any additional plugins like ‘Custom Post Type UI’ to solve this issue, as I am focusing on keeping the setup lightweight and relying solely on ACF to manage custom fields.
  • I’ve verified that the shortcode is active and functioning and have tested different return formats (ID, Array, URL) as per ACF’s documentation, but the shortcode simply doesn’t seem to execute when used within tagDiv Composer.

    Is there a specific way that tagDiv Composer handles shortcodes, or any setting I might be missing that could help the shortcode work in this context? I appreciate any advice or solutions you could provide.

    Thank you in advance for your help.

    function display_album_cover_shortcode($atts) {
        // Ensure we're getting the correct post ID
        $atts = shortcode_atts(
            array(
                'post_id' => get_the_ID(),
            ),
            $atts
        );
        $post_id = $atts['post_id'];
    
        // Get the album cover field using ACF
        $album_cover = get_field('album_cover', $post_id);
    
        // If album cover is not provided or empty, return empty
        if (empty($album_cover)) {
            return '';
        }
    
        // Use ACF documentation approach to handle different return types
        if (is_numeric($album_cover)) {
            // If return type is ID, use wp_get_attachment_image
            $output = '<div class="album-cover-container" style="max-width: 300px; margin: 0 auto;">';
            $output .= wp_get_attachment_image($album_cover, 'full', false, ['style' => 'width: 100%; height: auto; border-radius: 4px;']);
            $output .= '</div>';
        } elseif (is_array($album_cover) && isset($album_cover['url'])) {
            // If return type is array, get the URL from array
            $output = '<div class="album-cover-container" style="max-width: 300px; margin: 0 auto;">';
            $output .= '<img src="' . esc_url($album_cover['url']) . '" alt="' . esc_attr($album_cover['alt']) . '" style="width: 100%; height: auto; border-radius: 4px;">';
            $output .= '</div>';
        } elseif (is_string($album_cover)) {
            // If return type is URL
            $output = '<div class="album-cover-container" style="max-width: 300px; margin: 0 auto;">';
            $output .= '<img src="' . esc_url($album_cover) . '" alt="Album Cover" style="width: 100%; height: auto; border-radius: 4px;">';
            $output .= '</div>';
        } else {
            return '';
        }
    
        return $output;
    }
    add_shortcode('album_cover', 'display_album_cover_shortcode');
    Anamaria
    tagDiv Staff

    Hello,

    There is page menu, so you need to create one with tagDiv Composer https://forum.tagdiv.com/page-menu/

    Thank you!

    TheZugzwangBlog
    tagDiv Member

    Hi Carlin,
    Thanks for your help.
    – I disabled wp-rocket as recommended in the link, performance metrics got worse, I re-enabled it and the console issue was resolved. However now I see this: (index):148

    GET https://thezugzwangblog.com/wp-content/plugins/td-composer/legacy/Newsmag/js/tdAjaxSearch.js?ver=5.4.3 net::ERR_ABORTED 404 (Not Found)
    complianz.min.js?ver=1717452515:1 opt-in

    – I have applied the changes, changed the footer to a simpler one as well. After applying the suggestions the pagespeed metrics have gotten considerably worse. I have gone from 93 in the metrics to 74 on desktop and it has dropped to 54 on mobile. Here is the link: https://pagespeed.web.dev/analysis/https-thezugzwangblog-com-reglas-del-ajedrez/j0xjmuo53x?hl=es&form_factor=desktop

    I’m waiting because I’m worse off now than before… 🙁

    Alexandros Bikas
    Participant
    #0

    From http://www.agronewsbomb.gr

    Good evening, our problem is that as soon as we try to edit the page, the editor does not load our first page

    See below in screenshot

    https://agronewsbomb.gr/print.jpg

    thank you

    Motorpsycle
    Participant
    #0

    I got Adsense to work, it seems, ads are showing on the site. But in a way that was not my intention. I enclose a link to an image from the footer of the site with two red arrows pointing at example of problematic ads.
    • Text is made into links to ads
    • Fake ”search” windows show up where it was not my intention
    How is it possible to affect this using the TagDiv Composer?

    https://ibb.co/3SScrpJ

    Anamaria
    tagDiv Staff

    Hi,

    Please check if this code is missing from your .htaccess: https://www.screencast.com/t/iN0R93dD3p from our requirements https://forum.tagdiv.com/requirements-for-newspaper/ this requirement is not displayed in System Status. Also, add this code https://i.imgur.com/k44HWD5.png you can ask your host to help you https://forum.tagdiv.com/tagdiv-composer-not-working/

    Thank you!

    Anamaria
    tagDiv Staff

    Hello,

    Please edit the cloud template with tagdiv Composer, select the block and in the tab layout, you can hide the date -> https://i.imgur.com/yPbW71x.png

    Thank you!

    Anamaria
    tagDiv Staff

    Hello,

    You have malware on the website. Please update to the latest version 12.6.8
    If you want to update the theme, you should download the latest version of it from the Theme Forest account and download it.
    I recommend that you update the theme manually https://forum.tagdiv.com/how-to-update-the-theme-2/ via FTP/cPanel/File Manager, also if possible disable extra plugins during the theme update to avoid any problems that may arise and make sure that you have activated the tagDiv Standard pack plugin to keep the website’s look. You can try to update the theme on a staging website.
    After you update the theme, you need to update the theme plugins too.
    In the worst cases, the settings in the theme panel may be lost (there have been isolated cases), in these cases, after the theme plugins that were previously used are activated, you will have to use a backup for the theme panel -> https://forum.tagdiv.com/import-export-theme-settings/
    You could consider reinstalling the WordPress version, and checking for this plugin wp-zexit.php. It might be wise to inspect via FTP if it doesn’t appear in the WordPress -> Plugins. Additionally, using Wordfence to scan the website and remove unknown users would be prudent.
    Change admin passwords and delete admin accounts you are not familiar with;
    – Delete any weird/unknown plugins;
    – Delete the weird/unknown themes;
    – Clean unfamiliar Theme Panel injected code (example – https://i.imgur.com/4q70kCv.png);
    – Clean WordPress files (example – https://i.imgur.com/stJCqiK.png)
    Please block /wp-json/tdw/save_css
    If an attacker wants to target this URL /wp-json/tdw/save_css they can do so. Even if the website uses a different theme, the attacker can still try that URL. We could add an option to be able to enable/disable the Live CSS, it will be considered. But for now in order to remove it this can only be done with a modification to the composer plugin. I think that all that removing it requires is to comment this line of code – https://prnt.sc/RtwvL5Nc4ikR -> https://prnt.sc/ymZmhdUfp57U But as I mentioned, the attacker can still try to access the URL.

    Thank you!

    Anamaria
    tagDiv Staff

    Hi,

    Please provide a video. Also, you can set the code in column text and set the code there.
    A shortcode can be inserted also by using the element called “Column text” or “Text with title”. “Column text” and “text with title” elements have a button called “edit content” and if you click on that button, the WP Editor will open, and you can add some text/code/shortcode there. Close the WP Editor from X, save the changes from Composer and view the page to see the changes.

    Thank you!

    Central
    Participant
    #0

    </style><div class=”td-block-title-wrap”></div><div class=”td_mod_wrap td-fix-index”><div class=”g g-2″><div class=”g-col b-2 a-6″>

    <style scoped>
    /* custom css – generated by TagDiv Composer */

    i get 2 links generated here to phishing sites
    system dont allow me to post all code it blocks it.

    theheritagelab
    tagDiv Member

    Hey @Calin,

    Thanks, though I think am still a bit unclear or perhaps I did not explain correctly.

    I used ACF to create a Co-Author field. My Co-Author field group is a user-type currently and in the backend, I can choose the user from a dropdown list. I am able to display it on the post as well by modifying the single-post template.
    Then you need to use a single post template, edit it using tagDiv Composer and add the custom filed element and select the acf for authors- https://i.imgur.com/3pgDu6E.png – https://i.imgur.com/LCkuu1D.jpeg – https://i.imgur.com/vhOMOJI.png
    — so I guess this part is sorted.

    What am unable to do is, have the post show up in the author archive of the Co Author. It only shows in the primary author’s archive.

    To display the co-authors on blocks you need to create modules were you can create the layout of blocks and add elements you want there you can add the custom fields too – https://forum.tagdiv.com/modules-builder-newspaper-theme/ – https://forum.tagdiv.com/flex-block-builder-flex-loop-builder/ — Thank you, I will try this!

    gachugbu
    tagDiv Member

    Well, I appreciate your prompt reply.

    I have the latest Newspaper version 12.6.8. I have also a free account with MailChimp.

    I have used Composer to place the Newsletter element on my page, then I have gone to collect the Embed code from my MailChimp account, placed it on the Embed Code/Feedburner window of my Newsletter plugin, and selected of course MailChimp. But nothing the element stays the same.

    This has been the problem for many years. I thought the newer versions of Newspaper would make the difference.

    Newsletters would have been a vital aspect of my customer engagement, but sadly it’s one of the missing links with Newspaper Theme, as far as I can tell.

    We probably need a video of the setup, because I have followed your tutorial step-by-step to no avail.

    Viewing 25 results - 2,976 through 3,000 (of 52,922 total)