Forum Replies Created
-
AuthorPosts
-
Here is a link:
https://www.dropbox.com/s/4dq1czdmubyvp9i/Screen%20Shot%202014-04-21%20at%206.23.20%20PM.pngVersion is 2.6.4
I use to have a button showing the magic wand that led to Enfold shortcodes but that button is not there anymore. How can I get it back?
So if I change the permalink to each page they will be live on the mobile version?
The site is lifepointohio.com
You can see some buttons at: http://lifepointohio.com/missions/international/
Is there a way I can set the default text to white without any code? Hate to have to fix this after every update.
Thanks, I’m not actually trying to change the color of the button but rather the color of the text inside the button. I have the blue splash color scheme chosen which formerly had white text inside the buttons however now its dark grey. Makes the text very hard to read.
Thanks, I’m aware I can sort from the backend, wondering if there is a way to allow the user to sort on the live site…
Thanks, they still seem to appear. You can see them here:
http://lifepointcolumbus.com/messages/instant-classic/filling-in-the-blank/
This is what my quick css looks like, maybe I’ve formatted something wrong?:
.main_menu ul:first-child > li > a {
font-size: 14px;
padding: 0 16px;
}.entry-footer { visibility: hidden!important; }
never mind. Working now???
So now I’m on 2.1 and wp 3.6 but I still can’t get the easy slider is still not working. What can I do?
It shows the first slide and keeps it up. While it shows the bottom dots indicating there are other things to transition to, it never changes.
lifepointcolumbus.com
By the way, I’m on 1.3.1 of enfold and I have cleared the cache.
I see others with this issue, and they are on newer versions. What do I stand to lose if I upgrade? Will anything be affected if I go to the newest version?
So here is what my file looks like?
<?php
global $avia_config;
/*
* get_header is a basic wordpress function, used to retrieve the header.php file in your theme directory.
*/
get_header();
if( get_post_meta(get_the_ID(), 'header', true) != 'no') echo avia_title();
?>
<div class='container_wrap main_color <?php avia_layout_class( 'main' ); ?>'>
<div class='container'>
<div class='template-page template-portfolio content <?php avia_layout_class( 'content' ); ?> units'>
<?php
/* Run the loop to output the posts.
* If you want to overload this in a child theme then include a file
* called loop-page.php and that will be used instead.
*/
//wordpress function that loads the comments template "comments.php"
comments_template( '/includes/comments.php');
?>
<!--end content-->
</div>
<?php
//get the sidebar
$avia_config['currently_viewing'] = 'page';
get_sidebar();
?>
</div><!--end container-->Thanks for your help. I replaced the code but no luck? What now?
shanetucker.com
So I added the code, still no change? I also changed the size of the photography image so what can I do now?
shanetucker.com
never mind I figured it out
Link above shows the alignment problem. I guess I’m confused about the video posts though. I thought if I chose video format then any link inside of the post would generate the video to be shown on that particular post. Is that the case? Sometimes if I paste a link, it does not show a video on the post page, like this one:
shanetucker.com/videos/sighted
On this link, you will see that the text “check it out” leads to the vimeo page, but I want the video to be embedded on this page. The link you mentioned shanetucker.com/videos/every-day-is-a-blessing-not-a-right/ actually shows my work around of adding an iframe to the page but I don’t want to have to do this for every video and i want them to load in the top of the page like the template is set up for.
What now?
Tried to do what Devin suggested and maybe this adds more pieces to the puzzle. When i delete and save and then go to the live page to verify, all the posts still show. When I add new (non blog) content, the posts still show. When I empty site cache and then open on a browser that has never accessed this site before, it still shows the blog posts.
Whats up?
Its shanetucker.com
If you look at the blog page, it should not be showing the first two posts from the “gear” category.
Deactivating the plugins did not help any.
Its a grid layout (as chosen from the theme options) but the problem is on the specific post pages. shanetucker.com
June 23, 2013 at 1:58 am in reply to: REMOVE DATE/BY/AUTHOR TEXT FROM PORTFOLIO AFTER SEARCH #122878I can’t find either option. Which .php file should I be looking in?
-
AuthorPosts