Forum Replies Created
- AuthorPosts
Invitation sent and no worries, it’s all just a work in progress.
Happy you got it working :).
Okay, please clarify “Is it suppose to appear as Č or C?”
And, what language are you translating to?
Also, have you tried deactivating all plugins?
It worked just fine in our testing.
For the underline, you could update this line:
<a href="<?php the_permalink(); ?>">
to:
<a href="<?php the_permalink(); ?>" style="text-decoration:none !important">
All in One SEO Pack is a great plugin, we even recommend it.
But, the themes already display SEO-friendly titles, no different than how the plugin would. So, in the plugin settings, simply disable title rewriting.
Or, you might try the other highly popular SEO plugin:
Invitations sent. Thanks for helping out, we appreciate it and the community will too.
Is it suppose to appear as Č or C?
Seeing it as Č in Firefox.
Have you changed your language for WordPress itself?:
http://codex.wordpress.org/Installing_WordPress_in_Your_Language
The theme should then adapt.
You can now join the project if you’re interested:
We’ve prepared the .pot file which you can download from here:
https://startupwp.com/downloads/startuppro.pot
We’re also looking into setting up a translation project that will allow collaboration in the preparation of language files.
Try simply wrapping it with a link like so:
<a href="<?php the_permalink(); ?>">
<?php
if(is_archive() || is_search() || is_home()){
get_template_part('entry','summary');
} else {
get_template_part('entry','content');
}
?>
</a>Are you perhaps using an SEO plugin?
Either way, try deactivating all plugins anyways to see if there’s a conflict.
If you can, please share the link to your site.
Please see:
https://startupwp.com/topic/translating-your-theme-to-your-language/
The theme files themselves are fully translation-ready, however we have not yet prepared any language files, though this is definitely high on our list improvements:
https://startupwp.com/topic/planned-features/
We’ll look into at least getting the base translation files ready over the next few days.
You’re very welcome.
Email sent.
Great, so you were able to get the latest download?
Remember to bookmark or otherwise save your receipt URL. You’ll also be happy to hear that the latest version (1.0.5) now supports automatic updates so updating in the future should be a breeze:
Just double checked and verified that the download zip contains all files. Please try again or check your computer settings for how it’s handling zip files.
This does indeed sound like a hosting issue. I would ask them to raise your PHP limits.
As for upgrading manually, your absolutely welcome to simply overwrite the old theme folder with the new one. All your settings are saved in the database, not in files and should be uneffected. The only thing to worry about is if you’ve manually and directly editing your theme files. This is very involved so you would know for sure if you have.
In any case, better safe than sorry. We always recommend backing up your work first. So backup the old theme folder before uploading the new one. Also, you’ll be happy to hear that updates will be automatic from here on out so you won’t have to hassle so much:
Under Settings > Reading from your main WP admin menu, change “For each article in a feed, show” to Summary.
You may alternatively, manually have more control with individual posts by using the “Read More” tag (http://en.support.wordpress.com/splitting-content/more-tag/).
For the most control (without hacking the code directly), we recommend this plugin:
See https://startupwp.com/topic/setting-your-themes-options/#social
And you can download a Pinterest icon from:
http://passets-cdn.pinterest.com/images/about/buttons/big-p-button.png
You can then upload that image to the Media area of your WP admin and use it’s URL in the provided code example.
Let us know if you’ll need more help.
That’s correct. Sorry we did not advise that sooner, did not fully understand the issue.
So, was that the only issue or did you still need help with some of the settings?
Also, for anyone else that has similar issues, please see:
You’re very welcome.
If you can, please provide a screenshot of how you’re entering all these options.
We’ve just created the documentation for this:
- AuthorPosts