Menu not showing site name

Posted in: Newspaper
Post count: 27744

Hello,

1. You can stretch the row using those two options and look like this => https://www.screencast.com/t/efk6xBfKX66 or https://www.screencast.com/t/WKZ8DC9eVuon
3. You can try on a subdomain only with tagDiv plugins and see if is still a problem.
4. You can add with tagDiv Composer the element called “Single Post tags” on your posts => https://www.screencast.com/t/nusKZiFb , and set the tags in the post like this => https://www.screencast.com/t/nusKZiFb
5. Please provide a screenshot and an example like you want to be the blockquote style and what you want to change.

Thank you!

Post count: 57

Hello!

1. No, I want to stretch whole site a little, but keep boxed https://www.screencast.com/t/2QJgBRBbz9F

3. Deactivated all plugins except TagDiv but problem still remains

4. Ok, but how to add a tags to my article when I am posting? There is no such function

5. I like this style but I want in blue color https://www.screencast.com/t/SgvrZ44Pr

6. I would like to change comments style https://www.screencast.com/t/BsX7EU4R
When you want to comment, there is a prompting to enter with google, or vkontakte, or site, or guest (site example https://glamurchik.tochka.net/271954-keti-perri-perestala-brit-nogi-posle-rozhdeniya-perventsa/)

7. I would like to add a pushable smiles after article (with editable text only for me)
https://www.screencast.com/t/PxYninbUV

Thanks

Post count: 57

#4 disregard please

Post count: 27744

Hello,

1. Unfortunately, you can’t have the website boxed and stretch at the same time.
3. We need to investigate what settings were made to cause that problem and you are agreed to send us – WP admin link access and credentials at contact@tagdiv.com ( please make a full backup to all files and the database before sending the email). Include a link to this topic in the email.
Also, you know we will do a test only with tagDiv plugins, and the other plugins will be disabled.
5. For blockquotes you can use this code => https://www.screencast.com/t/4OtIQQaO7w


blockquote{
display: block;
}
blockquote::before{
content: "\201C"; /*Unicode for Left Double Quote*/
/*Font*/
font-family: sans-serif;
font-size: 80px;
font-weight: bold;
color: blue;
/*Positioning*/
position: absolute;
left: -.9rem;
top:-2.5rem;
}

If you like it, you can add the code in Theme Panel -> Custom Code -> Custom CSS.

For 6 and 7, our theme doesn’t have an option for what you want.
This can be achieved only if you are using an extra plugin, but I don’t know which plugin to recommend because we haven’t tested plugins for something like that.

Thank you!

Post count: 57

Thank you but I probably will try first to set another layout for cathegory. I find that in this case pagination works correct.

1. I’d like blockquote blue but I also want text of blockquote to be not so big

2. Can you tell me how I can do an auto contents like this https://www.screencast.com/t/xdRmNFBJTc

thanks

Post count: 27744

Hello,

1. The blockquote is blue, you can change the code of color => https://www.screencast.com/t/ovKfsbNCN8 also, you can change the style of blockquote, edit the post with tagDiv Composer => https://www.screencast.com/t/HbTlrP4ZV0o select the content and in the tab called “Style”, you can adjust the font size => https://www.screencast.com/t/2yepd3gJm7vr
2. You can make a list like this in the editor and you can add the link => https://www.screencast.com/t/nlgCeQ0FoF

Hope this helps you!

Thank you!

Post count: 57

1. I tried code you provided and blockquote looking like this https://www.screencast.com/t/4JY005txW
I like your last sample, but please can you do:

a) do text align-left inside blockquote
b) little bit move text to the right from blue thing

2. I am sorry but I don’t understood how to do that. Can you please show me step-by-step?

Thanks

Post count: 27744

Hello,

1. You need to edit the value for left: -2rem;
top:-3rem;
https://www.screencast.com/t/6Wn4cGiRvi please try this code

blockquote p{
display: block;
text-align:left;
}

blockquote::before{
content: "\201C"; /*Unicode for Left Double Quote*/
/*Font*/
font-family: sans-serif;
font-size: 80px;
font-weight: bold;
color: blue;
/*Positioning*/
position: absolute;
left: -2rem;
top:-3rem;
}

2. This is the video, I hope this helps you => https://www.screencast.com/t/yjoaRZmuqICW

Thank you!

Post count: 57

1. Still looking no good https://www.screencast.com/t/fhervJPQ
I would like blockquote to be in area I marked
Also I want to be able to choose or change background color of blockquote

I have custom code in theme:

.tdc-font-tdmp {
font-family: td-multipurpose;
}
blockquote::before{
content: “\201C”; /*Unicode for Left Double Quote*/
/*Font*/
font-family: sans-serif;
font-size: 60px;
font-weight: bold;
color: blue;
/*Positioning*/
position: absolute;
left: -2rem;
top:-3rem;
}
blockquote p{
display: block;
text-align:left;
}

2. Is this a new editor? I am still using classic https://www.screencast.com/t/92AlmWUpTgcZ
And I still dont know what to do(

3. How I can add transparency to (to the top) button? And also it’s triggering too early as for me. How can I edit it?

Thanks

Post count: 57

2. Actually I mean – can you do function which will automaticly take (for example h2 headers) and generate from them a contents on the top? In case of need

5. I very like this forum text style, text color and background color. It’s looking amazing! Please tell me, how can I setup the same on my site?

Thanks!

Post count: 27744

Hello,

1. Unfortunately, without a link to your website I can’t help you to achieve what you want, also, this is a customized code that is not covered by support.
2. You can make a list in a classic editor like this => https://www.screencast.com/t/MqQ5oy1It4R -> https://www.screencast.com/t/9pdMY0aVoq
For customization and other services, you can contact our custom work team here and they can help/suggest you a great solution: https://tagdiv.com/premium-customization-services/
3. You can edit the transparency which is the Accent Color from Theme Panel -> Theme Colors -> General theme color => https://www.screencast.com/t/VjqVq1iL also, the trigger is a condition and it should work just like the others.
5. The font family used is source sans pro,sans-serif, color :#222 and background: #fff.

Thank you!

Post count: 57

Thank you for helpful answers!

1. Ok, can you please do
a) inside blockquote textalign-left
b) Make a border with shadow around blockquote
c) Make blockquote be centered with edge paddins
Something like this https://www.screencast.com/t/XawWx5kFxAK

