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 :)
daimpa
tagDiv Member

Moreover, what does the black and blue rectangles means in the tagdiv composer? https://imgur.com/a/y2ZKq6g

daimpa
tagDiv Member

Hi again Anamaria, sorry it’s taking so long 🙂 I’m not using cloud library, but building custom pages with the tagDiv composer. If I set the column width to 75%, it stays 75% even when I resize the window. Is this normal?

daimpa
tagDiv Member

Hi Anamaria, ok I understand I cannot change the mobile theme, unless very few options. And this is OK for me.
What I want to understand is: the mobile theme gets loaded only on mobile devices. If one user resized the Window on the desktop, he’ll see the responsive theme. What I want to understand is, to have the Responsive theme work correctly when the window gets resized, I should click on EVERY ROW/COLUMN/ELEMENT and edit all these four “viewport” options? Screen: https://imgur.com/a/NhzBKNl
If I don’t edit them, if I select something like Column -> Layout -> Width = 75%, it’ll be 75% also when the window is smaller, even if it doesn’t have sense of course. So, as far as I understood, it’s MANDATORY to MANUALLY set 75% on “Desktop Viewport”, 75% on “Landscape Viewport”, 100% on “Portrait Viewport”, 100% on “Mobile Viewport”. Is there any option to have this working automatically?

daimpa
tagDiv Member

Hello, I try to explain again 🙂
I did setup the theme correctly for the PC Screen Resolution. I don’t understand how to work correctly with other resolutions. It seems like there’re two overlapping options:

1. Responsive default theme
2. Mobile theme

From what I understood, the mobile theme appears on devices that classify themselves, via the agent field, as mobile devices. The responsvie default theme on all the others. Am I right?

So, in order to have the website working on ALL screen resolution, I should edit:

1. The reponsive theme, to display the website correctly in case the user resize the Desktop Window of Google Chrome for example. For this one, I should click on EVERY ROW/COLUMN/ELEMENT and edit all these four options: https://imgur.com/a/NhzBKNl Editing all these FOUR options is MANDATORY, otherwise if I select something like Column -> Layout -> Width = 75%, it’ll be 75% also on mobile devices, even if it doesn’t have sense of course. So I should have 75% on “Desktop Viewport”, 75% on “Landscape Viewport”, 100% on “Portrait Viewport”, 100% on “Mobile Viewport”. Is there any option to have this working automatically?
2. The mobile theme, for mobile devices.

Am I right?

daimpa
tagDiv Member

Hi, I cannot remove the key from the other account, how can I proceed?
However, I did follow your steps, but problem is with Newspaper if I set boxed layout, even if I select “Stretch row and 1400px content”, the boxed layout stays fixed at 1164px and doesn’t stretch to 1400px.

daimpa
tagDiv Member

Hello, I need support for Newspaper, not newsmag. I’ve the newspaper license tied to another profile – the theme panel made me create a new account, but I want to use this account for the newspaper license too.

daimpa
tagDiv Member

Is it a short fix? Something we can manually edit meanwhile you release an updated version of Newsmag?

daimpa
tagDiv Member

Hi, I’ve sent you an email with the link.

daimpa
tagDiv Member

It happens with all facebook videos.

daimpa
tagDiv Member

And with WordPress 4.7.1, apparently coming tomorrow?

daimpa
tagDiv Member

Hello, is newsmag 3.3 compatible with php 5.3.3?

daimpa
tagDiv Member

The other solution could be using a custom page template (by uploading page-{slug}.php) and put my HTML code after the <div class=”td-pb-span12 td-main-content” role=”main”>. Which of the two solutions is better for perfmance/seo?

daimpa
tagDiv Member

I’ve tried to change it to 3.0, and it seems to be working, probably it’s just a coincidence considering what you said. I can’t check by myself because I’ve cleared cache everywhere, but I’m not receiving any complaints from users. so I think it’s ok.

Just another question: I’ve used this code to add the “hamburger” icon for menu on mobile devices. No changes made to other files. It seems to be working, can you confirm that this is ok?

.td-icon-mobile:before {
content: ‘\e80e’;
}

  • This reply was modified 10 years by daimpa.
daimpa
tagDiv Member

I’m sorry but I don’t get your reply, do you mean that I can only wait that the css cache expries on users’ browser?

