Forum Replies Created
-
Author
-
AndreiModerator
I have give a closer look and you had some javascripts errors which were triggered by the JetPack plugin.
I have deactivated it temporary until you can give a closer look into it’s settings and see if you can make it work.Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAndreiModeratorHi,
1. Yes, by default magnificPopup is available only for posts, here is a code snippet which should be added in your functions.php file:
COPY CODEfunction kleo_before_main_content_portfolio(){ if(is_singular('portfolio')){ echo '<div class="article-content">'; } } add_action('kleo_before_main_content', 'kleo_before_main_content_portfolio'); function kleo_after_main_content_portfolio(){ if(is_singular('portfolio')){ echo '</div>'; } } add_action('kleo_after_main_content', 'kleo_after_main_content_portfolio');
2. Captions are available just in the post content not in the modal.
3. In order to be able to open links in iframe you will have to do two steps:
First add the following code in “Theme Options > General Settins > JavaScript code”:
COPY CODE<script>jQuery(document).ready(function(){ jQuery('.openiniframe').magnificPopup({ type: 'iframe' }); });</script>
Secondly, create a link with the “openiniframe” class, here is an example:
COPY CODE<a href="https://maps.google.com/maps?q=1+Place+Giovanni+da+Verrazzano,+69009+Lyon,+France&hl=fr&iframe=true" class="openiniframe">Open Google map</a>
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAndreiModerator@karhas, your other issues that are not related to the layout switcher error I think that are generated because of your problems with the hosting server.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAndreiModeratorIf you want to run a full featured platform with woocommerce, buddypress, forums and other plugins beside this ones you will have to consider upgrading your hosting plan, I recommend you to consider at least a medium VPS plan.
Also in your case, I don’t know exactly what are the differences between your staging and live server, there are servers optimized for running wordpress and there are others which are not, so this might influence the way wordpress consumes the resources of your hosting server.
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAndreiModeratorI’ll ask him to contact you as soon as possible.
Please let me know if I can help you with anything else.
CheersHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAndreiModerator@karhas, for your other problems I recommend you to open a new topic so we can have someone give a look into your issues one by one.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAndreiModeratorHi,
Here is a quick fix for the errors caused by the kleo posts layout switcher, this fix will also be present in our next theme update, meanwhile you will have to replace the following file with the one attached below:
“wp-content/themes/kleo/vc_templates/vc_posts_grid.php”Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAttachments:
You must be logged in to view attached files.AndreiModeratorWhere would you like to use it ? Also please note that this animation cannot be modified in order to be used in your own context.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAugust 30, 2015 at 21:56 in reply to: FB likebox, profile drop-down, reading private messsages #75391AndreiModeratorYour code seems correct, please be sure your user has that level applied, and after give a look into the source of your page and see if the code is present.
Another thing is that you should provide full url to to css and script files.
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAugust 30, 2015 at 21:52 in reply to: Search page is not working. Still appears: Nothing Found #75390AndreiModeratorPlease take a look at the plugins or custom code modifications that you might added, try to temporary disable them and see if you still have problems with your search.
Also, to confirm that is not an issue from our theme, please temporary switch to the default wordpress theme and do a search there with the same terms, if you do so and find differences between search results please let me know and it will be my pleasure to give a closer look into your issue.
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAndreiModeratorWidgets are available in your wp admin area under “Appearance > Widgets”.
The last version of Kleo is 3.0.7, please be sure you have entered your envato api key ( http://themeforest.net/help/api ) under “Theme Options > Theme update” in order to receive theme updates.Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAndreiModeratorIf you need an profile in your wordpress site there are plugins which helps you to achieve that, I just said that it’s not used to have a profile at that address because it’s just a blog author post archive page.
For example for profiles in our theme we use the buddypress plugin.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAugust 30, 2015 at 17:30 in reply to: Search page is not working. Still appears: Nothing Found #75366AndreiModeratorYour search performs very well, you just searched a string which doesn’t have any results. Ex.: http://www.clubseznamka.cz/?s=matching
Also, if there would have any issues with your search system, it wouldn’t be from our theme, because we don’t modify in any way the search behavior.
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAndreiModeratorPlease switch to any of the default wordpress themes and you’ll understand what I’m talking about, by default there isn’t any author info displayed in the author archive page, and this is not about people in Europe, because we’re from Europe too, it’s about knowing how wordpress was designed to work.
Beside this, yes, it would be nice to have a minimal profile box at the top of the author archive page, but you can file this as a feature request, not as a bug. For that you can open a topic in this section: https://archived.seventhqueen.com/forums/forum/feature-requests/sweetdate-feature-requests
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAugust 30, 2015 at 03:50 in reply to: FB likebox, profile drop-down, reading private messsages #75327AndreiModeratorHi,
1. In order to add a count to your custom menu, you will have to create your own count and attach it to the custom menu item that you have added in that position.
2. It depends of where you would like to have it displayed
3. Unfortunately there is no option to resize the footer columns.
4. You should find them in the main translation of wordpress. You can use a translation plugin to change the them.
5. This will require some custom developments in order to create additional restriction rules.
Please let me know if I can help you with anything else.
CheersHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAndreiModeratorTriple checked, they don’t work, please just paste the ones that you tested here again so I can use them.
If I have the credentials available on Monday I’ll be available to give a more in-depth look at your issue and check what’s wrong.Looking forward.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAndreiModeratorPlease give us a link to the page where this happens and also provide an ftp account so we can check what’s the issue.
CheersHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAugust 30, 2015 at 03:40 in reply to: Can you please tell me how to fix this javascript error? #75323AndreiModeratorProbably you mistyped something, please change only the line with the “scrollTop” value.
CheersHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAndreiModeratorCan you please let us know where you want to see this status indicators more exactly ? Can you please provide us a screenshot with the exact location ?
Looking forward.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAndreiModeratorHi,
You can use our theme with those addons, the only thing is that we didn’t tested all of them so if you encounter any issues please let us know.
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAndreiModeratorSorry for the late reply,
@champ1on, I think you don’t know, but the author page by default in wordpress is just a listing/archive of the latest posts written by that author, it wasn’t designed to be a profile page.Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAndreiModeratorCan you please provide us a link to your site, in a page where this happens ?
Looking forward.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAndreiModeratorSantos, sorry for the late reply, did you managed to fix this issue or do you still need help with it ?
Looking forward to help you.
CheersHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAndreiModeratorFirstly please excuse me for the late reply, the warning from your error low shouldn’t have any impact, can you please describe me what kind of issues did you had ?
Looking forward.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAndreiModeratorIt was my pleasure, Cheers.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAndreiModeratorSorry for the late reply, I have just tested the code I provided and it works perfectly, the media tab get’s moved into the right position and as well it gets renamed. Do you still have an issue with this ?
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAndreiModeratorI’ll move this under feature requests so it can be voted for future implementation.
CheersHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAugust 30, 2015 at 02:52 in reply to: registration , activation link, and – login redirection issues #75309AndreiModeratorI’m sorry for the late reply, but the topic was marked as resolved and I didn’t saw your last private message.
Can you please let me know if you still need help with this ?Looking forward.
CheersHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAndreiModeratorFirstly please excuse us for the late reply, secondly can you please be a little bit more specific to what widget do you refer too ? Mainly it won’t be possible, at least no without some custom modifications to the widget but please let me know which widget you want to modify so I can see how hard would that be. Provide me a screenshot with the exact widget.
Looking forward.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAndreiModeratorSorry for the late reply, yes you can turn off our social share buttons and add a plugin which has such features.
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAndreiModeratorThis issue is still present ?
Looking forward.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAndreiModeratorMy colleagure @Radu will assist you with this small modifications on Monday.
Meanwhile have a nice weekend.Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAndreiModeratorUsing the redux plugin, you should check where he stores it’s own language files and ad your own there. Or you could try to place them under “wp-content/languages/plugins”.
We’ll address this in the future but for now it has low priority.
CheersHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAndreiModeratorJust update your theme to the latest version which should have this patched.
CheersHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAndreiModerator1. This was an older issue, please update your theme to the latest version and let me know if the issue is still present.
2. For that page you probably set the “transparent menu” option to yes, which produces such effect, that option is meant to be used just in conjunction with a big slider or image.
3. Unfortunately there isn’t such issue, they are alphabetically ordered.
Please let me know if I can help you with anything else.
CheersHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAndreiModeratorIn the functions.php file from your active theme.
CheersHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAndreiModeratorThere wasn’t any issue, probably just browser cache or slow loading of javascript libraries.
Here is how I see your page (http://seventhqueen.com/public-files/andrei/2015-08-30-b141z.png) , can you please provide a screenshot as well ?Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAndreiModeratorWell, if your login plugin doesn’t fire the “user_register” hook in their process then it means they don’t follow standards. Please contact them to do so.
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAndreiModeratorI’ll give a closer look into this issues for one of our next updates, thank you for pointing them out.
CheersHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAndreiModeratorWe’ll gonna approach the implementation of Geo My Wp in one of our next updates.
Keep close, cheers.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts