Hi Catalin,
Thanks for your reply. What I want to do is change the order the categories are displaying.
Right now on the homepage below the sliders each category displays the latest posts.
The categories are in a blue rectangle with a rule across. The order right now is:
Technology
Business
Insurance and the Law
FAA History
Use Cases
Op-Ed
I want to move Op-Ed to the top of this list. I’ve looked through the block controls in the theme panel and don’t see a way to change the order of these categories displaying on the home page.
Hope that helps explain it a bit better. Let me know if that is possible inside the theme controls, or do I use a 3rd party plugin, etc?
Thanks!
Hi Catalin,
It appears that some custom javascript intended to load typekit to help elimintate the FOUC is causing the issue.
Bummer now is that the menu has appeared, but we have the FOUC (Flash of unstyled content) back now with the site. The typography loads in another typeface before rendering correctly. I had multiple tickets in the past on this issue and I was never able to resolve it directly with your support. We had to write our own code to solve it.
So now I am wondering how to solve the FOUC issue.
Let me know if you have any questions.
Thanks,
Bert
I’ve updated the theme to 7.4 and we still have the issue.
I also used the new child theme files and still the menu is not fixed.
Let me know if you have any questions.
I have the same question.
Seeing an alert in plugins for an update to Visual Composer.
Do I ignore?
Thanks!
Hi Catalin,
So I have
WordPress 4.5.1
NewsPaper 6.7.2
Visual Composer 4.11.2
And now it appears that all is working well.
I had to adjust some settings in the visual composer with how articles are filtered.
Content now seems to be showing up.
Thanks for your help,
Bert
Hi Catalin,
I have done that already. When WordPress 4.5 came out I had Visual Composer issues and went through the update process installing the theme fresh and fresh VC.
Going through the plugins now to try and find if there is a conflict.
I’ll let you know what I find.
Thanks,
Bert
Hi Catalin,
I have cleaned out the errors in the console.
No change in the error. I’m still seeing missing articles in the homepage category grids.
Next is the plugin conflict checking. There are many plugins running so this may take a bit to isolate.
I will post back my findings.
Let me know if you have any questions.
Thanks,
Bert
Hi Bogdan,
Thanks for the reply.
Information sent to the email address.
Standing by…
Thanks,
Bert
Hi Bogdan,
I did go through style.css and changed the font stacks but its still giving me the fouc.
I’ve cleared cache, etc. and still see it.
I definitely want to address this issue. Would it be possible for you to take a look?
Let me know if you have any questions.
Thanks!
Emil G, I tried your suggestion and it did not work for me.
I have an active typekit [ Kit ID: imu8ebg ] and have followed the instructions here to a “T”:
https://forum.tagdiv.com/custom-typography/
I have the Typekit javascript in place and the “font families” defined properly.
Yet no matter if the javascript is in the header or footer my Typekit is not working.
add_action('wp_footer', 'td_add_js_typekit', 100);
// OR
add_action('wp_head', 'td_add_js_typekit', 100);
So where do I go from here?