Dinamicore
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Inner content menu. Highlight current item@jaycbrf the question is not theme related.
Im a using menu shortcode plugin.
Therefore, I am trying to find a WordPress solution.
Thanks
Forum: Themes and Templates
In reply to: [V12] Search icon in main navigation menuUPDATE:
I found this tutorial and coded it in this Webpage that is a replica of the page above in first comment.
But it lacks responsive support, and it opens without a smooth JS effect.
Thanks
Forum: Plugins
In reply to: [Responsive Posts Carousel] Custom orderPS:
Using this plugin I can modify the order.
Forum: Plugins
In reply to: [Responsive Posts Carousel] Custom orderHello:
I see you got me wrong. Your link to stackexchange is irrelevant to my need.
What are the possibilities to customize the ordder of the plugin?
Please provide the options and a user manual.
Thanks
Forum: Plugins
In reply to: [Responsive Posts Carousel] Custom orderHello @rameez_iqbal:
The same order as in the main menu here which is totally arbitrary (not depending on any date, autor or metas data).
Thanks
Forum: Plugins
In reply to: [Polylang] Hide current language@codestylist thank you! That was it!
Forum: Plugins
In reply to: [codoforum-sso] What is “must use” SSO by garth mortensen?I happened to one of my sites hosted in BlueHost. It was destroyed; I made a backup restore and was able to recover part of my work.
Bluehost denies it, arguing WordPress installs it, but here is an article where Matt Mullenweg itself tells Bluehost’s story of updating outdated WordPress sites.
Mike Hansen is one of the plugin developers, and he has a twitter account where he claims to be THE WordPress Core Contributor @bluehost.
Shame on BlueHost.
- This reply was modified 7 years, 11 months ago by Dinamicore.
- This reply was modified 7 years, 11 months ago by Dinamicore.
Forum: Themes and Templates
In reply to: [Grow] Menu css.header-style2 #header #header-links, .header-style2 #header-sticky #header-sticky-links { background: #232323; }Forum: Fixing WordPress
In reply to: Space below image in tinymceI reduced the container line height from default 1.8 to 1.3, and the white space below reduced; not the ideal solution, but better:
.wpsm_panel-body { line-height: 1.3; }Forum: Fixing WordPress
In reply to: Space below image in tinymceOne of this codes should do, but they don´t work:
img.alignleft, img.alignright { vertical-align: bottom !important! }img.alignleft, img.alignright { vertical-align: text-bottom !important! }Thanks
Forum: Fixing WordPress
In reply to: Space below image in tinymce@josh401 I used the code below, recommended for solving the issue, but did not make any change at all:
img.alignright { float: right; margin: 0 0 0 1em; } img.alignleft { float: left; margin: 0 1em 0 0; } img.aligncenter { display: block; margin-left: auto; margin-right: auto; } .alignright { float: right; } .alignleft { float: left; } .aligncenter { display: block; margin-left: auto; margin-right: auto; }Please provide further advice.
Thanks
Used the following code inside each accordion editor:
#wpsm_accordion_365 .wpsm_panel-body { font-family: IM Fell English !important; }Forum: Plugins
In reply to: [Parallax Image] parallax container offsetYes. When you refresh, the issue resolves.
The problem is that it does not adjust dynamically; the problem then might arise when you turn a device from landscape to portrait.
Thanks
Forum: Plugins
In reply to: [Parallax Image] parallax container offset@thehowarde; replaced the image with a 1920px wide. Same behavior.
Thanks for quick response-