Dinamicore
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Visual Editor Not Working in WordPress 4.5You are all against downgrade, but without providing a valid alternative.
It is obvious you have to back up your installation either for upgrade or downgrade.
Only criticism here, but no real solutions.
We as WordPress developers and heavy users expect from WP to admit officially the error condition in version 4.5, and to provide either a temporal fix or official downgrade instructions.
Thanks
Forum: Fixing WordPress
In reply to: Visual Editor Not Working in WordPress 4.5To downgrade is the only known way to have the editor working back, until WP admits and solves this issue.
Thanks Teodor; you where right.
Forum: Fixing WordPress
In reply to: Visual Editor Not Working in WordPress 4.5To The Wimpy Vegetarian:
1. Download WP version 4.4.3.
2. Upload all files and folders, except wp-admin folder, by FTP to your current installation.
3. Refresh browser to update database.Forum: Fixing WordPress
In reply to: Visual Editor Not Working in WordPress 4.5Hello People:
There is a bug in 4.5 that causes Visual Editor Losing Text Mode and Add Media.
I have downgraded 10 sites to 4.4, and the problem is gone.
Hopes WP finds the fix.
Regards
Around line 76 in wp-config.php replace this:
define('WP_DEBUG', false);With this:
ini_set('log_errors','On'); ini_set('display_errors','Off'); ini_set('error_reporting', E_ALL ); define('WP_DEBUG', false); define('WP_DEBUG_LOG', true); define('WP_DEBUG_DISPLAY', false);This will fix the logo warning.
Thanks
Here is the link to the exact page
Hello support:
Reopen this post as I have the same need:
Main button looks fine to the right of the features product: image
However, at the end (bottom) the button has no practical function, and can be confusing: image
Tried to hide it, but as it has the same class selector as the upper one, you can´t hide only one; both hide.
Please indicate procedure to hide only the button and the bottom in the section ”related products”.
Here is the Website if you need to look at it: http://www.redecx.com/
Thanks
Forum: Fixing WordPress
In reply to: Site and Admin very slow after upgrade 4.5.1Hello WordPress support:
I am a Web developer using WordPress for 6+ years. Never had this experience before that I can remember.
The last upgrade to 4.5.1 and 4.5.2 made all the Websites slow to edit.
I have not experienced connection timeout issues, but the task of editing page content, especially getting images inside the pages editor has become annoying. Image and text disappear for a while until the software responds.
I have gone through the previous version Websites (4.4) and found that they don´t have this behavior.
Starting to think it might be something related to the last core update. Just my educated sensation as a heavy WordPress user.
Thanks
Forum: Themes and Templates
In reply to: [Grow] WarningsHello support.
Thanks for kick response.
After the update, the warnings are gone. Just one left, and one notice:
Warning: stripos() expects parameter 1 to be string, array given in /home/phplistg/public_html/dinamicawebecuador.com/auction/wp-includes/formatting.php on line 3382
Notice: Array to string conversion in /home/phplistg/public_html/dinamicawebecuador.com/auction/wp-includes/formatting.php on line 3325
Forum: Plugins
In reply to: [WP Post Redirect] Open link in new pageOk I managed it with the plugin adminimize.
Forum: Plugins
In reply to: [Advanced post slider] Overlay in the imageJust to contribute; I answered my own question; the code I used, below:
(
.advps-excerpt-block-one {
opacity: 1;
-o-transition-duration: 1s;
-moz-transition-duration: 1s;
-webkit-transition: -webkit-transform 1s;
background: transparent;
cursor: default;
height: 100%;
width: 100%;
position: absolute;
z-index: 10;
opacity: 0;
padding: 0px !important;
}
.advps-excerpt-block-one:hover {
opacity: .6 !important;
-o-transition-duration: 1s;
-moz-transition-duration: 1s;
-webkit-transition: -webkit-transform 1s;
-webkit-box-shadow: 0px 0px 4px #000;
-moz-box-shadow: 0px 0px 4px #000;
box-shadow: 0px 0px 4px #000;
background: red;
height: 100%;
width: 100%;
color: white !important;
})
Forum: Plugins
In reply to: [Advanced post slider] Overlay in the imageSorry moderator; I didn´t know about the Forum rule to “to keep your code enclosed in backticks”.
Not in any way, I was trying to bump my post.
Just looking for help.
I rephrase the question.
I am using template 2 to setup a scroller in this Websitehttp://anagabrielasalvador.com/web/
I need the Title and description to display at all times, and to extend the hover to the entire element (single slide).
PLEASE TAKE NOTE I deleted the above css code to make thins simpler.
Please advice