George Gkouvousis
Forum Replies Created
-
Forum: Plugins
In reply to: [Read More Without Refresh] Increase Text SizeHello Mavi.
Go here: https://YOURDOMAIN/wp-admin/plugin-editor.php?file=read-more-without-refresh-for-Wordpress/index.php and search for “font-size”
Replace the value with your favourite one and you are done.
Regards,
True. Same here.
Forum: Plugins
In reply to: [Yoast SEO] Strange errorDone.
Forum: Plugins
In reply to: [Yoast SEO] Strange errorOops ?? APC cache was killing me there.
Forum: Plugins
In reply to: [Read More Without Refresh] Plugin Testing Date for V4.3.1It is compatible and it will always be since it doesnt affect WordPress core at all. Feel free to install it and enjoy ??
Forum: Plugins
In reply to: [Read More Without Refresh] Animate open/close eventYou will be able to add CSS transitions on it, yes, but this is something you need to do it by yourself since my plugin’s functionality is supposed to remain minimal.
Navigate to this link: https://yourwebsite/wp-admin/plugin-editor.php?file=read-more-without-refresh-for-Wordpress/index.php
and replace:
$new_string = ‘<span style=”background-color: #fff;”>…………………………. “\n”;
with the code that contains effects too in its style part.
This source might help: https://www.w3schools.com/css/css3_transitions.asp
Forum: Plugins
In reply to: [Read More Without Refresh] How to display the content via image button?Hello. Sorry for the late reply.
Navigate to this link: https://yourwebsite/wp-admin/plugin-editor.php?file=read-more-without-refresh-for-Wordpress/index.php
and replace
$new_string = ‘<span style=”background-color: #fff;”>…………………………. “\n”;
with your preffered code button link code.
Forum: Plugins
In reply to: [Read More Without Refresh] Reducing space above and below "Read more/less"Hello. Sorry for the late reply.
Navigate to this link: https://yourwebsite/wp-admin/plugin-editor.php?file=read-more-without-refresh-for-Wordpress/index.php
and search for padding: 12px 12px 12px 12px;
Replace those values with the preffered ones.
Forum: Plugins
In reply to: [Read More Without Refresh] Plugin shrinks hidden textCan you share your URL?
Forum: Plugins
In reply to: [PDF Embedder] Open PDF in certain page?Thanks for your prompt reply Dan.
Do you think that it can it be custom developed?
Forum: Plugins
In reply to: [Read More Without Refresh] Can "read more" display in a modal popup?Thanks for your kindness to share your experience along with other users.
Forum: Plugins
In reply to: [Read More Without Refresh] Can "read more" display in a modal popup?Hello.
Thanks for your kind words.
Unfortunately, what you seek for implementation is outside of the scope of this plugin.There are always ways to modify the code, but we wont provide a version of the plugin that will use modal boxes.
Thanks for your understanding.
Forum: Plugins
In reply to: [Read More Without Refresh] Can't left align textHey.
It seems that the problem is caused by your feature-icon-top css theme element which is centerized.
In your case, you must manually force read-more plugin to left align the text.
In order to do so:
Go to https://www.incloud.co.za/wp-admin/plugin-editor.php?file=read-more-without-refresh-for-Wordpress/index.php and replace this line:
$new_string .= '<div class="read_div" id="read' . $rnum . '" style="display: none;">' . do_shortcode($content) . '</div>';
with this line:
$new_string .= '<div class="read_div" id="read' . $rnum . '" style="display: none; text-align: left !important;">' . do_shortcode($content) . '</div>';
Forum: Plugins
In reply to: [Read More Without Refresh] Can't left align textDo you mind sharing your url? We need to investigate whats going wrong from your code’s side.
Forum: Plugins
In reply to: [Read More Without Refresh] Not sure how to use it?Not really sure about the meaning of this sentence Ramesh. Could you please explain a bit futher?