Simone
Forum Replies Created
-
AuthorPosts
-
Giuseppe I thought it was a screenshot of your website, and you wanted to add the second row with the TEXT STYLES 😉 (the text styles are in the second row of the WYSIWYG editor.
To enable the editor go to Design > Listings > Show description field as editor
Tthe last icon on the right,based on The screenshot you posted earlier (not this one ) 🙂
Hi, click on the last icon you see and a new row will appear.
Yes sorry, I meant that 🙂
Hello, I don’t know this could be helpful, it worths a reading https://wordpress.org/support/topic/plugin-wordpress-seo-by-yoast-importing-meta-data-from-csv-file
Hello, please post url and login details so we can have a look, thanks.
Unfortunately there is no way to differentiate the category from the popular category widget, they combine all the post types. What you can do is to create a Text widget and add the link to the category singularly and then with widget logic you can filter the widget, or you can add the link inside the page, as content, without widgets at all.
For the map you will have the map showing all the custom type1- if you go to Design – Navigation (or this link yoursite/wp-admin/admin.php?page=geodirectory&tab=design_settings) you can decide to add the Add listing for Events post type, to you can manually add this url add-listing/?listing_type=gd_event but first you need to allow the post type from Deisgn – Navigation, where it says “Allow post type to add from frontend”
2- to change the slug, you can do that by editing the post type from Custom Post Type (you need this addon here https://wpgeodirectory.com/addons/custom-post-types/ ), and from there you will be able to change the label and the slug
3- Install a plugin called widget logic, here https://wordpress.org/plugins/widget-logic/ and then on the calendar widget add this code in the Widget logic area
geodir_get_current_posttype()=='gd_event'
4- You have set the events to display events for Today only, I think you want to show the upcoming events, to do that go to the Events Settings and in the General tab you will be able to choose the value from the Default event filter
You can buy the MultiLocations addon from here: http://geodirectory.themetailors.com/tt/portfolio/multilocations/
or getting all the add ons: here for more info
https://wpgeodirectory.com/addons/Ive linked the addon in my post earlier, her you can find more info https://wpgeodirectory.com/addons/multilocation/
If you do not have the MultiLocation addon installed, you can select only a city, in your case I see it is Sevilla.
Hello, I’ve seen someone with a working spanish version, but I don’t remember who he was..
Follow this tutorial, and you’ll be fine
http://docs.wpgeodirectory.com/translate-core/
remember to change the .po/.mo files to geodirectory-es_ES.po (and .mo)
you can drag the pin on the map and set a custom location, but a city (and a pin) is mandatory
Hi, you had the places hidden in the map settings (Design/Map tab) where it says “SHOW / HIDE POST TYPE AND CATEGORY ON MAP”, the selected will be hidden. I’ve unticked this option and now the map is showing the places.
Check in your Prices package, for the event (and other packages as well), the category limit should not be 0, but blank for unlimited categories.
For the title, try to add this code in the style.css inside your child theme
h1.entry-title.fn { max-width: 99%; }
-
AuthorPosts