Forum Replies Created
-
AuthorPosts
-
Will do and if you do find a solution that works for you, feel free to post it here :)
Regards,
Devin
Hi alexandremblah,
I can’t really tell what this is from the screenshot. We’ll need to see the site live and inspect the code to see what that is.
Regards,
Devin
May 18, 2013 at 2:04 pm in reply to: Adding AmazonS3 hosted videos and OptimizePress Shortcode? #119725When using embed code/iframe code you’ll get the best results while not using the advanced layout editor at the moment.
Some users have mentioned that when trying to show autoplay videos, the advanced layout editor has issues.
Regards,
Devin
Hi R3v0x,
You can use a plugin like Sharethis or any of the social plugins which should do it automatically. If not, you should find one that can also have php added to the files within the theme.
Regards,
Devin
Hi dweb,
We don’t have any estimations at this point (or even know if the next version will be 1.5).
Regards,
Devin
Hi dweb,
When you select a group of portfolio items for a page, the categories you want to be selectable must be included. So on the page you linked above, you need to choose all car categories to display for the portfolio group.
Regards,
Devin
Hi Spiv,
I’m not able to get that issue on any size when testing the site. Is it a specific browser or OS that it is happening?
Regards,
Devin
Hi r88,
I’m not actually sure that is really possible at all without customizing the layerslider. You can experiment with its positioning and using media queries to target the class selector for that specific item but it would need to be very specific to that exact slide and content within it.
Regards,
Devin
Hi markpevans,
Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:
p {
margin-bottom: .55em;
}You can adjust the .55em up or down as needed as well as add/replace the margin-top in the same way if you would like.
Regards,
Devin
Hi iqueda,
Do you mean the tabs widget? If so, the thumbnails will only appear if you set a featured image for a post.
Regards,
Devin
Hi chryseis,
Typically, I would suggest to regenerate your thumbnails. Since you said that cause issues earlier, my guess is that a setting for the thumbnails somewhere has been changed OR that the original image sizes were generated incorrectly and that when you re-generated them the elements you had already added them to were now incorrectly sized for the container.
So what I would suggest from here is to try deleting the photos you want to use from your wordpress Media section and then re-uploading them when you go to create the member section.
Just make sure they are large enough for the size you are setting them for so there are no stretching issues.
Regards,
Devin
May 17, 2013 at 5:34 pm in reply to: Adding AmazonS3 hosted videos and OptimizePress Shortcode? #119723Hi Antonio,
It doesn’t look like they are supported yet ( http://codex.wordpress.org/Embeds) since the theme just uses the wordpress function.
You could try using an iframe that just has the video in it, but it would be a few extra steps to set up for each.
Using the raw output instead of a shortcode will probably give you a better result if you have access to the raw code for outputting the video, but I’m not familiar with the plugin or using S3 hosted video files at the moment.
Regards,
Devin
Hi graphmaster,
Thanks for letting us know. That fix should be included in the next update as well as quite a few others :)
Regards,
Devin
Hey Andy,
I’m glad you were able to find a workaround that will do the trick :)
Regards,
Devin
Hi agarkitekter,
Changing the published date should do it, but if you have any kind of caching plugin active it may have a delay in showing up.
There are also plugins that allow you to drag and drop the post order but I’ve heard of mixed results with them.
In the mean time, I’ve added the idea to the feature request list as I know it has also been requested for the other themes in the past as well.
Regards,
Devin
Hi formateins,
The hardest thing to do with any software is finding bugs for individual use cases. So if you can give us some specific instances, we can try re-creating them.
With wordpress unfortunately, the flexibility of plugins doesn’t always lead to things working easily with each other and when activating, creating content and general doing those every day things that we do when creating a site stuff can go wrong with seemingly no explanation.
At that point, we are left with try to re-create it, find the cause and then fix that cause. So in this instance, we’ve had quite a bit of testing with WPML and various other plugins. For the most part with no major issues like the whole theme breaking.
With the builder, there will definitely be plugins that wont work with it. We can’t do anything to stop that from happening. However, everything done with the builder is just a visual representation of the shortcodes from the theme. So if you have an issue with the builder on a specific page/plugin usage you can just use regular shortcodes to create that page and get the same effects.
Regards,
Devin
May 17, 2013 at 5:10 pm in reply to: Currently experiencing lots of troubles with making changes and saving pages #119108There are still quite a few elements that get styled automatically based on other selections but they can all be modified with a bit of css. Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:
#footer .widgettitle {
color: #fff;
}Which will change the color of the widget titles in your footer to white.
Hi Elly,
Please only make single topic for an issue. It helps keep the forums easier to search, us to answer and generally for everyone to use. Ismael responded to your other topic with the same title and content so I’ll close this one.
Regards,
Devin
May 17, 2013 at 5:00 pm in reply to: Can "Links", "Bold" and h2 texts be different colors under Main Content? #118930Hi Jasmine,
You can set up standards if you want them to apply site wide or on all posts. So, for your example you could make all links in a post blue but it would effect all links inside the post.
IE:
#top .entry-content a {
color: #0022ff;
}
#top .entry-content a:hover {
color: red; /*hover color for links*/
}Is this what you mean? If its trying to get standard layouts for specific types of posts, then Ismaels suggestion above is the best way to do it by adding consistant classes to your items so that they are automatically styled based on css.
Regards,
Devin
Hey radisafi,
Can you post the shortcode exactly as you enter it. I’d like to try and re-create it and then get some other test cases to go along with it to nail down the bug.
Regards,
Devin
Hi mdlhale,
You should never edit the css files from the theme directly, instead add your css to the Styling tabs Quick CSS field or in the theme files the blank custom.css file which is meant for your own custom css.
For the logo, there isn’t any padding that I can see that might correct what you are describing. The logo gets floated left with this:
div .logo {
float: left;
position: absolute;
left: 0;
}So whatever size it is, its just float: left to be on the left size. If you wanted somethign different, an example showing the logo would help :)
The font in the demo is:
13px/1.65em "HelveticaNeue", "Helvetica Neue",Helvetica,Arial,sans-serif
So, 13px HelveticaNeue.
For the mega menu, if you can show us an example we’ll see why that is happening (it shouldn’t be).
Regards,
Devin
Thanks for all the suggestions :)
Lots of good ideas so far!
Hi ligend,
The theme just uses the standard wordpress implementation of the gravatar avatars. If the plugin you are using isn’t replacing them, you would need to check its settings or contact the author of that plugin(s) to see what the issue is.
Regards,
Devin
May 16, 2013 at 2:12 pm in reply to: Titles on blog page with h2 but single post title with h1 #119120Hi Alex,
No, I don’t believe so since it uses the same function.
Regards,
Devin
Hi fragezeichen,
What is the code you used to add the icon to the text field?
Since it sounds like things may be generally having issues, try disabling all active plugins and dropins (except woocommerce and bbpress if you have them active).
Also try re-downloading the them files from themeforest and re-uploading them in case there is a corrupted or incomplete file somewhere within the theme files.
Regards,
Devin
Hey Jasmine,
If you are having issues with wordpress installations between folders I would recommend looking into a freelance developer. We can assist with specific issues but this is really outside of what we can do via support.
Typically, the above is just what I do and is really just general advice. Its not the only way and if you aren’t comfortable with going off of the codex you may have an easier time with another method.
Regards,
Devin
May 15, 2013 at 4:21 pm in reply to: Nick's video still cannot be seen on Vimeo *regarding blank pages background etc #119323Hi jasmine,
I’ll tag the topic for Nick so he knows to re-up it.
Regards,
Devin
Hi Michael,
Do you mean when using the Advanced Layout Editor (drag and drop layout editor)? I’m not sure if that would be fixable or not just because of the way the save works on those items. Because they are saved separate from the visual editor data, I don’t know how wordpress treats it when previewing vs publishing.
I’ve tagged the topic for Kriesi however so that he can look further into it.
Regards,
Devin
Gotcha, though I’m not sure if its something that will be changed within the theme. You can add your own css to replace it and use pre-wrap if you want the text to wrap or add line breaks if you wanted them with the current value. My thinking is if you are adding so much text to the special heading that it creates an overflow, you could just use a text block at that point and the line isn’t really needed since you have a full sentence of text there.
Either way I’ll tag it for Kriesi to take into consideration.
Regards,
Devin
Hi Tomas,
I’m not sure who is available for freelance work at the moment on the support crew, but there are places like Codeable.io and elance where you can post jobs for wordpress and find a freelance developer that way.
Regards,
Devin
-
AuthorPosts