To be clear, my problem now is that some users see the theme like this (screen taken from another website here, perfectly showing my issue).
Again, not using any CDN or cache plugin.

What if I make the following change to the functions php files in the child theme?… I mean, change 2.0c to 3.0…. Please note that this is my full functions.php in the child theme.

NOW

<?php
/*  ----------------------------------------------------------------------------
    Newsmag 2.0 Child theme - Please do not use this child theme with older versions of Newsmag Theme

    What can be overwritten via the child theme:
		- please read the child theme documentation https://forum.tagdiv.com/the-child-theme-support-tutorial/

 */

/*  ----------------------------------------------------------------------------
    Here we add the parent style and the style.css from the child theme folder
 */
add_action( 'wp_enqueue_scripts', 'theme_enqueue_styles', 1000);
function theme_enqueue_styles() {
    wp_enqueue_style('td-theme', get_template_directory_uri() . '/style.css', '', '2.0c', 'all' );
    wp_enqueue_style('td-theme-child', get_stylesheet_directory_uri() . '/style.css', array('td-theme'), '2.0c', 'all' );

}

NEW

<?php
/*  ----------------------------------------------------------------------------
    Newsmag 2.0 Child theme - Please do not use this child theme with older versions of Newsmag Theme

    What can be overwritten via the child theme:
		- please read the child theme documentation https://forum.tagdiv.com/the-child-theme-support-tutorial/

 */

/*  ----------------------------------------------------------------------------
    Here we add the parent style and the style.css from the child theme folder
 */
add_action( 'wp_enqueue_scripts', 'theme_enqueue_styles', 1000);
function theme_enqueue_styles() {
    wp_enqueue_style('td-theme', get_template_directory_uri() . '/style.css', '', '3.0', 'all' );
    wp_enqueue_style('td-theme-child', get_stylesheet_directory_uri() . '/style.css', array('td-theme'), '3.0', 'all' );

}

Could this solve my problem?

  • This reply was modified 10 years by daimpa.
  • This reply was modified 10 years by daimpa.
daimpa
tagDiv Member

Hi Andrei, samsung default browser is quite popular. Even if you can’t guarantee a 100% compatibility, I think it’s important to have it at least readable.

daimpa
tagDiv Member

@Sjoerd: does your tip has any effects on other devices/browsers? Basically, are the two lines that you removed useless?

  • This reply was modified 10 years by daimpa.
daimpa
tagDiv Member

Thanks anyway!
Just one question: actually my idea is “block 14” + excerpt. Is there any quick way to convert the block to a module?

I’d suggest you to add this module in the next versions, it looks nice IMHO 🙂

  • This reply was modified 10 years by daimpa.
daimpa
tagDiv Member

Now that WP 4.4.2 has been released what happens with Newsmag? Will you release a new version soon or the current version is compatible with 4.4.2?

daimpa
tagDiv Member

Solved, had simply to rebuild the page! 🙂

daimpa
tagDiv Member

For your information, I’ve added it to a page via visual composer.

daimpa
tagDiv Member

Hi, I’m using version 1.7.1. Can’t update at the moment.

I’ve modified that line, but still loading via http:

$buffy[$id_video]['thumb'] = 'https://img.youtube.com/vi/' . $id_video . '/default.jpg';
						$duration = $obj['items'][0]['contentDetails']['duration'];
  • This reply was modified 11 years by daimpa.
daimpa
tagDiv Member

Regarding the possibility of installing VC 4.3.5: I’ve read it’s not compatible with yoast SEO. Plus, are there some different short codes from 4.4.2 and 4.3.5?

Also, want to know, my website has a good traffic, but less than 1000 articles and only about 10 pages. I’ve used VC elements only on pages (homepage included). This reduces the possibility that I will face CPU problems?

From what I read, I can’t use shim version as I’ve custom CSS added to pages and several VC short codes.

daimpa
tagDiv Member

Hi. I was updating the theme from 1.6 but then stopped after reading this discussion. I can’t risk that the new version kills my server. How long till you’ll release a new and fixed version?

daimpa
tagDiv Member

Also, I don’t need to pass through the intermediate version, I can upload directly the latest one, right?

daimpa
tagDiv Member

Hi, thanks for the reply!

Is there any way to patch this manually without updating the theme?

I don’t have a test environment at the moment so would prefer to avoid big updates.

Thanks.

Viewing 25 posts - 1 through 25 (of 50 total)