Hi Calin,
Yes, I’m sorry too !
The theme is full of goods options and the support (you ! ) is perfect, but… not on this project.
Kind regards.
Olivia
Hi Calin
I give up … this time it’s final!
I made my decision on Saturday night after a last fight!
Finally I did not succeed completely in solving my shortcode problem in the titles of the articles: homepage + categories + Menus. Cannot activate them in the menu and cannot use a next / preview. The tagdiv-composer is impossible to completely circumvent.
And then I also have a conflict with a plugin that is too important for me, the restrict content pro. I had also tried with ultimate member pro before and it’s the same, conflict!
And to finish a list of duplicate queries despite the optimizations made according to the indications of the documentation.
It’s too many fights for a theme, plus the money spent to develop shortcodes in article titles and it prevents me at every step of moving forward in my project. I give up !
I made a refund request with the link you provided me … Thanks for your help, thanks for trying for the shortcodes!
I hope you understand.
Looks.
Olivia
Hi Calin,
Now I am facing duplicate queries issues …
I read in the forum and made all the optimisations.
1 / The server corresponds precisely to the requests (php.ini, php functions, etc …
2 / Wp cache is set according to your specifications
3 / I deleted all the ajax drop downs and the previews / next on the blocks.
4 / I deactivated all the plugins, and …
I still have a lot of duplicate queries ( tagdiv composer)
I don’t know what to do now!
Thank you for your help.
Olivia
Calin, it works now on homepage blocks and categories with a shortcode image. On the menu not totally. I get a result with the shortcode brackets and a word in it: [abonnes]. See in Screenshots.


IT developper is working on… I will tell you more once done.
He already succeed on categories and homepage, he is still working to integrate the “icon”(an image) on the mega menu.
And yes your theme has a lot of options and I was too much involved with it, so refund can’t be an option for me.
Olivia
Doesn’t work for me…
So this theme is a NEWSPAPER theme and you can’t create a FREEMIUM because of a simple issue of css in block for a small picto before the post title on home page and categories. Mean… after two weeks of work, spending 80 euros, I have now to change my theme or spend more euros with an IT Developer for a so obvious function for a magazine. It’s a little bit hard to swallow.
Thank you for your understanding
Olivia
Sorry Calin,
this is my code :
add_filter(‘the_title’, ‘do_shortcode’);
function diwp_button_shortcode($attr){
$args = shortcode_atts(
array(
‘link’ => ‘#’,
‘bgcolor’ => ‘#1a73e8’,
‘textcolor’ => ‘#FFF’,
‘text’ => ‘Button’,
), $attr);
$button = ‘‘.$args[‘text’].’‘;
return $button;
}
add_shortcode(‘diwp-button’, ‘diwp_button_shortcode’);
————-
I try with :
add_filter(‘archive_title’, ‘do_shortcode’);
add_filter(‘post_title’, ‘do_shortcode’);
but, it doesn’t have effect… only the ‘text’ => ‘Button’,
Thank you
Olivia
Ok Calin, I understand, but…
I need your help a little bit to achieve this !
Ok, I can’t for the moment add an icon only when user is logout…
As I cannot climb the mountain I go around it :
I create some shortcodes in functions.php for my post title ( limited content)
For my test I made a blue button with a link.
It works perfect on the post as you told me.
It “nearly” works in the category and on the homepage with the blocks.
It displays the word “button” but not the button itself.
This means that it can work … I’m close, but I need a lead to be perfect!
Here is two screen shots.
Thank you
Olivia


Calin,
Thank you for your answer but last question :
if I work in the loop-archive.php is there a way ?
<h3 class=”entry-title td-module-title”>
” rel=”bookmark” title=”<?php the_title_attribute() ?>”>
<?php the_title() ?>
Thank you for your help.
Olivia
Cool,
it’s really helpful !
Thanks
Olivia
Vlad, I found “my” solution with out using code :
– Create a template single for each category and when I write a post, I set to this specific single template category.
So it’s ok for this topic…
Thank you
Olivia
Thank you Vlad for your answers.
Is there a way to use the old method with :
– functions.php
– single-template.php
Is there away to use a template form the cloud ?
Olivia
What are you talking about Vlad ?
I think you answer to another one…
Not the subject
No plugin conflict for me,
just need a css or a way in tagdiv to remove the subtitle in the mega menu :
(see first screen shot)
And the way to modify the css font for the mega menu when you scroll or the way to skip it… (see second screen shot)
thank you
Olivia
Hello,
thanks for your answer.
The site is now under construction and still in private :
Here is the link :
http://www.placeduyoga.com/
– yogiguest
– pdyoga2020
Regards
Olivia
Also forget to ask how to modify the font size of mega menu when scrolling in page ?