That’s all I need for now

Thanks

Post count: 57

3. This feature adding transparency only for desktop version. I need it for mobile please

Post count: 27744

Hello,

As I said I need a link to your website so I can help you, I need to know exactly what elements are set.
3. Using our theme you can choose from 3 mobile versions
-> mobile responsive => https://www.screencast.com/t/oJ2ShOp47
-> mobile theme plugin => https://forum.tagdiv.com/the-mobile-theme/
-> mobile page => https://tagdiv.com/newspaper-10-3-7-update-brings-customizable-and-fast-mobile-pages/
This is a video about Responsive Newspaper Theme, AMP & Mobile Theme, Mobile Pages & Templates -> https://www.youtube.com/watch?v=SpGkOnJeNZY
So, if you use the mobile theme plugin for the mobile version then you can change the transparency from Theme Panel -> Mobile Theme -> Theme Colors -> Accent color => https://www.screencast.com/t/bE6QLLfHqkqq
But if you use a mobile responsive version or mobile page, then the change needs to apply like on desktop.

Thank you!

Post count: 57

1. Sorry, this is the link to my site page, which is contains blockquote.
https://pipsik.club/recepty-blud-s-foto/jeklery-bez-sahara-i-beloj-muki-dietiche.html

3.

But if you use a mobile responsive version or mobile page, then the change needs to apply like on desktop.

I am using mobile responsible, but changes for accent button in theme panel only takes effect for desktop version. Maybe I need some custom code or something..

Post count: 27744

Hello,

If I understood correctly, this is the results => https://www.screencast.com/t/un9uMsCa3gR9
and this is the code


blockquote p{
display: block;
text-align:left;
}
blockquote::before {
content: "\201C";
display: block;
font-family: sans-serif;
font-size: 80px;
position: absolute;
left: -0.75rem;
top:-3.5rem;
height: 0;
}
blockquote {
  margin-left: 50px;
  padding-left: 15px;
  -webkit-box-shadow:  9px 9px 9px 0px #3f747a;
  -moz-box-shadow:  9px 9px 9px 0px #3f747a;
  box-shadow: 9px 9px 9px 0px #3f747a;
}

Please remove the above code, before insert this code.
Also, for transparency, you can use this custom code


.td-scroll-up {
  background-color: rgba(0,141,127,0.3);
}

You can change the degree of transparency => https://www.screencast.com/t/8W86iFkW

Hope this helps you!

Thank you!

Post count: 57

That is awesome! Thank you so very much! Looking great!
A liittle more thing – can you please make text inside blockquote move 5 millimeters to the right, and 2-3 millimeters down from commas. Sorry for making you busy

Post count: 27744

Hello,

I hope this result is what you want => https://www.screencast.com/t/5QeeEunMV

blockquote p{
display: block;
text-align:left;
margin-left: 20px;
}
blockquote::before {
content: "\201C";
display: block;
font-family: sans-serif;
font-size: 80px;
position: absolute;
left: -0.75rem;
top:-4rem;
height: 0;
}
blockquote {
margin-left: 50px;
padding-left: 15px;
-webkit-box-shadow: 9px 9px 9px 0px #3f747a;
-moz-box-shadow: 9px 9px 9px 0px #3f747a;
box-shadow: 9px 9px 9px 0px #3f747a;
}

Hope this helps you!

Thank you!

Post count: 57

Absolutely fantastic! Thank you!

Post count: 27744

Hello,

I’m glad I was helpful.
If you have other questions, let us know!

Have a nice day!

Post count: 57

Hello! I have an issue: from time to time, the site logo letters is disappearing on desktop and smartphone.https://www.screencast.com/t/zRFTAhUD
https://www.screencast.com/t/cw7hJmVLYFUv , only on Homepage.

Why is this happening and what to do?

Thanks

Post count: 27744

Hello,

I just checked your website and seems you don’t have set the logo on header => https://www.screencast.com/t/vru69DSy3, also, make sure you have set the same header style => https://www.screencast.com/t/QZhuM7gR9Ka, on the homepage you have Header Style 1 from Theme Panel -> Header => https://www.screencast.com/t/YdWUKYF01nEf -> https://www.screencast.com/t/JITGs5DauhL and for other pages/posts you have the header style from Cloud Library => https://www.screencast.com/t/O2Hynbpbn

Thank you!

Post count: 57

How can I set the same style header for all post and pages include homepage?

Post count: 27744

Hello,

You can set the general header in Theme Panel -> Header => https://www.screencast.com/t/Us620POf, but in your case, you need to change the header where isn’t the Global Template on Global Template from Manager (Website Manager) -> Header => https://www.screencast.com/t/d0CXbUghhN

Thank you!

Post count: 57

Thank you very much for that! Hopefully I did everything wright.

One more question. I see when I reading some post until end, it automatically loading previous post. Can I choose which one post will automatically load? I mean can I set up the same categorie or random post?

Viewing 25 posts - 26 through 50 (of 85 total)
The forum ‘Newspaper’ is closed to new topics and replies.