Forum Replies Created
-
AuthorPosts
-
May 10, 2013 at 1:35 pm in reply to: remove featured image, blog entry title, post date and author from blog post #118252
Hi Alex,
The single posts come from the single.php file within the theme files. What you would need to do to remove it from there however, is instead of including the index loop, copy that loop to a new file and name it something lile loop-single.php. Then change the single.php to look for loop-single.php in the includes folder instead and customize that page however you want.
Regards,
Devin
Hey John,
Yes of course! I typically go through and check those minor details before Kriesi uploads but it was out the door before I looked at it this time :)
It should be fixed when Kriesi gets back in the next day or so.
Regards,
Devin
Hopefully that addresses the issue but if not be sure to let us know :)
Regards,
Devin
Then yes, with the above css it will remove the bullets and it will have the same formatting as the other pages.
Regards,
Devin
Hi jeutie,
If you want them in the footer (where widgets can go) you can just add them to a text widget in one of the footer widget sections.
For the actual socket, you would have to add them into the footer.php file directly with html/php.
Regards,
Devin
No worries, we all have to start somewhere :)
Do you mean the *menu* ? The header is just the page title and breadcrumbs. The menu is done in Appearance>menus. This is the list of pages at the top of the page.
May 8, 2013 at 10:19 pm in reply to: 1.4 worth upgrading to? or wait for a fix and hold out. #117298http://codex.wordpress.org/Editing_wp-config.php#Specify_the_Number_of_Post_Revisions
Publishing is the best way to take care of pages in my opinion, the draft is somewhat unreliable in my experience. The layout editor is really just a front end UI for the shortcodes so it shouldn’t really be causing any issues with revisions (as I said I test this earlier when I first responded just to make sure).
What you can do is use the Templates button to save your page as a template if its a complicated layout. If you can ever get a set of steps that is repeatable for clearing out a page of data that would help us immensely as I’ve not encountered that yet or read of anyone with the same issue.
Not without deleting all of the pages, posts and content no. WordPress doesn’t really have a reset that I know of.
Can you give a specific example then on what exactly isn’t happening or you think should be happening with the theme/pages?
You can obfuscate the url with something like http://goo.gl/ so that it isn’t indexed or anything.
Hi Merkur-Trykk,
You can create a child theme following the normal wordpress steps which outlined here: http://codex.wordpress.org/Child_Themes
Regards,
Devin
Hi rynleigh,
How did you add in that menu on the left? It seems to be just a regular menu and is only getting the normal list styling (not anything theme specific).
It can be removed with:
#top .entry-content #nav_menu-32 ul {
list-style: none outside;
}But I’m not sure if that solves the issue since you may be trying to get some other kind of effect.
Regards,
Devin
Hey lounge35,
Can you give the settings you have to re-create it? I’ll try and duplicate it to see whats going on.
Regards,
Devin
Take a look at this video: https://vimeo.com/channels/aviathemes/64927358 and around 4:20 I remove the header for the page I create.
May 8, 2013 at 9:38 pm in reply to: Creating nested divisions / elements, background images under text, ect #118206Hi rrdr,
In this video I create a section very much like that one: https://vimeo.com/channels/aviathemes/64927358
You just need to use a color section and set a background image to get that kind of effect. Then you can add other elements on top of it.
Additional videos are posted on that same channel and you can make requests for new ones here: https://kriesi.at/support/topic/video-requests
Regards,
Devin
Hi Kyle,
You can turn off the page title on each page with the meta box option for Layout>Header. Its currently set to show on most of your pages right now and should be default turned on if you create a new page.
Regards,
Devin
It looks like you may have just imported the dummy data multiple times causing things to get duplicated.
The only thing you’ll actually need to fix is in your Appearance>Menus within the wordpress admin. Go there and for the main menu that was created just delete it and re-build it.
My guess based on that information is a specific add on you have running on both computers. Something that interacts with the browser and is effecting the rendering of the pages.
Maybe a screenshot plugin or code inspection tool or even something like skype’s phone number tool that scans pages for phone numbers and makes them clickable (even a program/app that does something similar).
Regards,
Devin
Hi madebynoemi,
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 {
display: none;
}This is the most straightforward way of removing the featured media are on the single posts.
Regards,
Devin
You can try the permalink troubleshooting tips from the codex here: http://codex.wordpress.org/Using_Permalinks#Fixing_Permalink_Problems
Its quite a bit more comprehensive so it should help fix the 404 issues.
Regards,
Devin
Glad we could help :)
Let us know if you have any other questions or issues. I’ll close this topic for now since the main issue has been resolved.
Regards,
Devin
What are you testing on that is giving you the choppy behavior. I’m not getting it at all on my end with
Chrome Version 26.0.1410.64 m
Firefox 20.0.1 and 19
IE9 64bit
Regards,
Devin
Hi DravotCarnehan,
Any item that is included will have all of its categories displayed in the sorting section. So if you have a portfolio item in Category Z and Category A but only choose to show Category A in the option for that section then the sorting options will still show both Category A and Category Z as possible options.
So if you don’t want a category to show up, it can’t share an item with any within the initial categories.
Regards,
Devin
Hi Josh,
You would need to modify the actual footer.php file if you wanted to do anything other than custom text for the copyright section (which is a field in the footer tab of the theme options).
For now, there aren’t any customization options for layout or additional content there.
Regards,
Devin
May 8, 2013 at 5:23 pm in reply to: Theme Version is still 1.3.1 after updating with latest theme folder #118150Hi Nandor,
Its just a mistake in the stylesheet. You can update it manually if you’d like or wait until Kriesi updates it on Themeforest when he returns from being out of town.
Regards,
Devin
Hi blingcart,
Loading in http files doesn’t actually make the page insecure. It just means those images files are not coming in over a secure connection. Big big difference.
If you can provide a link to the site we can take a look at what items are directly effected and see if we can provide a fix.
As far as actual security goes, having the SSL certificate installed and running properly is only the first step but again, there is a significant difference between insecure and a few things not coming in over https.
Regards,
Devin
Glad we could help :)
Let us know if you have any other questions or issues.
As an aside, GoDaddy’s servers while getting better are still pretty awful. I would look into BlueHost as a comparable alternative that will keep things running on the server side of things a lot better than GoDaddy.
If you have more of a budget for hosting, MediaTemple is where I host all of my client sites but the base cost is a bit higher.
Regards,
Devin
Hi rcgroup,
That is done using a single Tabs element from the Content Elements and setting it to have the tabs on the left. Then each content area is just a big picture showing the feature.
Regards,
Devin
Hi jasmine,
You should be able to do that by first adding a color section to the layout and putting the background image in that elements settings. Then add all of your other content inside that color section.
Regards,
Devin
Hi gianmarizzi,
The color selection acts as a full width content area as far as I know so that is the correct behavior for it.
Regards,
Devin
-
AuthorPosts