371 comments found.
Hello, on backend when editing a portfolio item, gallery shortcode in missing on vc. When swtiching on classic editor i can see the shortcode there. Can you please advice?
Would give us more details about this?
On the blog page there’s a button below each blog entry that says: “read more ->”. I’m trying to translate this with loco translate and I’ve done the entry for “read more” with the German translation… However, the button still shows “read more”! How can I translate the button text?
You may need to sync new texts for translation. Check this documentation for more details: https://docs.cththemes.com/docs/advance-features/theme-and-plugin-translations/theme-update/
Thanks for your reply. Unfortunately, the files are already in sync. I clicked sync again, only to make sure, but that’s not the problem. I synced both, the original theme and the child theme. Both have the translation for “read more”, yet it doesn’t show.
I use “polylang” plugin for an English and a German version of the site and the blog page is clearly the GERMAN version of the page, yet it doesn’t pick the German translation on the buttons. I’m out of ideas… 
Hi Good day…just bought the theme this month…would like to know how can i put a search engine in monolit theme
You can use default WordPress search widget.
thanks you very much
Hi there,
I update Monolit from 1.6 to 1.9.4 and updated all plugins successfully.
I then deleted VC composer.
And when I go to “Install plugins” and try to install it again, I have the following error message:
“PCLZIP_ERR_BAD_FORMAT (-10) : Unable to find End of Central Dir Record signature”
My website is now unavailable…
CAn you help me with that ?
Regards
I couldn’t find any plugin in your install package…
You can find plugins on lib/plugins folder
When install WPBakery plugin, there will be a link to our server plugin file: http://assets.cththemes.com/..../js_composer.zip
Copy link then open in browser to download plugin and install it.
Hi again,
I need insert a tag “no index” in the page midominio.com/portfolio/ but this page isn’t editable. How can I do it?
Thank you!
Hi,
I have the add-in already installed on my website and it doesn’t give me the option of setting the page /portfolio/ as “not index” because it isn’t able to edited.
What can I do?
Thank you!
Hi,
Please, I need a solution.
Thanks!
Where can I send a screenshot? I can’t reveal the client’s domain.
Send to cththemes@gmail.com
I sent an e-mail on August 19 with the information and I have not received a reply. Please, I need you to give me a solution.
Thank you!
I have a 1.9.9 version installed, but here in themeforest says that your last update was 1.9.3…. what is your last version? there are few features that are not working properly in my website and in smartphones. Please advise thanks!
CORRECTION: I have version 1.9.4 installed
You are right.
What’s going on with the REDUX FRAMEWORK plugin, it says it’s not compatible with the last WordPress version? Please help
It still work fine with WordPress 5. But will be replace with Redux v4 so don’t worry.
Do you know when? Because my site is completely not functional
Please update plugin to latest version and DO NOT active Demo Mode: http://prntscr.com/ok6vth
Hello,
I need know how I can remove the portfolio slug and portfolio_cat slug and that the URLs are able to be this way:
mydomain.com/portfolio/nameproportfolioprojects -> mydomain.com/nameportfolioprojects (without /portfolio/) mydomain.com/portfolio_cat/namecategory -> mydomain.com/namecategory (without /portfolio_cat/)
Thank you very much.
Hi,
We have tried this option but it doesn’t work. What other solution do you offer me?
Thank you!
need 2 answer about this cause i want to purchase it
1. – can i use any payment gateway who working on woocommerce in (listing area)
2. – can i use any payment gateway who working on woocommerce in (Checkout / Booking / Services Add to cart checkout method )
Hello, they are not possible with Monolit theme.
Hello, my support is well expired but here my question:
How to call the redux framework the right way in child-theme?
@ import is deprecated and using
add_action( ‘wp_enqueue_scripts’, ‘enqueue_child_theme_styles’, PHP_INT_MAX); function enqueue_child_theme_styles() { wp_enqueue_style( ‘parent-style’, get_template_directory_uri().’/style.css’); wp_enqueue_style( ‘child-style’, get_stylesheet_uri(), array(‘parent-style’) ); }
doesn’t work = Theme Options don’t take effect.
Without PHP_INT_MAX theme options do take effect, but a lot of styles are lost.
Thanks
Try this
function monolit_child_enqueue_styles() {
$parent_style = 'monolit-style'; // This is 'monolit-style' for the Anakual theme.
wp_enqueue_style(
$parent_style,
get_template_directory_uri() . '/style.css',
array(
'monolit-css-plugins',
'monolit-fonts',
),
null
);
wp_enqueue_style( 'monolit-child-style',
get_stylesheet_directory_uri() . '/style.css',
array( $parent_style, 'monolit-custom-style' ),
wp_get_theme()->get('Version')
);
}
add_action( 'wp_enqueue_scripts', 'monolit_child_enqueue_styles' );
don’t forget copy assets/css/custom.css file to child theme assets/css/custom.css
Works like a charm!
I was awake ‘til 4 in the morning to resolve this.. couldn’t solve it but learned something about the redux-framework x)
Had to update the theme because of speed issues and WP5. All resolved in v1.9.2
Fabulous support, I’ll work on with your theme for premium clients. Just rated your theme 5* – and thanks again for the prompt help.
PS: Please consider to implement this as standard in your child-themes
/* import parent-style */
add_action( 'wp_enqueue_scripts', 'enqueue_child_theme_styles');
function enqueue_child_theme_styles() {
wp_enqueue_style( 'parent-style', get_template_directory_uri().'/style.css');
wp_enqueue_style( 'child-style', get_stylesheet_uri(), array('parent-style') );
}
function monolit_child_enqueue_styles() {
$parent_style = 'monolit-style';
wp_enqueue_style(
$parent_style,
get_template_directory_uri() . '/style.css',
array(
'monolit-css-plugins',
'monolit-fonts',
),
null
);
wp_enqueue_style( 'monolit-child-style',
get_stylesheet_directory_uri() . '/style.css',
array( $parent_style, 'monolit-custom-style' ),
wp_get_theme()->get('Version')
);
}
It will be improved in the next update and you don’t need the first part of code.
Thank you.
The timeline option totally disappeared from the options menu and accessing it from the link
/wp-admin/edit.php?post_type=monolit_timeline
won’t work neither. With the old monolit-addons it works.
Could you please look into this, as my clients live-site now shows double-entries (two languages) and I can’t even access this settings page.
Thanks you!
Hello, update theme/add-ons plugin to latest version.
Perfect, superb reaction!
Thank you again, a lot!
You are most welcome 
Hi, please I update Monolit theme for new version and Loco translate plugin doesnt work now. What can I do for translate theme and plugins? Thanks.
Hello, read this documentation for more details: https://docs.cththemes.com/docs/advance-features/theme-and-plugin-translations/theme-update/
Your texts are from Monolit theme and Monolit Add-Ons plugin.
Your import demo data function doesn’t work. Pushed the button, the ajax is spinning, but nothing happens. In console, admin-ajax.php is “pending”. Been sitting in front of it for 10 minutes now. But no wonder … nothing works nowadays.
Please submit a ticket to our support forum then we will help. Thank you.
I’ve imported the demo content the other way via the wordpress tool, (but images didn’t get imported this way). I’m just saying that you should be aware of this.
I’ve checked and see no error. You should check your hosting: https://www.wpbeginner.com/common-wordpress-errors-and-how-to-fix-them/
You can’t be serious about the “use any font” plugin. I have three fonts to upload but i wont pay any more money to upload two more. WHY CAN’T you just let us fill in the font-family fields ourselves under font settings, so we could use your theme’s styles with our own @imported fonts. It’s so obvious and easy and it would save us so much misery.
Hello, you have to use third-party plugin to upload custom fonts. Thanks.
I need to update Monolit theme for wordpress 5.2, but I doesn’t have the advise on the theme menu: so, how can I update Monolit theme?
???
Hello, the theme is working fine with WordPress 5.2+. But please make sure that Visual Composer (WPBakery Page Builder ) plugin is updated. For the future update, read theme documentation for more details ( Auto Update Theme section )
ok, I updated the theme but my problem remain: after I updated wordpress to wordpress 5.2 version, the “Home slider” items on all website, have the image not setted like “cover” (like before) but with original siize of images (so appear like a zoom images). So how can solve this problem?
Would you give us more details about the problem?
All image of sliders on the website (images that are on “Slier Home” wp backery element), are show like a zoom and not cover the slider: try to see sacchettiassociati.it
You can try this custom css code
.hero-wrap-image-slider .bg { background-size: contain; }
hi, can i add and change the default fonts for this theme? how do i do so?
can i also hide the sidebar for blog posts? i dont want it to be full-paged, but i’d like the sidebar (the column where the “about the author” bit is) hidden.
can i also check how to change the “counter number” as i scroll down (i.e. the “01, 02, 03”, and how i can change the background image for “some interesting facts”?
Hello, do you guys have a guideline on how to create a portfolio? I am really having trouble in figuring out how to do one.
Hello, please read Portfolio Settings section on theme documentation for more details: http://prntscr.com/o1r687
http://documentation.cththemes.net/monolit/Hello, do you guys have a guideline on how to create a portfolio? I am really having trouble in figuring out how to do one.
Hello, please read Portfolio Settings section on theme documentation for more details: http://prntscr.com/o1r687
http://documentation.cththemes.net/monolit/I understand that we can use Vimeo or YouTube videos for the header section of a homepage, but can we also use self-hosted videos?
Can I please have an answer to this? The streamed YouTube video as a homepage background doesn’t A – seem to use the full bandwidth (aka shows in pretty low quality) and B – has the “watch later” icons in the upper right corner the first few seconds the video plays.
Overall, the embedded video just doesn’t look very professional that way and we would love to host our own video…
Hi, I went to edit a page (Blog Parallax) directly and now the page layout is messed up. I tried uninstalling the theme and reinstalling it, then re-importing the demo content, but the page doesn’t restore to the default layout. How do I get back the original default setting of the page?
Hi, thanks for your previous help. I’ve one more question: I’m trying to edit my homepage appearance settings and try to set a static page. My “Writings” tab appeared fine until I set it as my “Posts Page” under Homepage Settings. Then I can’t seem to change / remove “Our last news” + accompanying header image to be the correct header.. Please help
In addition, how do I make my header image “full screen” on my “About the Author” page, just like it is on my homepage?
I have set up the contact form to send out emails to my personal email and I have never received a single one. I have checked the spam too.
Hello, submit a ticket to our support forum then we will help.
Thank you.
Hi I’ve been using this theme for 5 or 6 months now and it has been really great, but a few day ago suddenly some pages got messed up and everything is under this black see through layer and the header and footer is also messed up. In the meantime I reinstalled the entire theme and switched off all the plugins but the problem remains.
Any ideas of what might be causing this?
Thanks
Hello, submit a ticket to our support forum then we will help.
Thank you.