Forum Replies Created
-
AuthorPosts
-
I’d like to delete this posting.. going in a different direction now. my apologies :)
You’re a legend.. thanks Ismael!
Thanks so much, it seemed to fix the problem :)
Do you think this is going to happen each time the theme is updated? It was working fine last week, so it was a bit of a surprise to see it non-functional today. It could be quite a problem if each update causes these types of issues.
Thanks, it worked great! Really appreciate it.
One other question: Is it possible to show the Caption in the lightbox?
Thanks. The link is currently here: http://aztecabeautysalon.ca. Thanks :)
You guys are seriously awesome. Thank you!
Great, works perfect. Thanks you :)
Sweet! You are awesome Josue, thanks!
Thanks Josue, that’s exactly what I was looking for.
However, I’m not sure if this is enfold.. but when I enter this code into the text box and save..
<img class="a" id="img4" src="http://godsfingerprints.net/wp-content/uploads/2013/10/fingerprint-roughcrop667.jpg" rel="http://godsfingerprints.net/wp-content/uploads/2013/10/fingerprint-roughcrop.jpg" />
It deletes the rel tag and leaves it
"<img alt="" src="http://godsfingerprints.net/wp-content/uploads/2013/10/fingerprint-roughcrop667.jpg" />
Any ideas why this would happen? It seems a bit strange. I need the rel tag for the code to work properly.
Thanks!
Jason- This reply was modified 11 years, 1 month ago by theworldawaits.
I suppose a simpler question might be:
How do I edit the code of my image within advanced layout?
Is this an impossibility? When I switch to the default editor everything is blank.
Thanks,
JasonPerfect. Thank you!
Hey.. not referencing the thumbnail size, but rather the image size within the 2/3 layout.
http://godsfingerprints.net/portfolio-item/do-not-worry/ is an example.
The original file is 1920×1200.. and it sizes it down to the 2/3 column, which is 666px wide. I’m just wondering if there’s any way I can increase or decrease that number. Perhaps by increasing the width of the site by a few pixels?
Thanks again for your understanding.. very much appreciated!
You guys are legend. Thank you!!! :)
Yes, Desktop Wallpaper is a category for that portfolio entry. Each portfolio item only has one category.
However, I am using the advance layout editor. I find it quite helpful.. is there no way to have this work while using that feature for my layouts? Is there any work-around? Or do I need to code each portfolio layout from scratch for this to work?
Thanks again for all your help! :)
I would also be willing to do this manually in some way. For example, entering in the title “Desktop Wallpapers” in the excerpt of each entry.. or something similar.
I just want the category to be displayed at the top of each portfolio entry.
Thanks again for all your help. Sincerely appreciated! :)
Is there any other step I need to take in order for it to display “Desktop Wallpapers” (the name of the portfolio category) ?
I made the change you suggested and nothing seemed to change.
http://godsfingerprints.net.s168021.gridserver.com/?portfolio=come-near-to-god
Code below:
<?php
global $avia_config;
/*
* get_header is a basic wordpress function, used to retrieve the header.php file in your theme directory.
*/
get_header();
$terms = get_the_terms( get_the_ID(), ‘portfolio_entries’ );
foreach ($terms as $term) {
$title = $term->name;
break;
}
if( get_post_meta(get_the_ID(), ‘header’, true) != ‘no’) echo avia_title( array(‘title’ => $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.
*/
$avia_config = avia_layout_class( ‘main’ , false) == ‘entry_without_sidebar’ ? ” : ‘entry_with_sidebar’;
get_template_part( ‘includes/loop’, ‘portfolio-single’ );
?>
<!–end content–>
</div>
<?php
//get the sidebar
$avia_config = ‘page’;
get_sidebar();
?>
</div><!–end container–>
<?php get_footer(); ?>
Hey Ismael,
Perhaps this photo will help. I’m trying to change the ‘header’ on the left of the breadcrumb section.
Ok, thanks for the response. Maybe on the next update! :)
Got it, thanks!
Hey there,
I tried that and it simply took away the portfolio ‘prev/next’ navigation entirely.
You can check it out here: “http://godsfingerprints.net.s168021.gridserver.com/?portfolio=his-way-is-perfect”
I have two items in ‘Desktop Wallpapers’ and two items in “Facebook Covers’
If you land on the page above.. I want to only be able to navigate to the other “Desktop Wallpapers” by using the Prev/Next. Same thing if you happen to be viewing a “Facebook Cover”. You should only be able to prev/next within the category you’re in.
Here is the current code (for the line you specified):
function avia_post_nav($same_category = true)
Got it, thanks!
One more related question. How do I add social networks that do not have an icon?
For example, Instagram.
I think maybe I can swap icons of social network I don’t use?
1) Where to swap the icon (I have access to FTP)
2) How to change the rollover color in code.
Thanks so much!
Jason
Another solution I would be happy with is this one (I mocked it up in Photoshop).
This solution is preferred, but I’m okay with either one. I am not very adept at coding. Thanks :)
Hey there,
I tried what you suggested and it almost worked. There are two problems though.
– The icons on the left remain (so I have duplicate social media icons)
– The new icons (right aligned) are shifted down too much.
Here is a screenshot.
Here is some additional information if it’s helpful at all.
– I don’t need any phone number or ‘additional’ navigation.
– I just want the icons on the left to be aligned to the right.
Thanks so much!
Jason
-
AuthorPosts