Dinamicore
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Lemmony] How to override front page template with new homepage@yvieormsby thank you for you advice.
Nevertheless, there is another issue; when in front page the Wonder Blocks do not display; for any reason there is a limitation with the template.
Hope the developer provides a solution for this.
Forum: Themes and Templates
In reply to: [Lemmony] Locked in “Edit site”It happens only in the front page.
I guess it is a limation relate to the fact that the front page can´t be overriden.
https://ww.wp.xz.cn/support/topic/how-to-override-front-page-template-with-new-homepage/
Forum: Plugins
In reply to: [WP Cerber Security, Anti-spam & Malware Scan] Wordfence and WP CerberBoth are an alternative rather than a complement; explained in this article.
They can be used togheter but duplicate some functions like blocking and limiting login attempts; so they might conflict unless you disable some functions in one of them.
Forum: Plugins
In reply to: [Kali Forms — Contact Form & Drag-and-Drop Builder] Change language?I found the file icons beside the trash can inside the interface; very easy to replace the language inside the fields.
Excelente plugin gave it 5 Stars.
Forum: Plugins
In reply to: [Kali Forms — Contact Form & Drag-and-Drop Builder] Change language?Hello; also using the free version of Kalil Forms.
Looking and working fine, but I need spanish language. Any way to change language?
Forum: Plugins
In reply to: [Flo Forms - Easy Drag & Drop Form Builder] Sends empty formUPDATE
I found out you need to enable the setting “requiered” for the fields to prevent an empty form.
Forum: Plugins
In reply to: [Black Studio TinyMCE Widget] Missing DependenciesThanks for response.
The issue was a JS conflict that affected some WordPress core (and some plugins) functionality.
Once I cleared the JS conflict, it worked fine.
Thanks again
UPDATE:
Funny characters \n are a line feed in linux
@devnihil using Page Builder by SiteOrigin.
Furthermore, the text NOSOTROS comes from a linked page by a Widget called “Maskitto: Include page” that comes with the theme Maskitto Light by Shufflehound.
I am aware the Widget can fool the word count.
Nevertheles, in the beginning the SEO plugin counted the word once, that was correct. The issue is that it doesn´t count the word for the second time, once included.
thanks
Forum: Plugins
In reply to: [menu shortcode] Highlight current itemI asked this question based on 2 facts:
– The menu is created by WordPress.
– The plugin; all it does is generate a shortcut to insert the menu inside the post.
So the question is not Theme related, and not plugin related. It´s WordPress related.
Nevertheless, I asked the Theme developer and the Plugin developer, without response.
In addition, no answer from ww.wp.xz.cn Forum. All they say is “ask the theme or plugin developer”.
Therefore, once I found a solution, not the ideal one but at least one that will allow the highlight effect without any core modification, I felt I had to post it here:
I used WordPress Add Custom CSS plugin to add css per each page.
Then I added the individual code for the first inner menu item and it worked:
li#menu-item-981 a { color: #FEBF46 !important; font-weight: bold !important; text-shadow: 1px 0 #FEBF46; }And that was it; not an ideal automatic solution, but a simple and clean one.
Forum: Fixing WordPress
In reply to: Inner content menu. Highlight current itemFinally, I only added the code to first inner menu item and it worked.
Forum: Fixing WordPress
In reply to: Inner content menu. Highlight current itemI asked this question based on 2 facts:
– The menu is created by WordPress.
– The plugin; all it does is generate a shortcut to insert the menu inside the post.
So the question is not Theme related, and not plugin related. It´s WordPress related.
Nevertheless, I asked the Theme developer and the Plugin developer, without response.
In addition, no answer from ww.wp.xz.cn Forum. All they say is “ask the theme or plugin developer”.
Therefore, once I found a solution, not the ideal one but at least one that will allow the highlight effect without any core modification, I felt I had to post it here:
I used WordPress Add Custom CSS plugin to add css per each page.
Then I added the individual code for each menu:
li#menu-item-981 a { color: #FEBF46 !important; font-weight: bold !important; text-shadow: 1px 0 #FEBF46; }And that was it; not an ideal automatic solution, but a simple and clean one.
Thanks for your attention.
- This reply was modified 7 years, 7 months ago by Dinamicore.
Forum: Fixing WordPress
In reply to: Inner content menu. Highlight current itemI already contacted the theme and plugin support; no answer.
Nevertheless, as I already said, this is not a theme or plugin issue as:
– The menu is created by WordPress.
– The plugin; all it does is generate a shortcut to insert the menu inside the post.While WordPress assigns the current-menu-item class to the Header and Footer menus, it lacks the ability to assign this class to the inner post menu.
Therefore, I believe WordPress could be fixed or improved in this ability.
So sad to lack not only for any support, but not any understanding.
Thanks
- This reply was modified 7 years, 7 months ago by Dinamicore.
Forum: Fixing WordPress
In reply to: Inner content menu. Highlight current itemPS: I also asked the plugin developer for support.