Forum Replies Created
-
AuthorPosts
-
January 18, 2014 at 6:22 pm in reply to: All portfolio items in a given category on one page #211605
If you can create a temporary admin account I can set up an example for you. It should just be a matter of choose that category from the portfolio element and then displaying it on a page by itself. As long as there are items to show under that category they will display.
Hey!
Your best route at this point would be to talk to your hosting provider to get assistance in updating the theme files. Either through FTP or just by helping fix your chmod permissions so that WordPress can full write over the previous enfold folder within WordPress.
Regards,
DevinHi brijesh1111!
Enfold doesn’t use images for its icons. It uses icon fonts which you can upload your own following this guide: http://kriesi.at/documentation/enfold/adding-your-own-icon-fonts/
Fontello.com also allows you to upload your own svg files to create your own icon fonts but the theme doesn’t support using images for icons so you would need to have a freelance developer customize in the css to hide the icon text and then display your image in its place.
Best regards,
DevinJanuary 18, 2014 at 6:13 pm in reply to: Error displaying web on smart phone (Error al visualizar web en teléfono móvil) #211591I used a couple of emulators and my phone as well which is where I am not getting any issues with it. My only guess if its happening singularly on your phone is a phone specific setting or issue.
In that case I don’t think there is anything we could do.
January 18, 2014 at 8:30 am in reply to: Load and display random 5 header sliders out of all header images #211530Hi dvbmedia!
I’m not sure if that would be possible without a completely custom home page template. Its beyond what we could help with via support so your best route would be to look into a freelance developer from somewhere like Microlancer, Codeable or even http://kriesi.at/contact/customization .
Cheers!
DevinJanuary 18, 2014 at 8:30 am in reply to: Load and display random 5 header sliders out of all header images #211529Hi dvbmedia!
I’m not sure if that would be possible without a completely custom home page template. Its beyond what we could help with via support so your best route would be to look into a freelance developer from somewhere like Microlancer, Codeable or even http://kriesi.at/contact/customization .
Cheers!
DevinHey!
I just tested this one out the other day as I was writing it up for the documentation. This is exactly what I have on my live site right now and its working:
<?php global $avia_config; add_filter( 'avf_google_heading_font', 'avia_add_heading_font'); function avia_add_heading_font($fonts) { $fonts['PT Sans Narrow'] = 'PT Sans Narrow:400,700'; $fonts['PT Sans'] = 'PT Sans:400,700,400italic,700italic'; return $fonts; } add_filter( 'avf_google_content_font', 'avia_add_content_font'); function avia_add_content_font($fonts) { $fonts['PT Sans'] = 'PT Sans:400,700,400italic,700italic'; $fonts['PT Sans Narrow'] = 'PT Sans Narrow:400,700'; return $fonts; }
The new fonts will show up at the bottom of the list. If you are getting a blank screen it means the code hasn’t been added in correctly. Even a single missing } will cause WordPress to be unable to read the file so make sure that you are editing the file in a clean text editor that doesn’t add any other markup (like notepad) and that its exactly the same as above.
Best regards,
DevinHey!
This kind of customization to the theme files is beyond what we can help with via support. You’ll need to look into a freelance developer who can assist you with modifying the Sermon custom post type and its template file as needed.
Its not a simple answer and I don’t want to give a partial answer as it could lead down a completely incorrect path depending on what the final result is supposed to be.
You can check with somewhere like Microlancer or Codeable and it should take 1-2 hours from the looks of it.
Regards,
DevinHi!
Where in your functions.php file did you add the new filter? If its at the top, put it at the bottom and if at the bottom put it at the top.
Best regards,
DevinThere is no hover effect on the partner element: http://kriesi.at/themes/enfold/shortcodes/partnerlogo-element/
This is the correct and intentional behavior with those items because of how they are coded.
I just did a test with bbPress 2.5.3 and the most recent version of the theme files with both a public forum and a forum set as private and wasn’t able to reproduce it.
If you have any other plugins active try deactivating them and see if that helps.
Hey!
You can reply here and set it as a private reply with the checkbox under the post labeled “Set as private reply”.
Regards,
DevinHey fjrichart!
Those kinds of functions are best handled by plugins. I don’t know of any specifics off hand as I have not needed to set one up for a client recently but a search through the WordPress.org plugin repository should help you find one.
Regards,
DevinJanuary 17, 2014 at 11:14 pm in reply to: Transferred site to other url now main css does not seem to load #211424Looks like it still isn’t getting generated: http://www.040hosting.eu/wp-content/uploads/dynamic_avia/enfold.css
Check and make sure its chmod settings are writable by WordPress (755).
January 17, 2014 at 10:27 pm in reply to: Transferred site to other url now main css does not seem to load #211406Hi!
Have you gone into the theme styling options and re-saved them? Try doing that if not. Just make a small change and then you can save and re-generate the themes css file that gets created based on your theme options.
Regards,
DevinHey!
We actually have no connection with Envato so you’ll need to contact ThemeForest directly for a refund request.
Best regards,
DevinHi lpfa!
You should be able to use this function from the lead developer of WooCommerce to change the sort order of your products: https://gist.github.com/mikejolley/1622323
You’ll add it to your functions.php file.
Regards,
DevinJanuary 17, 2014 at 6:14 pm in reply to: All portfolio items in a given category on one page #211312You can configure each portfolio element to show however many categories and items you want. I was just pointing out that you only had one item in the walls category which is why if you selected it to show only that category it would only show a single item.
So for each page you would add a portfolio element to it and then select only the category you want to show and the number of items max that should show as well.
Can you try removing the google maps widget from the footer and then checking it?
There is something causing the javascript to fail on the slideshow but I’m not sure what it is.
You can also 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:
.avia-slideshow li { visibility: visible !important; }
Which forces the visibility to change the slidshow which would normally be changed via the active javascript.
Hi!
Look for:
echo avia_logo(AVIA_BASE_URL.'images/layout/logo.png', false, 'strong');
You could add that into a series of conditionals for your various categories or a new function that checks what the page is and if its a category load a specific image for that category.
Its not a quick customization but shouldn’t take more than 1-2 hours for a developer to write it out.
Regards,
DevinHey Cashflow21!
Regular gallery items don’t have an option available for linking the image to anything unfortunately.
Best regards,
DevinJanuary 17, 2014 at 5:57 pm in reply to: Enfold theme is blocking access to update the website #211301And when you switch to one of the default WordPress themes (twenty twelve etc) do you get any errors with adding in plugins?
January 17, 2014 at 5:53 pm in reply to: All portfolio items in a given category on one page #211299Hey!
In your WordPress admin go to Portfolio Items>Portfolio Categories. You can see how many items are in each category. For instance the Walls category only seems to have a single item in it: http://www.setinstone123.com/portfolio_entries/walls/
Best regards,
DevinIt looks like you’ve simplified things a bit and there are no major issues at least when looking right now. Hopefully with a bit of trial and error you will be able to get a end result you are happy with.
Can you create a temporary admin account and then respond here with the credentials as a private reply so we can log in and take a look. For some reason the menu isn’t getting generated correctly even when the css for each is correct and should be outputting it correctly.
If you can create a temporary admin account for us and add the credentials in a private reply (set as private reply checkbox under the post) we can log in and take a look.
Hey martinbose!
That kind of customization would need to be done by a freelance developer. A good source is Microlancer, Codeable or http://kriesi.at/contact/customization
Regards,
DevinJanuary 17, 2014 at 5:23 pm in reply to: Enfold theme is blocking access to update the website #211280Hey!
If you are running the latest version it should be 2.4.5. If you just downloaded from themeforest and then re-installed and are able to use the WordPress admin I’m not sure I understand what the issue is.
Cheers!
DevinHi!
Although that is integrated into the theme for animated elements via javascript I couldn’t really tell you how to piggyback onto it. I’ll tag the topic for Kriesi and Peter who may be able to help but with how busy the forums are right now customization like that may not be possible to assist with as its already outside the scope of what we should be covering through support.
Cheers!
DevinHey jmaguirrei!
If you don’t set a blog page in the theme options and instead use the blog element in the advanced layout builder you can choose to show different output including being able to use the more tag to define where wordpress cuts the preview text.
Regards,
Devin -
AuthorPosts