Forum Replies Created
-
AuthorPosts
-
Hi Laskin,
I happened to get to your other post on the same topic which I’ve asked for more information about. I’ll close this one for now so we can just have a single topic open: https://kriesi.at/support/topic/help-with-landing-page#post-136318
In the future, please only make a single topic for a question.
Regards,
Devin
Hi LASKIN,
I’m not really sure what you mean. Can you explain a bit more and link us to the page you are working on?
Regards,
Devin
Hi talelie,
Have you added content to the page yet or are you working with the imported dummy data?
Regards,
Devin
Hi Stuart,
I’m not sure why but in your layout.css file line 2699 is incorrect. It should be:
.responsive .mobile_menu_tablet .main_menu{display: block; }
instead its display: none; which is why the menu isn’t showing. So you can either go in and change that line specifically or just try updating your theme files to the newest 2.0+ available from your downloads on themeforest.
Regards,
Devin
August 29, 2013 at 2:02 pm in reply to: jQuery error on 3.6 upgrade jquery-1.10.2.min.map 404 #138195Hey artistic24459,
Looks like its a WP 3.6 issue and is on trac to be fixed with 3.6.1: http://core.trac.wordpress.org/ticket/24994
Regards,
Devin
August 29, 2013 at 1:54 pm in reply to: How to add portfolio grid ou gallery shortcut in a widget? #130013Hi infoportugal,
The widget here on Kriesi’s site isn’t available in the themes. You can insert a shortcode using the magic wand icon and then place that shortcode in a text widget but I’m not sure the portfolio will output in a widget area like that as it isn’t designed/intended for it.
Regards,
Devin
Hi Btina,
I don’t know what you mean by set the header directly. The header option available in the meta box on each page allows you to either show or not show the page title+breadcrumbs. If you want to have a blank page then you can select that template from the meta box above the layout meta box.
We would need to see your site to see what is happening with the blur. By default you should only need to upload the largest image size you want to show which will then get re-sized by the theme wherever it needs something smaller.
Regards,
Devin
Hi Silberrot,
I’m not really clear on what you mean. Can you make a mock up or point out on a screenshot exactly what you are trying to change in the sidebar?
Regards,
Devin
I’ve not been able to get that to happen on my end but I’ll tag Kriesi on the topic since he would know for sure if it was intended to work this way or not.
Regards,
Devin
Hi TonyMack,
Try the troubleshooting tips from the codex on permalinks: http://codex.wordpress.org/Using_Permalinks#Fixing_Permalink_Problems
There is a section specifically for pagination issues that may help.
The sorting at the top will never pull from other pages however so that isn’t a bug but just the way the portfolio works.
Regards,
Devin
You can either change the colors via the themes Styling Options in the header tab or directly with css. For CSS, add the following to your Quick CSS in the styling tab:
#top .main_menu .menu > li > a {
color: #c00;
}
#top .main_menu .menu > li > a:hover {
color: #cc0;
}
#top .main_menu ul:first-child > li.current-menu-item > a{
color: #cc0;
}Regards,
Devin
Can you try de-activating Jetpack and see if that helps. Unfortunately Jetpack while having lots of features has terrible integration with many premium themes.
Give it a bit of time, log out, log in, close browser etc and then go back into your styling options and try re-setting a few options and saving.
Hi itchybrain,
No, but you can just edit the footer.php and add in the php directly.
Regards,
Devin
Glad we could help. Let us know if you have any other questions or issues.
August 28, 2013 at 8:18 pm in reply to: I recive some issues in my backend when i instal v 2.0.1 #137900Hi feliperobert,
Where are you getting the error from and in what theme exactly? The code above is referencing the WordPress Core files so you may also have an issue with a plugin or something like that. So try deactivating any dropins and plugins you have running and see if that helps.
Regards,
Devin
Hi trap,
You could add the content into the header.php file just after where the menu is called or even just before it. You will still need to do a good bit of css fixes to keep it from causing issues with cross browser compatibility and responsive changes.
Regards,
Devin
Hi sahussain,
It looks like you will need to re-install the most recent WordPress update. First switch to one of the default WordPress themes and then try doing the auto update again.
If it continues to give you errors (updating to WordPress 3.6) you may need to update via FTP which is what Ismael meant by overwriting the core files except wp-content and wp-config.php.
Regards,
Devin
I answered your single topic with the same question here: https://kriesi.at/support/topic/how-can-i-use-or-activate-woo-commerce-on-my-site#post-136152
Please try not to duplicate a question on multiple topics as it makes it harder for us to answer quickly and for others to search.
Regards,
Devin
Hi sopadale
The 2 things you’ll need to change are outlined in this post https://kriesi.at/support/topic/top-menu-with-the-social-icons-bigger?replies=5#post-132320
Regards,
Devin
Hi yucozt,
No, the theme does not come packaged with WooCommerce. You just need to add the plugin like you would any other plugin through the WordPress admin. Then activate it and you can go from there.
Regards,
Devin
Hi yucozt,
Version 1.9 has known bugs and is already the 3.6 updated theme files. You will have the least issue with updating WordPress and your theme files before moving forward.
For a quick guide on updating your theme take a look at this video on updating the Enfold theme via FTP: https://vimeo.com/channels/aviathemes/67209750
Regards,
Devin
I understand that, however your server may not actually be reading from *that* php.ini or the host may not allow custom php.ini changes from the user.
August 28, 2013 at 5:05 pm in reply to: Need the Responsive Header Main Menu for horizontal tablets #137974Hi All,
You can follow these changes to alter the width at which the menu switches: https://kriesi.at/support/topic/top-menu-with-the-social-icons-bigger?replies=5#post-132320
The pixel width for tablets can be found here: http://screensiz.es/tablet
Regards,
Devin
The code just needs to target whatever element it is on *your* specific page.
You can find the correct ID selector by inspecting your page and the color section or whatever it is that is below that element.
Hi kleinpenning,
Unfortunately we really aren’t equipped to handle Photoshop support in addition to regular theme support.
I would suggest checking http://goo.gl/z1LD7b
Regards,
Devin
Glad you were able to get it sorted out. Let us know if you have any other questions or issues.
Regards,
Devin
Hi htarrant,
The advanced layout editor and the visual editor can’t be used together. One completely replaces the other when you save the page.
Some shortcodes will not worked when stacked right now. So you can use buttons and things inside a tabs shortcode but if you then added a slider or an icon list inside a tab it may start to have issues.
So that is why in the text block there isn’t the full list of shortcodes available right now.
Regards,
Devin
August 28, 2013 at 4:19 pm in reply to: Can't add "Advanced Layer Slider" to shopping cart page #137960Did you set that page as the cart page in your WooCommerce options?
Contact your hosting provider and ask them how/where you can add a php.ini file that will increase the max_input_vars (the code above) .
If you can also get a php info your server that we can take a look at maybe we can spot something else that may help.
August 28, 2013 at 3:41 pm in reply to: ENFOLD: Replacing Logo for Devices Smaller Than 1280 Pixels Wide #137818Hi Sam,
A media query wouldn’t work since the image isn’t added in with css. You could try something like this with javascript though: http://stackoverflow.com/questions/12784405/change-image-source-based-on-viewport-width
Regards,
Devin
-
AuthorPosts