Forum Replies Created
-
AuthorPosts
-
Steven Zahm
Keymaster@ Marcie
Great to hear the issues are resolved!
As for reodering…
Changing those lines, as you found out, will not have no effect. You need to edit the card.php and card-single.php files. I think it’ll make sense from there which lines of code you have to move around.
Steven Zahm
Keymaster@ BroD
Yes, it should be just fine. I looks like you still need to do step 4 on the QuickStart.
Steven Zahm
Keymaster@ deborah
Make the tile much wider or the image much thinner. If you image takes up nearly the entire width, the content of the tile has to be pushed down.
Steven Zahm
Keymaster@ deborah
The size goes between the single quotes, not after and you shouldn’t add a double quote after the number. For example:
Instead of this:
[connections page_limit="15" image_width=''200" image_height=''150"]
You should be doing this:
[connections page_limit="15" image_width='200' image_height='150']
Steven Zahm
Keymaster@ Lisa
The script can not seem to find the images on the server. The few other times I’ve run across this, the issue resolved itself when the site when live with a real domain name.
Steven Zahm
Keymaster@ Irfan
I’m sorry to say there is not a way to make that change in bulk. The only option would to be not display the work phone at all.
Steven Zahm
Keymaster@ deborah
Both sites are indeed running the latest. However your one site has a JavaScript error unrelated to Connections or the Tile Plus. Load the site in Chrome, hit the F12 key and click the console tab. You’ll have to resolve those error. Best guess it is the theme. You’ll have to contact the theme dev to ask them resolve the issue.
Because users had a difficult time understanding that Tile PLus required a specific image size and did not understand how to correctly change the image settings, Tile Plus 3.0 now forces the size. To force Tile Plus to use the settings, add the following to your shortcode:
image_width='' image_height=''
Steven Zahm
Keymaster@ Heather
Yes, any of the premium templates that have a category drop down.You would add the following to the shortcode to enable the feature:
enable_category_multi_select=true
Steven Zahm
Keymaster@ Marcie
First, I’m going to have to ask that you revert to cMap 3.0.2 as supplied.
The server 500 errors are unlikely to be caused by Connections or it’s templates. One item to check is the memory allocated to PHP. I recommend 128MB for a WordPress site.
The colons are not random, they are just not part of the label. The entire label and colon can be removed using different shortcode options. They are:
contact_name_format='%label%: %first% %last%' addr_format='%label% %line1% %line2% %line3% %city% %state% %zipcode% %country%' email_format='%label%%separator% %address%' phone_format='%label%%separator% %number%' link_format='%label%%separator% %title%' date_format='%label%%separator% %date%'
Just remove the the %label% and colon from the these and add them to your shortcode. Please note, these will only work with cMap 3.0 and newer.
The map not working is just about always a JavaScript error in the theme or another plugin. Load you site up in Chrome, hit the F12 key and click the Console tab. All errors generated by the pag will be listed there. The errors should point you in the right direction.
Now, only after you’ve resolved the issues do I recommend tweaking the PHP files. Make sure you are overwriting the files and putting them in the correct folder. Trust me just about 100 percent of the time this is the reason. Followed closely by the user running a caching plugin. And if you are, purge the page cache and then deactivate the caching plugin.
Steven Zahm
Keymaster@ Heather
Technically, yes, there is a beta feature in every template that has a category drop down. There is an option that can be enabled which will allow unlimited multiple category selection. Several user are already using this feature and seem quite satisfied by its functionality.
-
AuthorPosts
