Search:
Search took 1.00 seconds.
-
It was submitted to AppThemes yesterday :) So should be up soon I hope :)
-
Can't wait for the new Custom Map Pins for Vantage 4.0+ since I used it on my legacy sites. Thanks dalemiles!
-
I would be interested in getting alerted when marketplace items are upgraded and ready for Vantage 4.0. In the meantime here is a list that I am aware.
A list from a Vantage bundle Post that have...
-
Here's the tutorial. It gets you started with a basic child theme skeleton. Then you can start adding more template files and styles based on your preference.
...
-
Hi acseptic,
Try checking your server error log for clues to what triggers it. You can ask your host support for the location of the log.
However, I suggest that you upgrade to the latest...
-
JobRoller Version: 1.8.2.1-dev
WordPress 4.3.1
Several registered Job Listers have tried to submit new job postings using their dashboards. In each case they reported that after filling in all...
-
you change that in the settings under header->header text
the default is Heading 1. you can change it to so Heading 4 for example.
you can also change to text mode and add your own style to specify...
-
Thanks for the assist tmackinnon as I have missed this thread.
Have a nice day.
Regards,
Jomark
-
Thanks for the suggestion tmackinnon.
Happy new year.
Cheers,
Jomark
-
yes you can hide or remove it from your site map.
either hide via css as per below:: Add below style code in your current active vantage theme style.css at very last line and it will hide the...
-
Hello everyone,
If anybody like me wants to customize the default "More" link that appears in blog posts page here is the solution. After a bit of research I found out that WP allows to customize...
-
I submitted the idea to the ideas exchange. You could vote for it: http://ideas.appthemes.com/vantage/seperate-search-widget-just-for-the-blog-articles-3586/
Otherwise, you might consider using a...
-
+1 tmackinnon . i wish blog search is integrated to main search bar in the future release
-
Excellent share shunarjuna. Tested this and does work perfect!
-
You'll need to use a body class to take it out only on the full width template. This should work;
.page-template-full-page-php #content-mid {
background: none;
}
-
Hi TM,
You can try decreasing the width of the description box div which can be found on the style.css (line 2124), specifically the codes below;
.plan .plan-content {
max-width:...
-
Thank you and appreciate your request to the development team. I have learned the hard way that one of the challenges of editing code, is when appthemes makes an update, it overwrites the editing. So...
-
Within the vantage folder, there is a folder called scripts. scripts.js is in there. Line 107 is near the bottom.
I've logged a ticket with the Dev Team about either making an admin option to...
-
You may check the \scripts\scripts.js line 107 and increase the zoom paramater value as it is currently set to 10. There is also a zoom parameter reference on listing-edit.js.
Take note that his...