Digital experiences for all disciplines
Forum Replies Created
-
-
Thanks for letting us know, fixed for v1.2.
– Ed
Yes, you can only access forums for the items which you have purchased.
Good point about the search results – we’ll see what we can do to get the results showing which theme they are for.
Thanks,
– Ed
I think we may have had a few mail server issues – all seems to be good now though.
– Ed
What did you change? The AJAX URL returns a 404. I’m guessing it was working before?
– Ed
Try this instead:
.portfolio-item figure a { text-decoration: none!important; }
– Ed
April 11, 2013 at 10:51 am in reply to: How to make idividual background color in content boxes #1329Sorry, the css should actually have been –
.wpb_box_text.red-text .box-content-wrap { background: red!important; color: #fff!important; }
– Ed
Thanks for letting us know, fixed in v1.2 – hopefully dropping tomorrow.
– Ed
You can set the defaults for anything you like in /includes/meta-box.php, just search for the name of the option and you can change the “std” value.
Hope that helps 🙂
– Ed
Hi there,
Is it a specific image, or does it happen to all images? Can you provide an example of the image you’re uploading? (attach)
– Ed
Thanks for this Herman, will get it fixed in v1.2 which we’re sending off tomorrow.
– Ed
1) Fixed the guide, try this plugin  – http://wordpress.org/extend/plugins/remove-slug-from-custom-post-type/
2) Apologies, not sure how this got changed – must have been during testing.
/js/functions.js line 275 change to:
slideshow: true,
You can also find the time on line 276.
5) I think you’ve changed it since, but from the looks of the gallery you have it set to link to the attachment page and not the image URL, which is why you’re seeing the dark screen with no image.
– Ed
To show more of the excerpt, you can increase the length in the edit options for the blog asset. Either that, or provide a custom excerpt for each of the posts. This will return the full custom excerpt that you specify.
I can’t see the link you want to disable?
– Ed
Hi Lee ann,
You’d be best off saving the copied code, and then adding it in again after you’ve updated. You can also optionally update by re-downloading from ThemeForest and checking the changed files in the listing changelog.
– Ed
You’ve uploaded the whole download folder, not the “pinpoint” folder within which is the actual WordPress theme. If you remove the folder you’ve uploaded, and replace it with that folder it will work as it should.
Don’t worry, you won’t lose anything you’ve done so far 🙂
Hope that helps!
– Ed
You can find the categories query code in /includes/page-builder/composer/lib/shortcodes/sitemap.php line 721:
$category_list = wp_list_categories('sort_column=name&title_li=&depth=1&number=10&echo=0');
I’m not sure if latin characters are supported, but you can check the function reference here – http://codex.wordpress.org/Template_Tags/wp_list_categories
– Ed
-
Posted in: Reply To: Sitemap element issue