George Lewe
Forum Replies Created
-
Forum: Plugins
In reply to: [Lewe ChordPress - ChordPro Text Formatter] Verse Style CSS Not WorkingHi devynbrew,
i just ran over your post by a general search. I am so sorry I didn’t catch it earlier. i did not get a notification about it.
I will address it a soon as possihble.
Best regards,
GeorgeHi all,
it is easy to blame this on PHP (and maybe it is a bug there) but it is surely easy as well to apply a workaround in the plugin code. Use a proper “break” instead of the “continue” where those cause the problem here.
How to fix
1. Edit file “…/awesome-support/includes/functions-templating.php”
2. Go to line 694
3. Replace “continue;” with “break;”
4. Edit file “…/awesome-support/includes/class-product-sync.php”
5. Go to line 193
6. Remove line (there is a “break;” right underneath)
7. Go to line 220
8. Replace “continue;” with “break;”
9. Go to line 242
10. Replace “continue;” with “break;”That should work around this until the PHP bug is reoslved.
Best regards,
glewe- This reply was modified 5 years, 3 months ago by George Lewe.
Forum: Plugins
In reply to: [Audio Album] Buttonlink parameter does not consider permalink settingsHi cubecolor,
thanks for the reference site link. It also creates the ‘/?p=’ but obviously it works with pretty permalinks. It must be because the post ID was used instead of the pretty permalink post name that I tried it with. I will test that and it might already solve my problem.
I definitely understand your requirement for downwards compatibility for any change to the plugin and also that you would charge for an enhancement. At this time, however, I cannot place such an order. If I find a way to achieve my use case with little enough effort I will post it here.
Thanks again and best regards,
GeorgeForum: Plugins
In reply to: [Audio Album] Buttonlink parameter does not consider permalink settingsHi cubecolor,
thanks for the quick response and a great plugin.
Maybe there is a misunderstanding here. I was talking about the audiotrack shortcode that comes with the audio album plugin. I do believe it hard codes the ‘/?p=’ because I see it in every link that the shortcode renders, independent from the permalink setting I chose in WordPress. And it also always opens the link in a pop up window. That’s why I was wondering whether the function that parses the shortcode could be changed accordingly.
Best regards,
GeorgeForum: Plugins
In reply to: [CRANE APP Jira Integration] Oops! An error has occurred.Hi Kai,
I am getting the same error. I contacted you last year about it already.
Today I took some time to trace it down.The error occurs in shortcodes.php, line 56:
if ( is_wp_error( $session_cookie ) )
$session_cookie is returned from function ca_ji_jira_rest_cookie_auth() in file rest-api.php.
Via displaying the WP_error coming back from that function, it says “Errors occurred within cURL functions.”
Thus it happens in rest-api.php, line 43:
$ch = curl_init();
Since it obviously works in your environment, could it be something based on the hoster I am using?
Best regards,
GeorgeForum: Themes and Templates
In reply to: [OnePress] FontAwesome 4.7 Icon not showingHi there,
I have replaced all Font Awesome font files and the CSS files. Still doesn’t work. Icon in question here is “graduation-cap”. It won’t show.
Best regards,
George- This reply was modified 7 years, 9 months ago by George Lewe.
- This reply was modified 7 years, 9 months ago by George Lewe.
Forum: Themes and Templates
In reply to: [OnePress] I can’t enter new text in OnePress themeHi all,
disabling the visual editor is not a fix, rather a workaround. I want ro use the visual editor for example.
It is in fact what congthien suggested, an incompatibility with another plugin. In my case it was “Forget About Shortcode Buttons” plugin. After deactivating it, the OnPress texts were editable again. Maybe that helps the developers to find a solution.
Best regards,
GeorgeForum: Themes and Templates
In reply to: [Zeal] The jumbotron picture not showing in mobileHi riikkamarkkula (damn, had to look twice to get the spelling right :-)),
the Zeal theme does not resize the image on smaller screen sizes. That has pros and cons. It just displays the center of it with the width the screen size offers. Basically, the theme says, go to the middle of the image and show aas much as you can to the left and right. Unfortunately, the image you use on the Natasha site has the main motiv (Natashas face) not in the middle of the image.
So there are two things you can do:
1. Use a different image where the main motiv is in the center and not wider than the smallest screen.
2. Tell Zeal not to ake the center of the image and spread to the left and right until the screen width is reached. You can alter that position in the file inc/css/styles.css. Look at line 348 where you will find this style:
div.col-md-12.hero-banner { height: 450px; background-size: cover; background-position: 50% 50%; padding: 0px; display: table; width: 100%; }
Play around with the first value of background-position. Start with 0%:
div.col-md-12.hero-banner { height: 450px; background-size: cover; background-position: 0% 50%; padding: 0px; display: table; width: 100%; }
Forum: Themes and Templates
In reply to: [Zeal] Jumbotron button links don’t show pagesUntil this is fixed, here is a workaround that I use until then. You need to change the function zeal_all_posts_array() in the Customizer.php file. It is not perfect but it does the job.
function zeal_all_posts_array() { $posts = get_posts( array( 'post_type' => 'post', 'posts_per_page' => -1, 'post_status' => 'publish', 'orderby' => 'title', 'order' => 'ASC', )); $pages = get_pages( array( 'post_type' => 'page', 'posts_per_page' => -1, 'post_status' => 'publish', 'orderby' => 'title', 'order' => 'ASC', )); $posts_array = array(); $posts_array[ 'posts' ] = '[Posts]'; foreach ( $posts as $post ) : if ( ! empty( $post->ID ) ) : $posts_array[ $post->ID ] = $post->post_title; endif; endforeach; $posts_array[ 'pages' ] = '[Pages]'; foreach ( $pages as $page ) : if ( ! empty( $page->ID ) ) : $posts_array[ $page->ID ] = $page->post_title; endif; endforeach; return $posts_array; }
I came up with a workaround for above problem. I can now show the featured articles and the blog list.
1. Install the free plugin “Page Builder by SiteOrigin”
2. Set the Zeal home page to static page so it shows the featured posts
3. Set the Homepage A widget area in Zeal to Visible
4. Go to Widgets
5. Insert the widget “Post Loop” (comes with Page Builder) into the Homepage A widget area
6. Title it “Blog” for example
7. As Template, select “template-parts/content-blog-3cols.php
8. Set the other settings to your liking
9. If you want to see one category only, enter “cat=3” (without the quotes, replace 3 with your cat ID) in the “Additional” boxThat does the job.
I want to second this request. I don’t understand the concept of featured posts and recent posts excluding each other on the homepage.
I am happy with using a static page to display the featured posts. I figured that I can then also display the static page’s content on the homepage, meaning I could use a widget on that page. But there is no widget that displays the latest posts as the theme does when not using a static page as the homepage.
So, same question: How can have the featured posts and the latest posts on the homepage?
Please help.
Forum: Plugins
In reply to: [Download Monitor] Custom File NameHi Barry,
you are absolutely right. I didn’t think of that. I made a template for the Bitbucket downloads and it works perfectly.
Best regards,
gleweForum: Plugins
In reply to: [Font Awesome] Center icon in menuSame here. How do I apply classes like “pull-left” and other?