I know this is old, but there seems to be a bug somewhere here. I moved the site and while I was able to update all the URLs for attachments and such, I’m running into a lot of problems getting the custom font urls changed.
I’ve tried the following:
– Going to the theme panel, then the custom fonts panel, and changing the font URLs. Changes appear to be successfully saved, but on review of the page source and the options in the db, the old URL to the fonts is still there.
– Going to the database and manually editing the field with the Newspaper settings (changing all references to the old URL to the new URL). After this, the theme reverted to defaults, as if it was unable to parse the options.
– Using the Export function, base64 decoding that file, again, search and replace on the URL, base64 encoding and importing back into Newspaper. Same effect as the database edit, theme reverted to defaults.
What other options to alter this?
I’m still on Newspaper6, I have no interest in starting over with Newspaper7, nor does the client.
Seriously, I am having a really hard time tracking down the equivalent of the “loop” for the td modules. This extends this, extends that, I can’t work my way back to the post query.
Bummer.
Can you point me to where the filtering is setup for the block? I’m going to have to hack in support for this. A static list of posts is no good, content is updated regularly.
I’d be open to making a new block and having it load an alternate class that has been modified to filter on the custom taxonomy. Can you point me to files involved in creating this block for VC and where the query is defined?
Thanks!
Also, I was just poking through the database and in the “term_taxonomy” table I can see that wpdownloadmanager creates it’s own taxonomy, “wpdmcategory”. Where can I start looking to see where that category filter for the above block is defined?
Another question. I have 9 fonts. The custom font screen allows me to add only 3. How do I add the additional 6 fonts I need?
Bummer. If I add it outside the theme, then I lose the ability to switch fonts (well, I don’t, but the client does). The client specifically will be needing to mix normal weight and a few other weights within posts.
Yeah, I know that, that’s why I noted it’s a real pain to add that many fonts, especially when they are named like that. Is there an easier way? fonts.com, myfonts.com and others all distribute fonts like this (with obfuscated filenames), being able to import them in one or two steps is preferable to (literally) repeating the “custom font addition” process 50 times (which also means looking up what font, style and weight each is due to the obfuscation).
Actually still have a question – I’d like this tab title to match the style of all the other title blocks. Is it supposed to? If not, can I safely style the “vc_tta-container” class?
This is fixed as well – I had a nested row, and apparently that threw everything off.
Close it – this was an issue with nested rows. Once I removed the nesting I was able to add a tabs block.
Also, maybe relevant, note how the margins differ between the one-column and two-column sections:

That’s cool, thanks!
I found another simple method – in the color picker for the title/background, I set both to white and the opacity to 0. That made the title disappear.
I was able to tweak the margin of the item above to close the gap. Done and done. 🙂
Still the same:

How can I provide you with a URL privately?
Thanks – I used that (or another example) and it worked fine, just wondered if there was an easier way using a child theme. Most of my changes are not progmatic, just simple things like altering the thumbnail size or similar, so I’ll continue with the API method.
I was able to work around this with a CSS override in the RevSlider config.
That makes sense, but I need to target only one specific .block-title. Is there a way to just target the title in a single block?
I see this class in the div surrounding the block:
<div class="td_block_wrap td_block_14 td_uid_1_56a5680a2622f_rand td-pb-full-cell td-pb-border-top">
The “td_uid_xxxx” changes on every page load, so I can’t use that.
Thanks