htc123
Forum Replies Created
-
Oh sorry. Cut /paste issue on title. This is an issue with WP Latest Posts plug in. The featured image of the post has set but not showing up in the WP Latest Post listing page.
WP Latest Posts version: Version 5.0.8 and WordPress version: Version 6.5.4
Thank you again for looking into the issue.
Forum: Plugins
In reply to: [Recent Posts FlexSlider] Switch from LandscapeFirst of all, this is a great plugin.
i have a similar issue though when I view the slider on iPad, the image got cut off because the plugin scale on width but fix on height specified in the setting. Would you please tell me the CSS code changes needed to make the image with fix height and width so the image will not cut off on iPad ?Thanks
Forum: Plugins
In reply to: [Recent Posts Slider] No imageHi Neha,
Just thinking out loud, is it possible that there is database timeout issue when writing? is it possible the problem is with the browser? I just realized that the browser on the VM is Firefox which giving me problem. But there is no issue with safari on mac when accessing to godaddy site.
Any ideas?
Forum: Plugins
In reply to: [Recent Posts Slider] No imageHi Neha,
Nope. Both 09 and 12 are writable. Actually some of images in 09 folder also not set correctly. I also see other posts having similar issue and wonder if it is the code issue instead of access issue.Thank you for looking into this issue.
Forum: Plugins
In reply to: [Recent Posts Slider] No imageHi Neha,
I dig into the issue a bit more and found that there is no value in ‘meta_value’ for the problem post_id in ‘meta_key’ column ‘_rps_img_src’ of wp_postmeta table.
If I update the image path manually then the image shows up. So I am thinking there is an issue on writing the image path to MySQL database ‘wp_postmeta’ table.
Any ideas would be appreciated.
ThanksForum: Plugins
In reply to: [Recent Posts Slider] No imageHi Neha,
Thanks for your reply.
The good image path: <img src=”/wp-content/uploads/2013/09/pdf_icon.jpg”>
Another good image path: <img src=”/wp-content/uploads/2013/09/abcd.png”>
The bad image path that did not show would be: <img src=”/wp-content/uploads/2013/12/abcd2013.png”>Could you tell which table in MySQL would store the slider info please? This would kinda help to debug the issue.
Should I try the new version of plugin?Thanks again for looking into this issue.
Forum: Themes and Templates
In reply to: [Attitude] Making Submenu Same Color As Main MenuHi MariaM27,
Sorry I did not check this post for sometime myself.
To change the submenu text to white, use the following css code in custom CSS.
(Appearance -> Theme Options -> Custom CSS)#access ul li ul li a { color: #ffffff; /* #ffffff; is white. #ffa500; is orange. This is the submenu text color */ }
Forum: Plugins
In reply to: [Recent Posts Slider] No imageHi Neha,
Thanks for the swift reply. The current web site is on a VM of internal server that do not have external internet connection. Also I want to add that the slider works on go daddy site but now having issue on the VM. Also the image does not show on all the new images I updated to VM server. The weird part is that it works with some images already existed but not all of them. I also tried to insert image from ‘Media’ and ‘Add to Post’, both do not work.
But I can see the image in the ‘Featured image’ of the post. No <img src > tag when view page source though.Any ideas would be greatly appreciated.
Thanks
Forum: Themes and Templates
In reply to: [Attitude] Making Submenu Same Color As Main MenuHi Maria,
Thanks for posting the question for submenu color. I figured out ‘#access ul ul’ is for the menu drop down. I made the following changes in custom CSS section to make the menu bar and submenu to sky-blue:
#access { background-color: #a1dbff; } #access a { color: white; } #access a:hover { color: white; } #access ul ul a { background: #a1dbff; }
Please substitute the background/background-color code as you wish.
Thanks
htc123Forum: Themes and Templates
In reply to: [Attitude] Menus / Navigation Bar Background ColorI realized that this post is resolved but I want to ask one more question.
How to make the submenus to be same color as the top level menu?
I see that in your website https://www.readingforpleasure.net/ , the submenu items are not blue.#access { background-color: #xxxxxx; }
Thanks in advance
htc123Forum: Themes and Templates
In reply to: [Attitude] pinch to zoomHi Siobhan,
Never mind. Appreciated your quick response. Awesome! Works like a charm.
Many Thanks.
htc123P.S. It would be great if we can add this feature to the next release of Attitude theme.
Forum: Themes and Templates
In reply to: [Attitude] pinch to zoomHi Siobhan,
Thanks for your response. I followed your direction and created a child theme and created a header.php and replace the ‘attitude_meta’ with what you have described above but nothing seems to change.I must be missing something.
Any ideas?
Thanks in advanceForum: Themes and Templates
In reply to: [Attitude] pinch to zoomAnyone else having the same problem? I looked around on the Support but could not find any post about Pinch to Zoom.
The link is https://www.sykkacc.com. Try to open it on iPhone and pinch the text.How to make Pinch to Zoom work on mobile device please?
Thanks