Thank you . . . I don’t know why I did not think of revisions? I suppose I was thinking that the solution would be in tagDiv Composer ‘s interface.
Thanks again, all’s well.
Bettina to the rescue!! Thank you . . . .
Thank you, Bettina. Newspaper theme support is stellar!
BTW: I am referring to the dropdown background–not the static main menu, only when the mega menu is opened.
SOLVED! Since I am using the prebuilt Law Firm site, the non-editable header only allows a set number of menu items before breaking as reflected in the linked-to images above. It’s mindboggling that Tagdiv provides prebuilt sites that are not fully editable, i.e., cannot edit headers and footers–only replace with cloud templates that then do not match the prebuilt layout (theme and colors). Other than that, Newspaper theme rocks.
See previous post: basically, what’s going on is that in landscape mobile mode, the menu does not stay in mobile menu display mode, it reverts to desktop menu view.
Okay, the site does not use a cache. The below link will get you to screenshots.
Screenshot “1” shows that the browser is empty = nothing stored, cache empty and everything. else.
Screenshot “2” shows everything fine in portrait mode.
Screenshot 3 shows the mess in landscape: navigation issue and splash text messed up.
The issue is on every cell phone browser: Opera, Firefox, Chrome, Edge and Samsung’s “Internet” browser.
See: https://cwe.johnrhall.com
I am developing a site on a subdomain by augmenting the included prebuilt Law Firm site. The initial text on the splash section of the home page looks fine when viewing it on a desktop. It also looking fine on a cell phone but only in portrait mode. Once the cellphone is turned to landscape mode, all hell breaks lose. The navigation breaks and the splash text covers the navigation. The cell phone I used is a Samsung A53, Android 13, Chrome browser (same issue occurs with other browsers). If need be, I can create a tech support login for you.
Thank you.
-
This reply was modified 2 years by
jrh.
Yikes! I left one bit of data out: everything looks fine in viewport modes/views, BUT when loaded in the real world on a real cellphone (Samsung A53, Android 13, Chrome browser (same issue occurs with other browsers), all hell breaks lose. How can I send you a screenshot?
Thank you, Anamaria! That was rock star service and results.
Thanks, I placed the news ticker on an unused page so you can see it live (link below), I have always used it with conflict with any plug ins. It only stopped working when the latest update was installed 10.4.
.
RESOLVED – Plugin conflicts – hmmm….
That fixed ‘er right up … I guess too many single malts are responsible for overlooking the demo css sheet – gulp!
Thanks….
Thanks Simion C. Will do after the single malt dissipates – Newspaper 8 is best theme around, and great support to boot!
While I’ll have to re-edit the style.css if I changed demo themes, I did finally track down a hack.
I had to add a background color at the end of the class below. I added (background-color: #fef6e9;) to match the old fashion theme. I’d prefer a correct solution, if you have time….
input[type=text],
input[type=url],
input[type=tel],
input[type=email] {
font-size: 12px;
line-height: 21px;
color: #444;
border: 1px solid #e1e1e1;
width: 100%;
max-width: 100%;
height: 34px;
padding: 3px 9px;
/* responsive portrait phone */
}
I am interested if this is true because I too paid for six months of support. This theme once purchased is owned and not further expenditures are required, like support payments, correct?
By the way – great theme, really nice work…
Thank you – I have seen them both before posting (sorry I was not clear). I simply want to implement the changes line by line to existing files so I don’t overwrite customization. Is there a log of line edits and line additions to files?
I GOT FIGURED OUT. NICE TEMPLATE BY THE WAY!!
I cam up with a work around, but would like to solve the matter correctly. I simply have entered the logo text and the tagline text directly into Newspaper\parts\header\logo-text.php lines 119 and 131.
But please send me the proper fix:
<span class=”td-logo-text”><?php if(!$td_logo_text) { echo “HUNTING FOR THOMPSON”; } else { echo $td_logo_text; } ?></span>
<?php
if($td_use_h1_logo === true) {
echo ‘</h1>’;
};
?>
<span class=”td-tagline-text”><?php if(!$td_tagline_text) { echo “IF YOU’RE A FAN, NO EXPLANATION IS NEEDED – IF YOU’RE NOT, NONE CAN BE GIVEN”; } else { echo $td_tagline_text; } ?></span>
</span>
-
This reply was modified 9 years by
jrh.
Using version 7.5