Fantasmo
Forum Replies Created
-
Forum: Plugins
In reply to: [Livemesh SiteOrigin Widgets] Grid add PaginationThank you for your reply.
Yes I was asking for some kind of “load more” or “pagination” option.
Thank you.Forum: Plugins
In reply to: [SiteOrigin Widgets Bundle] Contact formActually I have this same problem.
I do have a subject line and thought this would be taken as subject for the email I receive, but I do get the emails with my sites title as subject.
Is not a big drama in my case, but would be great if it worked correctly.
Might be a bug?!…Forum: Plugins
In reply to: [SiteOrigin Widgets Bundle] Images on pricing tableBy putting the php-code that creates a slideshow into the php-code that creates the pricing table (plugins > editor). I guess putting only a slideshow shortcode there will not work.
Is probably a bit complicated.
Ok and somehow you would need to get an identifier into this slideshow-code of WHICH slideshow should be displayed in a pricing table … maybe the plugin “advanced custom fields” could help here too.
Forum: Plugins
In reply to: [SiteOrigin Widgets Bundle] SiteOrigin Price TableMaking the image clickable?!
I guess that’s not possible by default…you probably need to find the php-file that creates the pricing tables (somewhere at plugins > editor i guess) and then find thein the code there and wrap it into an -Linktag (and in the “href=” of the link tag you put the href-code of the button which of course already is also in this php-file.
Forum: Plugins
In reply to: [SiteOrigin Widgets Bundle] SiteOrigin Image title centeredI guess that’s not possible within the widget options. You probably need to do it via your own custom css…to the img-title add something like “text-align:center;”
EDIT: I found this part in the “inc-folder” and it’s triggered by a line in the functions.php?!
So is it actually even possible to create a Child Theme? It seems a bit more complicated than other themes…?!Forum: Plugins
In reply to: [Advanced Custom Fields (ACF®)] Image – get the thumbnail size…ok I got… I had to select “image ID” as output value when setting up the fields.
Forum: Plugins
In reply to: [Dynamic Featured Image] Second image doesn't display on page.Hello,
it also doesn’t show up on my theme (using “Screenr”).
I pasted the first two codes snippets from the above linked GitHub-Wiki, but it didn’t work…first one showed the code in the frontend, second one somehow displayed strange text from somewhere else..Here is the code which of the original template which I want to replace.
<?php if ( has_post_thumbnail() ) { the_post_thumbnail( 'screenr-service-small' ); } ?>Maybe I have to use another code here than the one from the wiki?
Please help…Forum: Themes and Templates
In reply to: [Sydney] Removing padding in SydneyOha 🙂 thank you that was it.
Thank you for your help!Forum: Themes and Templates
In reply to: [Sydney] Removing padding in SydneyHelly I have the same issue,
I have row (set to full-width-stretched, top/bottom padding 0) with 2 columns, left a text widget, right a video widget. Top/bottom padding 0 works.
And then I set “padding 0” in the video widget to get rid of the right whitespace, but still has white space on the right (is this a css bug?).I could fix it via custom css but I wanted to use the build in options, especially to make it easier for non-admins who work with the site.
Thank you
…eh…ok WP is indeed included when the database and files are exported. Sorry my fault;)
Forum: Plugins
In reply to: [Business Opening Hours] editor can not edit opening hoursI know, but I want to make it accessible to editors.
I don’T want them to have admin access.What can I do?
Typing something in the plugin code?
Or using an access-plugin (which is the right one “Adminimize” or “User Role Editor”?
(Which function is actually responsible here, “edit_pages”, “edit_plugins”?)Forum: Reviews
In reply to: [Opening Hours] BrokenTested it…currently it doesn’t seem to work with “page builder”?
I was able to set up the opening hours and holidays but now can not edit the pages (it brings me not the page to edit but an interface of the opening hours)Forum: Fixing WordPress
In reply to: Fatal error: Class 'WP_Customize_Cropped_Image_Control'…ok, since I had version 4.5.2 I updated to 4.5.3 now it works.
(But strange since I already had this installation working before).Anyway, thank you for your help!
Forum: Fixing WordPress
In reply to: Fatal error: Class 'WP_Customize_Cropped_Image_Control'It also shows up with twentysixteen