-
Search Results
-
Topic: Move blog date to the left
Hi there,
I posted a few weeks ago a request to find out how to create the blog list and blog entry with a date in place where the profile picture/blog type goes (the circle to the left). Ideally, it would still have the dotted line that links between each blog but would have a large date (abbreviated “MAR 13′) instead of my profile picture or blog type.
Unfortunately the method suggested didn’t work….
1) Open includes > loop-index.php, find this code: $link = get_author_posts_url($post->post_author);
2) At the bottom place this code: $date = get_the_date();
3) Then find this code: echo “<span class=’rounded-container’>”.$gravatar.$icon.”</span>
4) Replace it with: echo “<span class=’rounded-container’>”.$date.”</span>
Tbh I wasn’t sure where to place the code: $date = get_the_date(); (the instructions said ‘at the end’ but at the end of where exactly? Although I DID try different logical positions so im not sure thats the problem anyway.
Anyway, even though I said it wasn’t working the topic was closed prematurely.
Can you help please
Andy
Found a similar topic here and tried to apply this piece of code, but it doesn’t seem to work for me.
I’m trying to change the size of image size for entry without sidabar…
what am I doing wrong:
The following was added to functions.php in the child theme:
function avia_change_image_size_array() {
global $avia_config;
$avia_config = array(‘width’=>1030, ‘height’=>450 );
}
add_action( ‘init’, ‘avia_change_image_size_array’);
Topic: 3 Days Still No Answer . . .
Hi Guys, thank you so very much for being there! I just spent an hour with client (shared screen) & they are having some serious issues with the advance editor & the layer slider. I have set up a username/password for you to the admin area (wordpress) if you need it after reading the issues below let me know where to send it . . . & yes all plugins except akismet have been disabled . . .
1. She wants to be able to adjust header tag colors via html, we changed it through the text editor <h1 style=” . . . “></h1> tags, the advanced editor shows the color change but when viewing it after saved the color remains the theme default color which we had set to boxed blue, however, setting the changes via html should work but is not? . . .
2. Then after using text editor (in avia advanced editor) the avia visual editor doesn’t show anything, the screen appears white & when you click into it the html then shows “if you highlight” everything (like double clicking your mouse inside of it or having to use “ctrl a”). So after using the text editor it is rendering the visual editor useless . . . then, if you publish it instead of saving to draft & go back in to edit in visual it shows 5 additional return lines have been added everywhere . . .
3. She added a video then tried to change the size of it using the custom ration feature & it didn’t change the size of the video, it stays “huge”.
Your help is greatly needed with the above as soon as possible, she’s ready to trash this theme & trash me for recommending it . . . let me know if you need admin access to the site . . .
4. As to the layer slider – she has added 3 slides & only one is showing. I’ve gone in there to look & I cannot see what might be wrong, looked at documentation to no avail . . .
5. In avia when centering an image it doesn’t stay centered but moves back over to the left . . .
Thank you so very much for you kind & speedy reply.
Posted 3 days ago #
essentialmessagemarketing1
Member
BTW you can see the result of video here http://esssentialmessagemarketing.com/linda-lous-test2 – home page is not viewable as is a mess due to the above issues . . . I will try to recreate other issues on this page . . . Thank you
Posted 3 days ago #
Here is page intended for homepage see the size of video, it’s crazy, I added width to 530 height to 315 & is still HUGE . . .
http://essentialmessagemarketing.com/homepage
Also, we are having great difficulty using background image, we have an image sized to 1600 x 1600 & it will only display the top half of the background, is not on homepage at the moment as it isn’t working, also where do we go to set custom css rules?
Thank you.
Hi, I want my site to search the forum topics from the top ajax search box and from the main search box. Now when I search for a topic or forum in the main search box it shows ‘Sorry, no posts matched your criteria’ or ‘Nothing Found’. How can correct this?
Topic: IE8 image distortions
Hi, look at enfold jpg from IE8: http://www.eurokreator.eu/images/enfold-IE8-distorstions.jpg Thumbnails are distort, main post image as well (but in this case distortion is only vertical) pictures in small thums are downscaled and align top-left. Every new image which I prepared and insert look the same, so it’s not the bug of placeholder image settings. I read topic about gallery image distortion but here is something new. Regards.
Hi, cause IE not support slideshow navigation, I have to change nav buttons (fontello based) to png files. What I did: #top .ls-nav-stop::before{ content: url(http://mysite/wp-content/themes/enfold/images/layout/nav.png); New navigation is visible in Opera but no effect in Firefox and IE. Maybe you have any more efficient way to replace nav buttons? Regards
Topic: Issue with child theme cont.
I read the conversation in: https://kriesi.at/support/topic/issue-with-child-theme and it really helped me to find a solution.
But since we had some old customizations done in the enfold admin settings, those css changes were overriding the child theme css file as well.
I think it would make child theme customization a lot easier if the “style.css” from the child theme is registered last of all css files, ie if you could update functions.php so that:
if($child_theme_url != $template_url)
{
wp_enqueue_style( ‘avia-style’);
}
is placed after
wp_enqueue_style( ‘avia-dynamic’);
wp_enqueue_style( ‘avia-custom’);
since the child theme file “style.css” sort of does what “custom.css” does in the main theme…
BR /Hugo
Hi,
this is my contact form: http://mafo.doremus.us/kontakt/
I would like to make the input fields thinner (the padding seems to be very large). So I tried it with this code in my custom.css:
#top .text_input, #top .select, #top .text_area{
padding: 8px !important;
}
This works pretty well, except that if you now want to enter the solution of the captcha equation, the input then is written right under the equation. It looks pretty messy.
Any help apprechiated.
Cheers
Doremus
Hi There. Enjoying the theme very much, but having a simple problem.
I’ve searched and followed the other threads here on the forum, but am having no luck with the css snippets:
.single .big-preview.single-big {
display: none;
}
.single-portfolio .page-thumb {
display: none;
}
Is there any other way I could remove the featured image from the top of posts and portfolio items?
Viewing 30 results - 141,181 through 141,210 (of 142,298 total)
Hi,
I have two problems – close connected to each other:
– I would like to use the advanced layout editor for posts
– it is essential to have the meta data an the comment box below the posts that use elements of the advanced layout editor
Problem one could be solved with a modification of the wp-contentthemesenfoldconfig-templatebuilderavia-template-builderconfigmeta.php (add ‘post’ to the page variable).
(see https://kriesi.at/support/topic/how-to-add-advanced-layout-manager-to-blog-posts and http://vimeo.com/channels/aviathemes/64996057)
But this will produce the second problem – the comments box disappears from the posts. Even if I remove the advanced editor (untouched meta.php) and copy the code into my post manually – as soon as there are Avia Layout Builder elements in a post, the comment box and the meta infos are gone.
That is a major problem for me. Without the Avia Layout Builder elements in my posts, the Enfold theme is much reduced in it’s quality/options. With the patch, I got the Avia Layout Builder elements but no comments and that’s a no-go for a blog.
This fix from Nick (https://gist.github.com/meishern/bfbf909055e7b967dd5b) kills the layout for me – so this is no option.
Also this fix won’t help – still no comments for me:
https://kriesi.at/support/topic/comments-dont-show-up-on-portfolio-pages
Any idea how to solve this?
Best regards,
Detlef