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

No, this don’t work.
I also tried with the last author box, because I hide the admin author’s box with:

.author-box-wrap.AdminName{
display:none;
}

and now with


@media
(max-width:767px){
.author-box-wrap.AdminName{
display:none!important;
}
}

It does not work either.
I still see the admin author box in mobile.

Sebastian Escobar
tagDiv Member

Well, I was thinking if I duplicate the main menu and assign the new main menu to mobile…is this possible? Where can I assign a new custom menu as main menu to mobile?
I ask this because I think the solution would be to create a drop-down menu to my first item menu “Areas” with the subcategories in sub-items in drop-down.
In this way the user of mobile could access to subcategories in a clean way
I hope your help.

Sebastian Escobar
tagDiv Member

Thanks you very much. I will see the css, this is a great help.

I know now the mobile editor is only for pages and can edit widgets or other elements only without visual composer, and copying the code from backend editor. This is not explained.

Thanks you for all!

Sebastian Escobar
tagDiv Member

No, I think would be better to work with default template and only change some styles like fonts and colours (Tell me if to change the basic styles of the default template is possible). I think this would be no problem to change, although I have some different styles in my custom panel.
To change to another demo will result in the same flash/time loading.
For this, how can I switch off the “global medicine” and let the default template?

Sebastian Escobar
tagDiv Member

How can I switch off the “Global medicine” child theme? Maybe in Newspaper > Install Demos, and there uninstall? Could I later install it again? I do not want to have problems!
I had installed the full version …

Sebastian Escobar
tagDiv Member

Thank you very much, now it works! Maybe it was a part of the code in the php file, although it looked the same, I re-wrote it back and it worked.
Thanks again!

Sebastian Escobar
tagDiv Member

I have this code:

if ($this->is_ie === false) {
// move style.css theme style
$this->move_style_to_footer_queue('js_composer_front');
$this->move_style_to_footer_queue('td-theme'); //this is the main style of the theme. It's only moved on Newspaper 6!
$this->move_style_to_footer_queue('td-theme-woo'); //this is the main style of the theme. It's only moved on Newspaper 6!
}

is not the same of your example, there are not the “style_id” and also no td-theme-child (I have a child theme) and no td-theme-demo-style.
Anyway, I tried to just comment the lines but showed me an error, for this I deleted them, but the “flash” is still there.
Maybe td-theme-child?

Sebastian Escobar
tagDiv Member

Excuse me, I mistake the forum and answer in the other, that is resolved.
Here are:

I complete line 853 of td_module_single_base.php with:
$buffy .= ‘<div class=”author-box-wrap ‘ . get_the_author_meta(‘display_name’, $author_id) . ‘ “>’;
And add in custom css:
.author-box-wrap.Maricel7{
display:none;
}
(with my administrator name)
But still I have the admin box in the post, that I don’t want.
There are some error?
Thanks!

Sebastian Escobar
tagDiv Member

Hi
I complete line 853 of td_module_single_base.php with:
$buffy .= '<div class="author-box-wrap ' . get_the_author_meta('display_name', $author_id) . ' ">';
And add in custom css:
.author-box-wrap.Maricel7{
display:none;
}
(with my administrator name)
But still I have the admin box in the post, that I don’t want.
There are some error?
Thanks!

Sebastian Escobar
tagDiv Member

Hi, excuse me but I don’t understand what you say. I was asking for the author profile in the bottom of posts…and nothing with ¿facebook? really no.

Sebastian Escobar
tagDiv Member

Hi, excuse me for to answer late. This is importante for me. Do you say I can delete the two lines in td-speed-booster.php? and with this maybe the site loading speed will be better?
The lines you send me are a bit different in my file, here there are not the words “style_id:”.
Please tell me.

Sebastian Escobar
tagDiv Member

Thanks you very much!!

Sebastian Escobar
tagDiv Member

I understood the system (each template has its own system). Thanks you..!!

Sebastian Escobar
tagDiv Member

Do you know if there are some problem with another plugin for image gallery (with social separately share) and the template? Is there a plugin developer that does not have problems with the template? (I have had many problems of incompatibilities with other templates!)
I would appreciate your advice!

For the authors, I will see another way.

Thanks you!

Sebastian Escobar
tagDiv Member

Thanks you very much!

Sebastian Escobar
tagDiv Member

Hi! Maybe I don’t understand very good. If I rewrite my style.css with my custom styles the system would read it quickly and don’t show the default template because would not find the default styles and only my new styles. If this is so, could I save a backup of the style.css file every time I update the template and thus keep the new styles inside style.css?
Now I have to update the template and this should not a problem if I save the original style.css file (just in case)

Sebastian Escobar
tagDiv Member

Thanks you very much! Now it works..!!

Sebastian Escobar
tagDiv Member

Hi
For example I have the style3 for news with white title fonts, you can see it here: http://chilecientifico.cl/chilecientifico/2017/03/24/en-una-decada-chile-tendra-el-70-de-la-capacidad-astronomica-mundial/
but in author columns I have the style 12 and the color of title is also white: http://chilecientifico.cl/chilecientifico/2017/03/22/y-tu-cuantas-publicaciones-tienes/
I need this color title in #343d46 or in black.
I don’t know how to assign this color to .td-pb-span12, I tried in many ways with css.

I can’t send screenshots through this forum…

Sebastian Escobar
tagDiv Member

Thanks, finally I did it! The problem was with the code of paper.li, now is working, thanks!

Sebastian Escobar
tagDiv Member

Thanks, but paper.li is only web page that provide some code for to insert scripts or iframe. This would be a iframe from another site, the important is the structure of the script:

<script type=”text/javascript” src=”http://widgets.paper.li/javascripts/sr.iframe.min.js”></script&gt;
<script type=”text/javascript”>
Paperli.PaperFrame.Show({
domain: ‘noticias.site.cl’,
pid: ‘676a04f1-8b2a-439f-86a8-2edc80c9b893’
});
</script>

I tried to insert this with the HTML pure code of the Page Builder Content of the template without results. Then, my question is about the needed to install another plugin like Advanced Iframe or the tool of the template should be enough.

Viewing 22 posts - 51 through 72 (of 72 total)