Forum Replies Created
-
AuthorPosts
-
June 27, 2013 at 3:37 am in reply to: How to remove a link to the original image from a featured image? #125721
Hi andreikharlanov,
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:
#top.single-post .big-preview.single-big a,
#top.single-post .small-preview {
pointer-events: none;
cursor: default;
}If you have a link to the page there is also a jquery method as well but I like to make sure its very specific to the page/layout so that it doesn’t cause any outside issues.
Regards,
Devin
Hi stats4stem,
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:
.special-heading-border {
display: none !important;
}Regards,
Devin
Hi gianmarizzi,
No, I don’t believe so since the boxed layout has a wrapper on it to contain all content inside of it.
Regards,
Devin
Hi sharonleaney,
Just go to the youtube video you want to embed and under it choose the Share tab. Then select the Embed tab and you’ll get some iframe code you can use to paste into a blank text widget. Adjust the size of the video to fit the widget and that will do it :)
Regards,
Devin
Hi Michae1,
Thank you for letting us and anyone else who searches for it know :)
I’ll keep it in mind for future support.
Regards,
Devin
Hi WaTcHinG,
There isn’t an option to switch between the regular visual editor and the advanced layout editor but you can use shortcodes to build the same layouts that the advanced layout builder has (except for color sections). Then you’ll be able to easily modify a shortcode after you’ve added data to it via the interface popup.
Regards,
Devin
Hi Faye,
The only other thing to try is to disable all other plugins and dropins that are installed and running. Outside of that, you can try re-downloading the theme and then re-installing it in case there was an issue when first installing.
Regards,
Devin
Hi Bruce,
The demo actually uses 1700 width images. See: http://kriesi.at/themes/enfold/files/2013/04/floor.jpg which is 1700×470.
Regards,
Devin
Hi joe88,
Did you set the footer links manually? If so you can just remove the #tabname from the end of url for that page. Otherwise if you can link to the page we can see what you have now.
Regards,
Devin
Glad we could help :)
Let us know if you have any other questions or issues.
Regards,
Devin
That should be fine for SEO as far as I know :)
Regards,
Devin
June 27, 2013 at 12:19 am in reply to: Issue || How to Remove Dual Vertical Scoll Bars and Title Bar #126570Hi ukcommsdigital,
We’ll need to see the page live to see why its got the scroll bar like that.
The front page should be generated if you use the import dummy data option but otherwise its just created using the Advanced Layout Builder and using the column elements for the grid layout and the other elements for the content.
See the videos here for general tips on using the theme: https://vimeo.com/channels/aviathemes
Regards,
Devin
Looks fine from the front end, if you can create a temporary admin login for me I’ll log in and take a look.
You can send the information to my email at DevinVinson (at) gmail.com. Make sure to include a link to this topic so that my spam filter doesn’t grab it :)
Regards,
Devin
Glad we could help :)
Let us know if you have any other questions or issues.
Regards,
Devin
June 27, 2013 at 12:01 am in reply to: Woocommerce catalog visibilty options – breaks page after theme update. #126564Hi benzrecordings,
Try disabling the extension then making sure things are working like normal. Then check WooThemes to see if there is an update to that extension and if so, install it.
Now disable all other plugins except for woocommerce and then re-enable the catalog visibility extension. If it works, re-enable the other plugins one by one.
If not, the best thing to do is contact WooCommerce support or the Catalog Visibility support if that is possible to see if they can take a look and give a good idea on what might be the conflict.
Regards,
Devin
June 26, 2013 at 11:51 pm in reply to: Contact form: choose recipient by selecting from dropdown menu #126563Glad we could help and sorry its not quite the answer you were looking but we are trying to add as many features as possible to Enfold so hopefully this is one Kriesi can add in :)
Let us know if you have any other questions or issues.
Regards,
Devin
Glad we could help :)
Let us know if you have any other questions or issues.
No due date on 1.8 at the moment. Kriesi usually announces it on his twitter when he has sent the update to Themeforest for approval.
Regards,
Devin
Hi Eric,
As far as I know you still need to set the index using a shortcode and then just link to that page in your menu. See: http://codex.bbpress.org/shortcodes/ for the shortcode:
[bbp-forum-index] – This will display your entire forum index.
Regards,
Devin
Glad Ismael could help :)
Using > in your css can make for some much easier and more simple styles once you get used to using it.
Regards,
Devin
Hi tiperry,
Try using this css instead of the above just to keep things a bit more fluid:
.tribe-events-month-nav {
display: block;
width: 100%;
}
#top #tribe-events-events-month {
float: left;
margin-right: 5%;
}
#tribe-events-events-year {
float: left;
}
.tribe-events-prev-month {
float: left;
margin-right: 2%;
}
.tribe-events-next-month {
float: left;
margin-left: 2%;
}Hi robbo651,
If you have a link where we can view the site live maybe we can spot something there. Other than that, I would suggest disabling all active plugins and seeing if that helps things.
You can also try these methods to increase your php memory limit as many budget hosts don’t quite have enough to run the advanced layout editor in addition to wordpress core and even a few other plugins depending on the amount currently set: http://www.dailyblogging.org/wordpress/increase-wordpress-memory-limit/
Regards,
Devin
Glad Dude could help :)
Let us know if you have any other questions or issues.
Regards,
Devin
The git version of 1.7 has it in place so I’m not sure why the version on themeforest would be any different. Either way I’ll make a note of it on the file just to make sure its in place for the next update.
Regards,
Devin
Sorry about that, I did some digging as well before but didn’t find anything either. What I typically do when I have to make changes to the core theme is make a changelog.txt file of my own that stays in the theme folder or child theme folder so that I can keep track of all my own changes by line and with code all in the same file.
Regards,
Devin
Hey Atnevon,
It still hasn’t been fully integrated bug free to 3.6 core yet (looking through tickets just now) but when there is a stable beta out Kriesi will start working on bringing the theme up to date to work with it.
Until then however, it isn’t something that is officially supported so you could try using either Johns plugin that makes use of the script with shortcodes and things built in (if you aren’t already) or an alternative until 3.6 is released.
Regards,
Devin
Hi snowclatter,
Is this in a specific browser? I’m not having any issues with either the header or the search function in the header when viewing your site now.
Regards,
Devin
The load speed is dependent on the size of the images, the number of them, the internet connection and the speed of the device to render the data. Overall nothing we can really do on our end but you could look into CDN type plugins or caching plugins even.
Regards,
Devin
June 25, 2013 at 7:24 pm in reply to: Unlinking the links of the Enfold WooCommerce Dropdown #125845I don’t know of any specific reason why it wouldn’t but hopefully that gets you close enough. In the end you may want to look into digging into the woocommerce hooks/filters which is the proper way to do something like this.
Neither of us just happen to know the proper syntax off hand unfortunately .
Regards,
Devin
Hi George,
After opening that slideshow go to the Global Settings tab and then scroll down to Slideshow. The first option needs to be set to be on (the green should show). It has the description “If enabled, slideshow will automatically start after loading the page.”.
Regards,
Devin
-
AuthorPosts