Forum Replies Created
-
AuthorPosts
-
I found out what this is…
I used a plugin called “Javascript Per Page” this was the problem. Be careful if you are using this plug in, looks for js files for every page and post that are not there and which show up as 404 errors in your logs.
June 6, 2015 at 10:43 pm in reply to: different css for same object class across specific parent class (post or page) #455537This reply has been marked as private.All fixed and can close the thread…thanks Rikard
Thanks Rikard…that was supposed to be 9px not .9px
probably has something to do with doing CSS while drinking :-)
May 30, 2015 at 7:13 pm in reply to: Nothing Found from TAG search – where can I look to find the problem #452059Turns out to be an enfold bug…results are coming back but in tag.php the query function is being called without resetting. The results are actually coming back and they are displaying.
So this problem has always been in place on my install – I reverted back to the base site without any content and tag searches were working fine for pages but not posts.
Ironically, I would like to limits results from tags to only posts – is there an easy way to do that?
DID IT:
added this to: enfold/includes/loop-index.php
if((is_single() || is_multi_author()) && !post_password_required())
this code was:
if(is_single() && !post_password_required())
May 18, 2015 at 9:50 pm in reply to: How can I show the time in addition to the date on my blog? #446046Figured it out…went to the inlcudes directory in the enfold theme and added the following code:
at line 134:
echo “<time class=’date-container minor-meta updated’ $markup>”.get_the_time(get_option(‘date_format’)).” at “.get_the_time(get_option(‘time_format’)).”</time>”;The thing I still have not figured out is where to go to increase the width of a single view post when no sideward is displayed. I do not want a sidebar on my single post blog view…but this leave a lot of space and I want the blog post view to be full width not 70%
perfect
where can I find the documentation on the style sheets…I have found some documentation but it seems mostly oriented toward the general inputs and formatting controls
the problem is it is very noticeable to me because the objects int he image are circular and then they appear depending ont he size of the browser window are oblong and not circular which makes them stand out
May 13, 2015 at 6:16 pm in reply to: Need to remove Tags displaying on pages espcially home page #443923http://mcm-ct.com/products/tick-tools/
that is the link to one example on the site…I need all pages to not get tags…blog posts are probably fine…but I can also manually add a tag display if I want – the auto tags display I don’t really like
this video link pops up with the proper size – seems like it was getting cut off in default enfold link that I posted above. Its the same video exactly just not displaying int he enfold viewer…please right click on the earlier link and open in a new window otherwise enfold cuts it of
- This reply was modified 9 years, 6 months ago by mocablue.
This reply has been marked as private.After more research – there is definitely a bug with the accordion slider…the last pane is distorting the image when the window is resized as you can see from the enclosed video. All the other panes do not distort the aspect ratio of the images and they change proportionally. However the last image – which is exactly the same size as all the rest gets non-proportionally scaled when the browser window is resized.
https://dl.dropboxusercontent.com/u/4309835/blog/screenshots/2015-05-11_0748_mcmAccordianBug.swf
Even though these images were all supposed to be the exact same dimensions the last image was around 24 pixels less tall which caused the issue.
This is officially resolved…all images need to be the same size
also i tested on several browsers Max and windows and its happening on all of them for the last accordion tab that the images is being distorted based on the size fo the browser window
I am using chrome…and what i notices its that the distortion is only happening on the last frame
Ismael,
that worked perfectly. Only remaining thing is that I would like there to be NO as in absolutely no margins…I need this image to be able to fill the entire window but the blank template is still putting quite a lot of patting around the content area…is there a way that I can simply load so that the page looks exactly like this:
currently, this is what enfold is allowing with the blank template and absolutely nothing else but an image tag:
You are a freakin Genius!!!!
is there a CSS reference doc anywhere for the whole Enfold theme?
thanks
I am a developer usually write complex applications for trading and markets but also media so i have no problem doing this…just was looking for direction…seems like its pretty straight forward for me to add a parameter for a URL that tells me which item was clicked and from what I see there are lots of options for putting a custom class reference into the menu item…i just can not find documentation or working examples i can reference. Also, I can not find a complete css reference for enfold – so I keep having to ask about css when I think I could just look it up somewhere – is there anything like that?
here is the site:
http://mcm-ct.comthanks
Here is another menu
most of the changes seemed to have an effect in the right direction. but I am unable to tighten space between the subheads and the bullets seem to be in the wrong position after making spacing changes…
is there a reference document where I can see all the css options available to be adjusted in enfold – so, I do not have to keep asking silly questions…I have looked but not found anything that gives me a good overview
begrafiks…is wish that there was a rating system here for users…I really appreciate your feedback…and solutions
and thank yigit too. I have to say ENFOLD is awesome and I am feeling pretty solid with the nuances and have a few other sites to do – which will be done with enfold thanks to not only a great theme but support and community!!!!
Great – thanks so much for your help…
So you guys know…when I see issues with that you have helped me with or i can help with I will respond to other posts too – your help is greatly appreciated. I did have a few other little minor technical questions that have gone unanswered for a few days – would be great to get my hands around them and then I am almost complete with my project – again thanks Yigit
and @begrafixs – thanks
Thanks – worked perfectly
thanks
here is a link to the accordion that I would like to reduce the high on further – say by half
-
AuthorPosts