Adeline
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Images will not displayHave you uploaded the image to the remote server (whilst in Dreamweaver)?
Forum: Fixing WordPress
In reply to: Can't change the border colour on my Cheope theme, please help.If you’re using FireFox, you can inspect elements using Firebug.
Change the border colour in your Custom CSS on Lines: 134 and 538.
#banner0, #banner1, #banner2, #banner3 { border: 1px solid #aae0fa !important; } #banner4 { background: #ffffff none repeat scroll 0 0; border: 1px solid #aae0fa; }
Forum: Fixing WordPress
In reply to: Adding text/link in RSS feedHave you tried searching for a solution on their support forum?
Forum: Fixing WordPress
In reply to: Custom user control panelTry searching within the Plugins directory for ‘user roles’. I just did a search and found the following results. It looks like WPFront User Role Editor is quite popular.
Forum: Fixing WordPress
In reply to: Importing Gallery from Dreamweaver CS3 to WordPressHave you read the Codex documentation on Where to Start?
In addition there are some links to check out in relation to moving HTML pages to WordPress:
- https://www.smashingmagazine.com/2013/05/migrate-existing-website-to-wordpress/
- https://www.elegantthemes.com/blog/tips-tricks/converting-html-sites-to-wordpress-sites
Once you create your theme in WordPress you can use the HTML Import 2 “This plugin will import a directory of files as either pages or posts.”
Forum: Fixing WordPress
In reply to: How to import images on events to iCal?I’ve recently had to create an iCal/ics (not in WordPress but a different CMS) and unfortunately it won’t be possible to add any links, images or any HTML into iCal/ics files.
I’ve searched on Google and found this: https://stackoverflow.com/questions/854036/html-in-ical-attachment and this: https://stackoverflow.com/questions/12782724/use-html-code-in-the-summary-field-of-an-icalendar-feed?lq=1 via Stack Overflow.
Forum: Everything else WordPress
In reply to: Interactive Map Plugin?It looks like the WP Google Maps plugin is able to do what you’re asking for, except on their pro (paid) version. See https://www.ads-software.com/plugins/wp-google-maps/screenshots/ and scroll to “Responsive carousel map marker listing“.
Forum: Fixing WordPress
In reply to: How to create a new page and copy the same features to new page.If you create a new page in WordPress, on the right hand side of the page you’re editing there should be a specific templates associated with that page. Select the same template that you want to use for the new page.
It also depends on what you mean by same ‘features’, do you mean widgets displaying on the page? It’s hard to know without knowing the URL to your site or if you can provide more info, that would be great.
Forum: Fixing WordPress
In reply to: featured imageWithin your Dashboard, go to Settings > Media and change the maximum width and height to your image sizes (ie. large size).
Forum: Fixing WordPress
In reply to: Lightbox and galleries not showingHave you tried:
-deactivating all plugins to see if this resolves the problem. If this works, re-activate the plugins one by one until you find the problematic plugin(s).
-switching to the default theme to rule out any theme-specific problems.Forum: Fixing WordPress
In reply to: Layout ProblemSince that is a commercial theme, we ask that you please go to their official support channel, so you can get support from the people who know it best.
Forum: Fixing WordPress
In reply to: Images won't show on desktop/ How to update cacheSince you posted this topic more than 2 weeks ago, have you been able to resolve this issue?
If not, have you tried refreshing your browser? If that doesn’t work, most of the time re-naming your images to another filename helps.
Forum: Fixing WordPress
In reply to: Emails not working despite using WP SMTPIf WP SMTP is giving you issues, it’s best to contact your web host to find out how they can resolve this issue.
A recent thread was posted around two weeks ago as well that may interest you: https://www.ads-software.com/support/topic/wordpress-451-registration-mails-going-to-spam-folder?replies=4
Have you searched the WordPress https://www.ads-software.com/pluginsplugins directory for ‘chat now or chat live’?
I did a keyword search for ‘chat live’ and found the following results.
Good luck!
Forum: Fixing WordPress
In reply to: how to change size (height) of the audioplayer (mediaelement.js) ?It looks like you’ll need to add this code or amend the players JavaScript code to alter the players height.
Unfortunately it’s not custom CSS but if you’re confident in editing JS files, you could always backup your WordPress files/ website first or test it out on a local/development environment first?
Good luck!