- This topic has 8 replies, 2 voices, and was last updated 7 years ago by
Danny.
-
AuthorPosts
-
August 7, 2016 at 3:59 pm #112
Hello TL,
I’ve purchased your theme recently.
The theme is beautiful, but I have the following issue:
I don’t have options to customize the top header, take a look: http://infinit.io/_/iyGEUsZ
Font and CSS: http://infinit.io/_/rJQmrud
Some color options in Colors: http://infinit.io/_/39p8X6x
Could you suggest anything?Right now, I have customized the header already by editing .php files.
I have the following question:
How to change the layout of the blog page and blog posts? I don’t see such option anywhere in the admin panel…Thanks,
ArtemAugust 7, 2016 at 4:00 pm #113NOTE: I have currently set up my home page to be “blog page”, not static page.
August 8, 2016 at 3:09 am #115Danny
SupporterHello Artem,
1, To have all the options in Customizer panel, you’ll need to install & activate the TLG Framework plugin (this plugin is required in Roneous theme, it’s included Visual element, Customizer options, Page options, Custom post types,…). Make sure you have installed & activated TLG Framwork plugin like in this screenshot http://i.imgur.com/BzQKcLU.jpg
After you install the theme, you should see a list of suggested plugins (include TLG Framwork plugin) at the top of the WordPress dashboard.
If you already closed it out, you can go to Plugins folder of the Theme package instead to install “TLG Framework” plugin or just download via this link.Once you’ve installed & activated TLG Framework plugin, you’ll see full options in Customizer panel as below:
2, About blog page layout, Just follow the steps here:
Step 1. Go to Pages > Add New in your Dashboard.
Step 2. Choose a title like “Blog page”.
Step 3. Switch to the Visual Composer by clicking the Backend Editor button and add the Blog element.(You only see Blog element once you’ve installed & activated TLG Framework plugin)
Step 4. Select your page settings (header layout, page title, background,…) at bottom of the page.
Step 5. Click the Publish button.
In case you still can’t make it work, please send me the admin account of your site via Private reply so I can have a closer look at this case.
Hope this helps,
DannyAugust 13, 2016 at 5:27 am #117Hi Danny,
TLG installed: http://infinit.io/_/HGwgKnM
Options are still missing: http://infinit.io/_/YivYcuqI am using a multisite WP, your theme is installed on a subdomain.
Update: I have uninstalled TLG, and then I can’t install it again:
1. http://infinit.io/_/vxSEvCB
2. http://infinit.io/_/J7DvMn6I click Please try again or reload, doesn’t help.
I turned off Wordfence plugin, didn’t help.
Could you suggest anything?
Thanks,
ArtemAugust 13, 2016 at 5:51 am #118I can’t upload it even via FTP with Filezilla..
August 15, 2016 at 3:53 am #123Danny
SupporterHello Artem,
Thank you for the screenshots, I think that because TLG Framework plugin do not like being network activated.
Also, what errors you got while uploading plugin via FTP with Filezilla? Did you try to upload via cPanel?
After activate TLG Framwork plugin, you can try the solution here to see if the Customizer options appear or not:
==> Open up the helpers.php file in themes/roneous/inc folder:
And modify the roneous_is_plugin_active function into this (around line 66):
if( !function_exists( 'roneous_is_plugin_active' ) ) { function roneous_is_plugin_active( $plugin ) { include_once( ABSPATH . '/wp-admin/includes/plugin.php' ); $activated = is_plugin_active( $plugin ); if( ! $activated ) { $activated = is_plugin_active_for_network( $plugin ); } return $activated; } }
You may also want to try the multisite plugin manage plugin to activate TLG Framwork on individual sites: https://wordpress.org/plugins/multisite-plugin-manager/
Another useful article for plugins in multisite: https://premium.wpmudev.org/blog/display-network-activated-plugins-on-wordpress-multisite-blogs/
If the problem persists, please send me your site URL and the WordPress admin account + FTP info in private reply so I can help you out.
Best regards,
DannyAugust 19, 2016 at 6:39 pm #128Hi
I see that I have TLG in my CMS: http://infinit.io/_/wTANd2SBut I can’t see it in my lists of plugins in my network.
I will try deleting and re-uploading again via Cpanel later.
ArtemAugust 20, 2016 at 8:55 pm #129I have managed to upload and activate TLG, seems everything works now, thanks
August 25, 2016 at 11:21 am #134Danny
SupporterHi. Glad to hear that you’ve figured it out 🙂
If you need any further support, please kindly open a new ticket on our forum.
Best regards. -
AuthorPosts
- The topic ‘Missing options’ is closed to new replies.