quant768
Forum Replies Created
-
Forum: Plugins
In reply to: [Events Made Easy] Google Maps Integration does not work with cachifySorry I need to exlude the events page and this has an ID. Seems to work. Thanks.
Forum: Plugins
In reply to: [Events Made Easy] Google Maps Integration does not work with cachifyNot resolved. Yes I know this already. The problem is that I need a page ID in cachify to exclude pages. The event page has no ID because it generated an no wordpress page.
And now?
Forum: Plugins
In reply to: [Events Made Easy] Google Maps Integration incompleteI do not use an google api key just google maps.
Many thanks. I think you have found the reason and your assumption seems to be on the right way.
I have applied your workaround.
Now the toolbar graph is disabled and then Page Builder is not anymore affected.
Hi Misplon,
I have posted this issue to the support forum of WP-Piwik
Please look here for his answer:
https://ww.wp.xz.cn/support/topic/wp-piwik-and-siteorigin-page-builderWith the help or your instructions I was able to identify maybe the cause of my reported issue.
I found out that the plugin WP-Piwik version 1.0.3 cause the malfunction of Page Builder’s row and widget styles. So it seems with WordPress 4.2.4, Page Builder version 2.1.4 (or 2.1.3) and WP-Piwik 1.03 the issue is reproducible.
First of all I have deactivated all other plugins and keep Page Builder active. Then I have activated each of the deactivated plugins step by step and each time I have rechecked the function “columns with ratio”. With this approach I have identified the influencing plugin was at the end WP-Piwik (a needed plugin).
Thanks for you answer and hint.
I have done a roll back to version 2.1.3 which will have the same issue.
Forum: Themes and Templates
In reply to: [GeneratePress] Bullet Points are not shownThanks. Solved
I have installed Page Builder Version 2.1.4
Forum: Themes and Templates
In reply to: [GeneratePress] Bullet Points are not shownI found the issue.
In the stylesheet style.css there is the following entry:
.widget ul li {
list-style-type: none;
position:relative;
padding-bottom: 5px;I have used the firefox element inspector and changed “none”-> “disk”. Then all bullet points are shown.
My page is using the SiteOrigin visual editor which is a widget. Does the css code above affect also other widgets? If yes then please tell me how to fix this.
Should I add some css into my “Simple Custom CSS”?