Forum Replies Created
-
AuthorPosts
-
Hi alteregousa!
This is the only topic I see on your profile about this so I don’t think your previous topic posted.
We’ll need to see things from the backend to check into the sidebar not showing and how you have the portfolio items set up. One thing to note is that you are using different links for the most recent 2 items. http://youtu.be/ vs the older ones having youtube.com/ urls.
Best regards,
DevinHi ojasray!
I’ve never come across one but from the WordPress admin you can go to Portfolio Items>Portfolio Categories and then click on the category to see all items that are part of that category.
The url will be: yoursite.com/wp-admin/edit.php?portfolio_entries=css&post_type=portfolio
Where “css” is the category I was viewing.
Cheers!
DevinHey Kristin!
Where you are attempting to change the front page setting? From the theme options or WordPress http://kriesi.at/documentation/enfold/setting-your-home-and-blog-pages/
What steps have you already taken to add your own icon to the social icons?
Regards,
DevinHey!
There are many tutorials available online which can walk you through the process but it isn’t one that we can do via support. It depends on your specific setup and hosting provider.
Best regards,
DevinHi bakbek!
You would need to purchase a separate license and then you can add the purchase code into the Layerslider main options then update.
Regards,
DevinHi tomek_z!
Use the largest images you can while keeping the file size down. With how flexible the theme is there isn’t a single set of sizes we could recommend for anyone one use.
Best regards,
DevinHi afarahani!
Yes, it is very SEO friendly. If the competitor is taking your content and ranking hire for the same search query it could be because of how the data is structured on your site vs how it is on yours or even, how you have your links set up between pages and then overall advertising between the two.
Dedicated campaigns to get the name out there so that it gains traffic will in turn mean it gets clicked on more and Google will rank that higher up.
The theme is coded for your content so that search engines can read it but the majority of the SEO is left up to the user.
Best regards,
DevinYou’ll need to be using 2.9.2 which was updated specifically to fix the spinning wheel bug that will happen if you aren’t using 2.9.2 :)
See: http://kriesi.at/documentation/enfold/updating-your-theme-files/
- This reply was modified 10 years, 2 months ago by Devin.
Hi!
Yes, that is correct. WordPress reads them as one big list and when a widget area is deleted or even added not at the end of that list they can all get adjusted by X number of widgets.
Best regards,
DevinHi!
It appears like the caption shortcode has html content in it. What are you doing to insert an image in a text element?l
Best regards,
DevinHey!
I’ve tried getting to your admin twice in the past day but it always fails to load. Can you check the your admin is accessible from that url and there aren’t any redirects or something in place preventing it.
Regards,
DevinThe section on the demo, here http://kriesi.at/themes/enfold/, is not a slideshow. Its a color section with an image set as the background.
The logo element is after that inside of another color section with no padding set.
Hey codecreative!
The pricing table simplifies on mobile content since otherwise it won’t display in full. There is a bit of javascript that rebuilds the whole thing so that it will scale since a true table of data wraps instead.
Regards,
DevinSeptember 26, 2014 at 8:07 pm in reply to: How to add a newsletter opt-in form to every blogpost? #325745Hi!
There isn’t anything with the theme that can do that for you so you will need to look for a plugin or have something custom built for you by a freelance developer.
Cheers!
DevinUnfortunately we can not assist with removing infected files from any users server. Your best resource is your hosting provider or a freelance developer from somewhere like Envato Studio.
I’m closing off this topic since the original topic has been answered and dealt with but it keeps getting added on to.
Hey Cloudspace!
The only supported plugin is WooCommerce. Others should work they just don’t get the additional styling that WooCommerce already comes with and aren’t officially supported so we don’t have any resources to debug issues.
Cheers!
DevinGlad we could help. Let us know if you have any other questions or issues.
September 26, 2014 at 6:38 pm in reply to: weird bug when importing Dummy Content: Posts, Pages, Categories #325720Hey dperezr!
Go to the WordPress Appearance>Menus and create your own new menu. That will clean up the header menu area.
There is an unfortunate bug with the current dummy data that is causing the menu to not generate with the correct parent/child relationships. That should be the only change you need to make to get a basic menu looking correct.
To get the mega menu content built you can follow this tutorial: http://kriesi.at/documentation/enfold/setting-up-your-mega-menu/
Best regards,
DevinHi opvab!
You’ll need to have a freelance developer customize the widget to change it like that. You can find someone at Codeable, Envato Studio or even through the WerkPress form here: http://kriesi.at/contact/customization
Best regards,
DevinFor now I would suggest simply changing the parent functions.php if the child function isn’t working for you. I’ve not had any issues with it but the change would need to be re-done in the 3.0 update anyway so there is no difference in the short term to alter the parent directly in this case.
Are you using Enfold version 2.9.2?
Hey hanil2!
Unfortunately right now the only way to do that would be to go through all of the css files and change the grid and values of the grid elements to the larger width.
Cheers!
DevinHi!
Make sure to read the whole codex entry. It would not work in the footer because it isn’t in the loop. Otherwise add it to a variable (the values you want) then echo out those variables where needed.
Cheers!
DevinHi Victor!
You’ll need to migrate your database just like you would when moving from a completely different domain. See:http://kriesi.at/documentation/enfold/move-from-a-local-installation-to-a-live-server/
Best regards,
DevinIf you have other plugins installed that are also introducing image sizes then they could be similar sizes. The themes default sizes are:
$avia_config['imgSize']['widget'] = array('width'=>36, 'height'=>36); // small preview pics eg sidebar news $avia_config['imgSize']['square'] = array('width'=>180, 'height'=>180); // small image for blogs $avia_config['imgSize']['featured'] = array('width'=>1500, 'height'=>430 ); // images for fullsize pages and fullsize slider $avia_config['imgSize']['featured_large'] = array('width'=>1500, 'height'=>630 ); // images for fullsize pages and fullsize slider $avia_config['imgSize']['extra_large'] = array('width'=>1500, 'height'=>1500 , 'crop' => false); // images for fullscrren slider $avia_config['imgSize']['portfolio'] = array('width'=>495, 'height'=>400 ); // images for portfolio entries (2,3 column) $avia_config['imgSize']['portfolio_small'] = array('width'=>260, 'height'=>185 ); // images for portfolio 4 columns $avia_config['imgSize']['gallery'] = array('width'=>845, 'height'=>684 ); // images for portfolio entries (2,3 column) $avia_config['imgSize']['magazine'] = array('width'=>710, 'height'=>375 ); // images for magazines $avia_config['imgSize']['masonry'] = array('width'=>705, 'height'=>705 , 'crop' => false); // images for fullscreen masonry $avia_config['imgSize']['entry_with_sidebar'] = array('width'=>845, 'height'=>321); // big images for blog and page entries $avia_config['imgSize']['entry_without_sidebar']= array('width'=>1210, 'height'=>423 ); // images for fullsize pages and fullsize slider
You can see and edit all of your sizes that WordPress has registered with this plugin:http://wordpress.org/extend/plugins/simple-image-sizes/
September 26, 2014 at 3:26 am in reply to: Imported local site to new local server / Missing files #325371Hey Nathan!
It looks like you moved things over but not the uploads folder.
Cheers!
DevinThat is the partner/logo element with images of all the same size. For example: http://kriesi.at/themes/enfold/files/2013/10/wpml.png
The settings are:
September 26, 2014 at 3:06 am in reply to: I don't want responsive and want to be able to resize #325363Hey ucvb66!
The theme comes with 3 different sizes you can choose from. In the main theme options look for “Responsive Layout active?” and use the dropdown to choose the Fixed Layout if you want it to be like Abundance where the theme doesn’t respond to the size of the viewer screen and instead just scales down on tablets/mobile devices.
Best regards,
DevinHey!
It will set the folder to 777 after its created but looking at the function it doesn’t re-set it afterwards. If the host is worried about it however the function can be taken over from a child theme or you can edit it directly in the theme files. Its on line 690 in framework>php>function-set-avia-backend.php .
Cheers!
DevinHey!
Unfortunately not easily and largely a waste for anyone who is looking for the theme anyway since you can still always check for the theme from the source in other ways.
The function Josue provided is to remove the debugging info: http://kriesi.at/documentation/enfold/remove-avia-framework-debug-information/ (example on that page)
Regards,
Devin -
AuthorPosts