rakin56
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Store Locator] Store Icons not in the correct placeI played around with the ‘anchor’ values and it moved them closer. It looked as if they were positioned with the top left corner at the anchor and I was looking to place them at the center of the marker. It looks much better now. The only issue is the auto zoom for some reason is automatically set at 4 and won’t change when I update the settings. I have refreshed and tried different starting points and different zoom levels with no change.
Forum: Plugins
In reply to: [WP Store Locator] Add link to landing pageIs there anyway to have the marker direct to that landing page rather than showing a popup window with information?
Forum: Plugins
In reply to: [WP Store Locator] Thumbsize filterPrior to the most recent plugin update the store thumbnail would link to the url provided by that store. Now the url is linked in the store title. Is there a way to change it back?
Forum: Plugins
In reply to: [WP Store Locator] Thumbsize filterAwesome! Thanks Tijmen Smit! That fixed it. One other thing, before the update my thumbnail was hyperlinked. Is there a filter for that?
Forum: Plugins
In reply to: [WP Store Locator] LogoTijmen,
Thank you. I will give this a shot.
Thanks!
Forum: Plugins
In reply to: [WP Store Locator] Featured ImageI got if figured out!
Forum: Plugins
In reply to: [WP Store Locator] LogoHey Tijmen,
I found your documents with the php for this issue. I was wondering if it is possible to make the “Get Directions” link look like a button. Basically add a border and background.
Thanks!
Forum: Plugins
In reply to: [WP Store Locator] LogoHey Tijmen,
Can you make the featured image larger than 45×45? Also, can you make it hyperlinked to the url that the business name is linked to?
Thanks!
Forum: Plugins
In reply to: [WP Store Locator] Can't Update thumbnailsThank you Tijmen Smit! I ended up replacing the admin.js file as it was missing a } tag.
Forum: Themes and Templates
In reply to: [Modality] Child Theme Not Working :(Nevermind, @paulwpxp I got it fixed.
Forum: Themes and Templates
In reply to: [Modality] Child Theme Not Working :(@paulwpxp did your child theme mess up your menu?
Forum: Themes and Templates
In reply to: [Modality] Email address in footerDo you mind providing the code you used. I am looking to add links to my privacy policy and terms of use at the end of copyright.
Thanks!
Forum: Themes and Templates
In reply to: [Modality] Slider images not scalingThanks vipticketsroma. I ended up adding this to my CSS
.banner .inner {
padding: 10px;
background: rgba(255, 255, 255, 0.7);
border: 2px solid rgba(255,255,255,.4);
border-radius: 5px;
margin-left: 20px;
margin-top: 50px;}
.banner .btn {
float: left;
margin-left: 25px;
margin-top: 10px;color: #fff;
font-size: 12px;
font-weight: bold;
text-transform: none;
text-decoration: none;border: 2px solid rgba(255,255,255,.4);
border-radius: 5px;
}It shifts the text box and adds a hazed background behind the text. Now I need to figure out how to make the image slider php pull a video from the blog posts rather than the featured image. Any ideas?
Thanks!
Forum: Themes and Templates
In reply to: [Modality] control of uppercaseIf you go to the CSS style sheet and search for upper case you can see which items are being forced to upper case. Change upper case in every example to none. This will allow the text to match the way it is imputed into the page. So if you make the page title all caps then it will be all caps on the site. If you don’t then it won’t.
Forum: Themes and Templates
In reply to: [Modality] Descriptions on sliderAnother issue I am working on is using the image slider to pull a featured video from the posts rather than pulling the featured image from the posts. Is this even possible or should I not worry about it?